1 Sep 2004 05:01
Re: Slackware 10 - could not start kdeinit. check your installation
Marcelo E. Magallon <marcelo.magallon <at> gmail.com>
2004-09-01 03:01:10 GMT
2004-09-01 03:01:10 GMT
> could not start kdeinit. check your installacion :(
>
> ¿que hice mal?
Iván me puede corregir si estoy mintiendo, pero el otro dÃa que tuvimos
ese problema, la solución fue cambiar el ~/.xsession (bueno, el
~/.xinitrc, pero en realidad deberÃa ser el ~/.xsession) para dijese
esto:
#!/bin/sh
if [ -z "$LD_LIBRARY_PATH" ] ; then
LD_LIBRARY_PATH=/opt/kde/lib
else
LD_LIBRARY_PATH=/opt/kde/lib:$LD_LIBRARY_PATH
fi
if [ -z "$PATH" ] ; then
PATH=/opt/kde/bin
else
PATH=/opt/kde/bin:$PATH
fi
export LD_LIBRARY_PATH PATH
exec kdeinit
O algo asÃ...
(Continue reading)
RSS Feed