-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David Herman wrote:
On Saturday 01 November 2003 10:27 am, DB Troll wrote: -----snip-------
This is what my /opt/kde3/bin/statkde loks like:
# We set LD_BIND_NOW to increase the efficiency of kdeinit. # kdeinit unsets this variable before loading applications. LD_BIND_NOW=true kdeinit +kcminit +knotify if test $? -ne 0; then # Startup error echo 'startkde: Could not start kdeinit. Check your installation.' 1>&2 xmessage -geometry 500x100 "Could not start kdeinit. Check your installation." fi
Should I go ahead with the changes or not. The sitution occured with the update of kde.
Yes, I had the same problem you described, also following a kde upgrade. I made the these changes and no longer have the annoyance of the "Could not start kdeinit" message. (Although it SEEMS that starting kde may be just a little bit slower)
here is the working section of my /opt/kde3/bin/startkde file. (note that rather than deleting lines I just commented them out (#####)so I could easily change things back in the future if I want)
The following starts around line 292
# We set LD_BIND_NOW to increase the efficiency of kdeinit. # kdeinit unsets this variable before loading applications. #####LD_BIND_NOW=true kdeinit +kcminit +knotify kcminit knotify
No other changes were needed, just commenting out the LD_BIND... line and the addition of kcminit and knotify
See ya
-- dh Don't shop at ZipZoomFly.com (GoogleGear.com!)
Thanks David, That solved the problem. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/pQh+3VVncqMjOZsRAispAJ9w/ewXor9QGEBsqXlLVI3IK7S9DwCfbGRT LUSzAQekc1QwqgK+yl7zSVA= =cjnu -----END PGP SIGNATURE-----