diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 21:15:11 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-15 21:15:11 +0800 |
commit | 98095beb82f000d888dfa15bada80376c48df837 (patch) | |
tree | dadbf7de3432fa5cbf95c42733d19d5cf0508034 /dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff | |
parent | f3d5de18f2bdf89d5923d560420ae23cac051cb8 (diff) | |
download | tde-packaging-98095beb82f000d888dfa15bada80376c48df837.tar.gz tde-packaging-98095beb82f000d888dfa15bada80376c48df837.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff')
-rw-r--r-- | dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff b/dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff deleted file mode 100644 index 598cd7092..000000000 --- a/dilos/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 |