You are not logged in.

#1 2005-03-28 02:38:47

TheRaginAsian
Member
From: Brooklyn MI
Registered: 2004-04-05
Posts: 70
Website

k3b is missing

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

#2 2005-03-28 03:05:09

puntmuts
Member
Registered: 2005-02-22
Posts: 138

Re: k3b is missing

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

#3 2005-03-28 05:04:42

El Guapo
Member
From: 51N 114W
Registered: 2005-03-21
Posts: 13

Re: k3b is missing

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

#4 2005-03-28 05:17:36

smith
Member
From: Crescent City, CA
Registered: 2005-02-19
Posts: 77

Re: k3b is missing

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

#5 2005-03-28 05:56:17

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: k3b is missing

You should do:
source /etc/profile.d/kde.sh

That is supposed to be done automatically when you login.

Offline

#6 2005-03-29 04:01:00

El Guapo
Member
From: 51N 114W
Registered: 2005-03-21
Posts: 13

Re: k3b is missing

Thanks for the tips.  Editing the /etc/profile worked like a charm.

Offline

Board footer

Powered by FluxBB