diff options
author | John Balcaen <mikala@mageia.org> | 2012-01-13 14:41:19 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2012-01-13 14:41:19 +0000 |
commit | ce121c20939c4a48e6a79a008b2a287d1f2438ab (patch) | |
tree | 160c1b7fa8374f3f2a0c1d29b3a2fe482ded10c6 /kde4-profiles/netbook/share | |
parent | 2eb05bb9e9c5ff81683bca3c53bf435554dfebab (diff) | |
download | config-ce121c20939c4a48e6a79a008b2a287d1f2438ab.tar config-ce121c20939c4a48e6a79a008b2a287d1f2438ab.tar.gz config-ce121c20939c4a48e6a79a008b2a287d1f2438ab.tar.bz2 config-ce121c20939c4a48e6a79a008b2a287d1f2438ab.tar.xz config-ce121c20939c4a48e6a79a008b2a287d1f2438ab.zip |
let kde handle the correct background file for kdm instead of relaying to default.jpg
Diffstat (limited to 'kde4-profiles/netbook/share')
-rw-r--r-- | kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml b/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml index a9c898a..1931f54 100644 --- a/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml +++ b/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml @@ -1,10 +1,10 @@ <?xml version="1.0"?> <!DOCTYPE greeter SYSTEM "greeter.dtd"> <greeter> - <item type="svg" background="true"> - <normal file="/usr/share/mga/backgrounds/default.jpg"/> - <pos x="0" y="0" width="100%" height="100%"/> - </item> + <item type="pixmap" id="background" background="true"> + <normal wallpaper="Mageia" scalemode="crop"/> + <pos x="0" y="0" width="100%" height="100%"/> + </item> <!-- MAIN BOX --> <item type="rect"> |