You are not logged in.
Just after i fixed my previous problem i now have a problem with my windows manager of choice, KDE.
Now i had installed kde before and used it with the nv driver but now i can't use it at all.
I've recently done a
pacman -Syu
which upgraded all the kde packages. Now things like 'startkde' and 'konqueror' aren't available to run as commands
-bash: konqueror: command not found
but they still exist on the system:
locate -u
locate konqueror
/opt/kde/bin/konqueror
...
Any ideas what is going on?
Thanks in advance.
Offline
I didn't know you could run startkde directly, I thought it could only be executed once X was up and running.
For me, I have the following in my ~/.xinitrc
exec startkde
And then when I run 'startx' on the command line, it loads up X and then executes startkde for you.
Offline
Is /opt/kde/bin in your PATH variable?
I have nothing to say, and I am saying it.
Offline
log out then log back in... your shell needs to run /etc/profile.d/kde.sh
or you can do
. /etc/profile.d/kde.sh
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
A quick:
export PATH=/opt/kde/bin/:$PATH
export KDEDIR=/opt/kde
later and i'm alright again.
Thanks for your help guys.
Offline
dadexter@celeborn:~$ cat /etc/profile.d/kde.sh
export KDEDIR=/opt/kde
export KDEDIRS=$KDEDIR:/usr
export PATH=$PATH:$KDEDIR/bin
...
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
You can also:
source /etc/profile
instead of logging out/in
v/r
Suds
Offline
Meant to say - logging in and out didn't work - neither did restarting. Cheers.
Offline
See the KDE Wiki document about upgrading KDE. Due to changes in the way packages are organized now, a normal upgrade will go wrong with this KDE version. You should first remove KDE/QT completely and install it then again.
Out / Gone
Mirgrating all my machines off ArchLinux . No longer part of the ArchLinux community / users .
Done. Goodbye.
Offline
I noticed this too, this is because for whatever reason, the profile script (kde.sh) didn't get installed when kde-common got upgraded. However, kde.csh did get installed. I looked up what the package supposedly has in it, and noticed that kde.sh is supposed to exists, so a quick reinstall (pacman -S kde-common) fixed it.
On a side note, this is not the only package that has done this recently, the new courier did this too. That is, on upgrade, some files are mysteriously not extracted, but a forced reinstall fixes it and installs them properly.
The suggestion box only accepts patches.
Offline
On a side note, this is not the only package that has done this recently, the new courier did this too. That is, on upgrade, some files are mysteriously not extracted, but a forced reinstall fixes it and installs them properly.
This problem is caused by a pacman bug. KDE is one of the program that is affected. Judd (Apeiro) posted a nice explanation in the KDE 3.4 thread.
Offline