diff options
author | Timothy Pearson <[email protected]> | 2011-12-08 17:32:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-08 17:32:32 -0600 |
commit | bb59ef92781dc24165b717f6e9d158a260fbce94 (patch) | |
tree | cf691408b7e1ce748157fe8ecc4bea625626d7dd /ubuntu/maverick/tdebase/debian/patches | |
parent | 3dbd20568c7cdcebb67d1f05ba94b9f6ddfc8e11 (diff) | |
download | tde-packaging-bb59ef92781dc24165b717f6e9d158a260fbce94.tar.gz tde-packaging-bb59ef92781dc24165b717f6e9d158a260fbce94.zip |
Rename additional KDE strings in Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/patches')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff b/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff index 0eebed280..21011fbd5 100644 --- a/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff +++ b/ubuntu/maverick/tdebase/debian/patches/disable_starttde_wallpaper.diff @@ -1,14 +1,14 @@ --- starttde +++ starttde @@ -184,17 +184,17 @@ - . $kdehome/share/config/startupconfig + . $tdehome/share/config/startupconfig fi -# Make sure a default wallpaper is set. --if [ ! -e $kdehome/share/config/kdesktoprc ]; then +-if [ ! -e $tdehome/share/config/kdesktoprc ]; then - # With Trinity KDE this file should exist, but test first. - if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then --cat >$kdehome/share/config/kdesktoprc <<EOF +-cat >$tdehome/share/config/kdesktoprc <<EOF -[Desktop0] -Wallpaper=isadora.png -WallpaperMode=Scaled @@ -16,10 +16,10 @@ - fi -fi +## Make sure a default wallpaper is set. -+#if [ ! -e $kdehome/share/config/kdesktoprc ]; then ++#if [ ! -e $tdehome/share/config/kdesktoprc ]; then +# # With Trinity KDE this file should exist, but test first. +# if [ -r /usr/share/wallpapers/isadora.png.desktop ]; then -+#cat >$kdehome/share/config/kdesktoprc <<EOF ++#cat >$tdehome/share/config/kdesktoprc <<EOF +#[Desktop0] +#Wallpaper=isadora.png +#WallpaperMode=Scaled |