summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ep
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase3/patches/patch-ep')
-rw-r--r--x11/kdebase3/patches/patch-ep29
1 files changed, 25 insertions, 4 deletions
diff --git a/x11/kdebase3/patches/patch-ep b/x11/kdebase3/patches/patch-ep
index 9aad7669b3b..8daea302368 100644
--- a/x11/kdebase3/patches/patch-ep
+++ b/x11/kdebase3/patches/patch-ep
@@ -1,8 +1,8 @@
-$NetBSD: patch-ep,v 1.5 2004/02/04 14:25:59 markd Exp $
+$NetBSD: patch-ep,v 1.6 2005/12/11 11:01:48 markd Exp $
---- startkde.orig 2003-10-26 23:45:35.000000000 +1300
+--- startkde.orig 2005-11-09 11:37:01.000000000 +1300
+++ startkde
-@@ -24,7 +24,7 @@ unset DYLD_FORCE_FLAT_NAMESPACE
+@@ -48,7 +48,7 @@ fi
#
# * Then ksmserver is started which in turn starts
# 1) the window manager (kwin)
@@ -11,7 +11,28 @@ $NetBSD: patch-ep,v 1.5 2004/02/04 14:25:59 markd Exp $
# 3) the rest of the session.
# The user's personal KDE directory is usually ~/.kde, but this setting
-@@ -77,11 +77,11 @@ fi
+@@ -60,8 +60,9 @@ test -n "$KDEHOME" && kdehome=`echo "$KD
+ # see kstartupconfig source for usage
+ mkdir -m 700 -p $kdehome
+ mkdir -m 700 -p $kdehome/share
+-mkdir -m 700 -p $kdehome/share/config
+-cat >$kdehome/share/config/startupconfigkeys <<EOF
++mkdir -m 700 -p $kdehome/share/kde
++mkdir -m 700 -p $kdehome/share/kde/config
++cat >$kdehome/share/kde/config/startupconfigkeys <<EOF
+ kcminputrc Mouse cursorTheme ''
+ kcminputrc Mouse cursorSize ''
+ kpersonalizerrc General FirstLogin true
+@@ -76,7 +77,7 @@ kstartupconfig
+ if test $? -ne 0; then
+ xmessage -geometry 500x100 "Could not start kstartupconfig. Check your installation."
+ fi
+-. $kdehome/share/config/startupconfig
++. $kdehome/share/kde/config/startupconfig
+
+ # 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
+@@ -200,11 +201,11 @@ fi
if test -n "$KDEDIRS"; then
kdedirs_first=`echo "$KDEDIRS"|sed -e 's/:.*//'`