diff options
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff b/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff index 3949f4040..598cd7092 100644 --- a/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff +++ b/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff @@ -7,10 +7,10 @@ -# Make sure a default wallpaper is set. -if [ ! -e "$tdehome/share/config/kdesktoprc" ]; then - # With Trinity this file should exist, but test first. -- if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then +- if [ -r $TDEDIR/share/wallpapers/Trinity-lineart.svg.desktop ]; then -cat >"$tdehome/share/config/kdesktoprc" <<EOF -[Desktop0] --Wallpaper=isadora.png +-Wallpaper=Trinity-lineart.svg -WallpaperMode=Scaled -EOF - fi @@ -18,10 +18,10 @@ +## Make sure a default wallpaper is set. +#if [ ! -e "$tdehome/share/config/kdesktoprc" ]; then +# # With Trinity this file should exist, but test first. -+# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then ++# if [ -r $TDEDIR/share/wallpapers/Trinity-lineart.svg.desktop ]; then +#cat >"$tdehome/share/config/kdesktoprc" <<EOF +#[Desktop0] -+#Wallpaper=isadora.png ++#Wallpaper=Trinity-lineart.svg +#WallpaperMode=Scaled +#EOF +# fi |