Description: This is my first LightDM Theme for Kubuntu. It is simple, but looks really elegant. This is first release and may contain a little bugs. Please report any wishes or bugs in comments
I use lightdm 1.10.1 on Debian Sid but this theme alas does not work anymore, it seems to have a format, that is not compatible with newer lightdm versions.
Can you please adjust it (and offer maybe two versions, one for your Kubuntu and one neutral)?
This theme is very nice but cannot be used in other distros. If you change some lines it works fine.
In main.qml:
-delete line 23 "import org.kubuntu.components 1.0 as Kubuntu"
-Then change from line 33 to 40:
delegate: Kubuntu.WallpaperImage {
// default to keeping aspect ratio
// fillMode: config.readEntry("BackgroundKeepAspectRatio") == true ? Image.Stretch : Image.PreserveAspectCrop;
//read from config, if there's no entry use plasma theme
// source: "img/background.png"
wallpaperPackage: "Experience"
//source: config.readEntry("Background") ? config.readEntry("Background"): //plasmaTheme.wallpaperPath(Qt.size(width,height));
}
and change it with:
delegate: Image {
// default to keeping aspect ratio
fillMode: config.readEntry("BackgroundKeepAspectRatio") == false ? Image.Stretch : Image.PreserveAspectCrop;
//read from config, if there's no entry use plasma theme
source: config.readEntry("Background") ? config.readEntry("Background"): plasmaTheme.wallpaperPath(Qt.size(width,height));
}
its the same code as the "userbar" theme.
Then in the file ShadowText.qml:
-Delete line 19 "import org.kubuntu.components 1.0"
-Then comment or delete line 34 "effect: Blur { blurRadius: 5.0 }"
This way i can use it in Archlinux, but still i don't know how to fix the blur in the text's shadow.
this is what i got: http://www.mediafire.com/download/w57ya5m9at633ek/Experience.zip
and this is how it looks: http://www.mediafire.com/view/1k7nnm9ox6xe3cg/lightdm-kde-greeter-screenshot.png
Ratings & Comments
5 Comments
I use lightdm 1.10.1 on Debian Sid but this theme alas does not work anymore, it seems to have a format, that is not compatible with newer lightdm versions. Can you please adjust it (and offer maybe two versions, one for your Kubuntu and one neutral)?
This theme is very nice but cannot be used in other distros. If you change some lines it works fine. In main.qml: -delete line 23 "import org.kubuntu.components 1.0 as Kubuntu" -Then change from line 33 to 40: delegate: Kubuntu.WallpaperImage { // default to keeping aspect ratio // fillMode: config.readEntry("BackgroundKeepAspectRatio") == true ? Image.Stretch : Image.PreserveAspectCrop; //read from config, if there's no entry use plasma theme // source: "img/background.png" wallpaperPackage: "Experience" //source: config.readEntry("Background") ? config.readEntry("Background"): //plasmaTheme.wallpaperPath(Qt.size(width,height)); } and change it with: delegate: Image { // default to keeping aspect ratio fillMode: config.readEntry("BackgroundKeepAspectRatio") == false ? Image.Stretch : Image.PreserveAspectCrop; //read from config, if there's no entry use plasma theme source: config.readEntry("Background") ? config.readEntry("Background"): plasmaTheme.wallpaperPath(Qt.size(width,height)); } its the same code as the "userbar" theme. Then in the file ShadowText.qml: -Delete line 19 "import org.kubuntu.components 1.0" -Then comment or delete line 34 "effect: Blur { blurRadius: 5.0 }" This way i can use it in Archlinux, but still i don't know how to fix the blur in the text's shadow. this is what i got: http://www.mediafire.com/download/w57ya5m9at633ek/Experience.zip and this is how it looks: http://www.mediafire.com/view/1k7nnm9ox6xe3cg/lightdm-kde-greeter-screenshot.png
I works great in kubuntu 13.04. Just one question: shouldn't steps 4 and 5 be switched around in the instructions file?
Yes. Sorry for this :) I will fix it asap.
Bardzo ładnie jak na pierwszy raz :D