1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/kde4-baseapps/files/patch-startkde
2003-01-28 18:36:58 +00:00

36 lines
1021 B
Plaintext

--- 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.