summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-09-14 23:10:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-09-14 23:10:59 +0900
commit60d2edfb8529ef76f0a17892d48cc2bc02928b42 (patch)
treee461dab026c90355fbd771fae3a70b726d2610db /starttde
parent4dd177c7ab15649cdbb119c4c3936ff26c46f66e (diff)
downloadtdebase-60d2edfb8529ef76f0a17892d48cc2bc02928b42.tar.gz
tdebase-60d2edfb8529ef76f0a17892d48cc2bc02928b42.zip
Added new TDE default background (thanks to Alex Couture for providing the file).
This resolves bug 2094.
Diffstat (limited to 'starttde')
-rwxr-xr-xstarttde4
1 files changed, 2 insertions, 2 deletions
diff --git a/starttde b/starttde
index 9f093a773..b1f6505da 100755
--- a/starttde
+++ b/starttde
@@ -365,10 +365,10 @@ fi
# 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