Re: KDE probleme d'instal (encore besoin d'aide)

Page principale

Répondre à ce message
Auteur: Manu Rouat
Date:  
À: guilde
Sujet: Re: KDE probleme d'instal (encore besoin d'aide)
Dom wrote:
>
> Bonjour, et un grand merci pour toutes les personnes qui m'aident.
>
> J'ai installé KDE, et quand je lance startx, voici les messages qu'il me
> donne :
>
> /opt/Kde/bin/stratkde : kaudiserver : command not found
> /opt/Kde/bin/stratkde : Kcontrol : command not found
> /opt/Kde/bin/stratkde : Kdgndwn : command not found
> /opt/Kde/bin/stratkde : Krootwm : command not found
> /opt/Kde/bin/stratkde : Kpanel : command not found
> /opt/Kde/bin/stratkde : Kewn : command not found



il faut que tu rajoute /opt/kde/bin dans ta variable $PATH
(ca se fait dans le /etc/profile par ex:

PATH="$PATH:/usr/X11R6/bin:/opt/kde/bin:/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.
90.27"

tu peux aussi definir:

KDEDIR="/opt/kde/"

mais je sais plus si c'est indispensable.


manu