summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-03 22:56:40 +0900
commit11394aecd1f906fee2ebd2b90412aeba4651fbff (patch)
treebcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff
parentd24bd898174453b586ac90f2ef7a60165fa26fde (diff)
downloadtde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz
tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff')
-rw-r--r--debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff b/debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff
deleted file mode 100644
index 598cd7092..000000000
--- a/debian/squeeze/tdebase/debian/patches/disable_starttde_wallpaper.diff
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/starttde
-+++ b/starttde
-@@ -288,17 +288,17 @@
- . "$tdehome/share/config/startupconfig"
- 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 $TDEDIR/share/wallpapers/Trinity-lineart.svg.desktop ]; then
--cat >"$tdehome/share/config/kdesktoprc" <<EOF
--[Desktop0]
--Wallpaper=Trinity-lineart.svg
--WallpaperMode=Scaled
--EOF
-- fi
--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 $TDEDIR/share/wallpapers/Trinity-lineart.svg.desktop ]; then
-+#cat >"$tdehome/share/config/kdesktoprc" <<EOF
-+#[Desktop0]
-+#Wallpaper=Trinity-lineart.svg
-+#WallpaperMode=Scaled
-+#EOF
-+# fi
-+#fi
-
- # XCursor mouse theme needs to be applied here to work even for kded or ksmserver.
- if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize" ; then