diff options
Diffstat (limited to 'x11/kdebase4-workspace/files/patch-startkde')
-rw-r--r-- | x11/kdebase4-workspace/files/patch-startkde | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11/kdebase4-workspace/files/patch-startkde b/x11/kdebase4-workspace/files/patch-startkde new file mode 100644 index 000000000000..bafce22839a0 --- /dev/null +++ b/x11/kdebase4-workspace/files/patch-startkde @@ -0,0 +1,35 @@ +--- startkde.orig Sat Jan 4 18:26:07 2003 ++++ startkde Sat Jan 11 18:10:35 2003 +@@ -34,7 +34,7 @@ + # people's heads. We use colours from the standard KDE palette for those with + # palettised displays. + +-test "$XDM_MANAGED" || bkg="-solid #C0C0C0" ++test "$XDM_MANAGED" || bkg="-solid #0080C0" + xsetroot -cursor_name left_ptr $bkg + + # The user's personal KDE directory is usually ~/.kde, but this setting +@@ -87,14 +87,11 @@ + kde_fontpaths=$kde_fontsdir/fontpaths + + if test -r "$kde_fontpaths" ; then +- savifs=$IFS +- IFS= + for fpath in `grep -v '^[ ]*#' < "$kde_fontpaths"` ; do + if test -s "$fpath"/fonts.dir ; then + xset fp+ "$fpath" + fi + done +- IFS=$savifs + fi + + # Ask X11 to rebuild its font list. +@@ -140,7 +140,7 @@ + fi + + # the splashscreen and progress indicator +-ksplash ++test -x /usr/local/bin/ksplashml && { ksplashml;true; } || ksplash + + # We set LD_BIND_NOW to increase the efficiency of kdeinit. + # kdeinit unsets this variable before loading applications. |