You are not logged in.
Pages: 1
I use XFCE 4.2.1 and install only what is nessesary to run k3b. Everything was running smooth until the KDE 3.4 packages dropped. Now k3b is missing. Well actually, let me be more specific:
/opt/kde/bin/k3b
will start k3b
just going "k3b" will produce this:
[root@johnsbox john]# k3b
bash: k3b: command not found
Now im assuming there is some sort of easy way to make "k3b" point to where its supposed to, but the fact that it just somehow quit working by itself made me raise questions. Any help is appriciated, thank you.
John Gallias
Technician/Friend/Bassist
http://www.concretearmy.com
john@concretearmy.com
john.gallias@gmail.com
Arch Linux v0.7 (Wombat), XFce 4.2, XOrg, Firefox
Offline
Check if /opt/kde/bin is in your path.
echo $PATH
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
I have had the same problem. I checked by echo $PATH but found not KDE listed there. Can you tell me where I would change my path settings? I have also had the same problem with evolution. Any ideas with that one?
Offline
Add the line
PATH=$PATH:/opt/kde/bin
to $HOME/.bashrc. If you want this path to be accessible to everyone add it to /etc/profile.
I have nothing to say, and I am saying it.
Offline
You should do:
source /etc/profile.d/kde.sh
That is supposed to be done automatically when you login.
Offline
Thanks for the tips. Editing the /etc/profile worked like a charm.
Offline
Pages: 1