Marcelo E. Magallon | 1 Sep 2004 05:01
Picon

Re: Slackware 10 - could not start kdeinit. check your installation


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

Ivan Yuja Menjivar | 1 Sep 2004 05:16
Picon
Picon

Re: Slackware 10 - could not start kdeinit. check your installation

buenas,
Marcelo E. Magallon wrote:
> 
>  > 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
> 
(Continue reading)


Gmane