diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-02 23:40:36 +0100 |
commit | 54987baa2946868ae04e93090d4da5693afaa3b1 (patch) | |
tree | 6a989c0fb1d22986af268dcd240803f52a60b433 /dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff | |
parent | 5593d90a563fc02f6baf3316388f13b9b8957cd0 (diff) | |
download | tde-packaging-54987baa2946868ae04e93090d4da5693afaa3b1.tar.gz tde-packaging-54987baa2946868ae04e93090d4da5693afaa3b1.zip |
DilOS: tdebase build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 042414011edfd405230b65e77e2b14870852760f)
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, 31 insertions, 0 deletions
diff --git a/dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff b/dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff new file mode 100644 index 000000000..598cd7092 --- /dev/null +++ b/dilos/tdebase/debian/patches/disable_starttde_wallpaper.diff @@ -0,0 +1,31 @@ +--- 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 |