[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#457635: /usr/bin/startkde has a typo, so KDE4 doesn't start.



Package: kdebase-workspace-bin
Version: 4:3.97.0-2
Severity: normal
Tags: patch


Hi,

The typo was found in /usr/bin/startkde: line 82.
The file of ~/.kde4/share/config/startupconfig does not exist, so KDE4
doesn't start.



--- /usr/bin/startkde.orig	2007-12-24 10:18:36.000000000 +0900
+++ /usr/bin/startkde	2007-12-24 10:15:28.000000000 +0900
@@ -79,7 +79,7 @@
     xmessage -geometry 500x100 "Could not start kstartupconfig4. Check
your installation."
     exit 1
 fi
-. $kdehome/share/config/startupconfig
+. $kdehome/share/config/startupconfigkeys

 # 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



Regards,
-----
Hiroyuki Yamamoto
--- /usr/bin/startkde.orig	2007-12-24 10:18:36.000000000 +0900
+++ /usr/bin/startkde	2007-12-24 10:15:28.000000000 +0900
@@ -79,7 +79,7 @@
     xmessage -geometry 500x100 "Could not start kstartupconfig4. Check your installation."
     exit 1
 fi
-. $kdehome/share/config/startupconfig
+. $kdehome/share/config/startupconfigkeys
 
 # 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

Reply to: