
Lime-Green-v.2
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Modified Theme: "Sugar Dark for SDDM" by author: MARIANARLT, for Plasma Theme "Lime-Green", which you can download: HERE
If you do not want virtual keyboard, do the following in:
Root / etc / sddm.conf
In General section, add: InputMethod=
It should look like this:
[ General ]
HaltCommand=
InputMethod=
RebootCommand=
______________________
Dependencies:
sddm: 0.18.0, qt5: 5.11, & qt5-quickcontrols: 5.11.2
Make sure these are up to date!
ucasi
2 months ago
Report
l4k1
2 months ago
Report
Cocca
1 year ago
Report
elnano
1 year ago
Report
l4k1
1 year ago
Report
Cocca
1 year ago
"module qtquick version 2.11 is not installed"
I have some package with name qtquick but none exists with precise name "qt5" or "qt5-quickcontrols". Do you know what packages I should install on Opensuse? Thank you.
Report
l4k1
1 year ago
KDE Frameworks 5, Plasma 5 and Applications
Latest releases of KDE Frameworks 5 and Plasma 5, optionally Applications as well.
If you want test and/or use the latest release, you can use this repo.
Tumbleweed users will get new releases as soon as they're available, and are usually published to standard repositories in a matter of days.
Note for openSUSE Leap users: Leap ships with a Qt LTS release, which is not recent enough for the newest Plasma. So to use KDE:Frameworks5, KDE:Qt5 is required. Some applications from third-party repos might not be installable as they require the specific version of Qt shipped with Leap.
Version: Leap 15.1
Compatible Qt 5.x: https://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_15.1/
KDE Frameworks 5: https://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_15.1/
KDE Applications (optional): https://download.opensuse.org/repositories/KDE:/Applications/KDE_Frameworks5_openSUSE_Leap_15.1/
Read more here: https://en.opensuse.org/SDB:KDE_repositories
Report
Cocca
1 year ago
In my OpenSuse the file /etc/sddm.conf doesn't exits, so I created one (with root privileges) with:
[general]
HaltCommand=
InputMethod=
RebootCommand=
but the virtual keyboard remains.
Sorry for the questions, I'm grateful if you give me a suggestion. Thanks again and congratulations for the themes.
Report
l4k1
1 year ago
Complete sddm.conf, should look like this:
[Autologin]
Relogin = false
User =
[General]
HaltCommand =
InputMethod =
RebootCommand =
[Theme]
Current = Lime-Green-v.2
CursorTheme = breeze_cursors
[Users]
MaximumUid = 60000
MinimumUid = 1000
Let me know if it's ok now.
Report
Cocca
1 year ago
Report
l4k1
1 year ago
Report
Cocca
1 year ago
Report