FS#5457 - kde does'nt behave properly with zshell
Attached to Project:
Arch Linux
Opened by tejinder (tejinderss) - Wednesday, 27 September 2006, 17:21 GMT
Opened by tejinder (tejinderss) - Wednesday, 27 September 2006, 17:21 GMT
|
Details
I am using KDE. i recently switch to zshell, i added this
line 'source /etc/profile' to my zshrc file. when my system
is booted to KDE (through kdm), i cannot execute some
programs like firefox, etc through kde. like if i open a kde
run command dialouge and type firefox in it, it says Could
not find 'firefox' executable. althouth the $PATH variable
shows the path of mozilla firefox bin directory and i could
run it from within my terminal. all my kde menubar shortcuts
no longer work whose paths have been set via
/etc/profile.d/* scripts. it worked fine before i switched
to zsh. i was using bash btw and again when i change my
shell to bash, relogin it again works fine.
|
This task depends upon
Closed by Tobias Powalowski (tpowa)
Thursday, 28 September 2006, 06:17 GMT
Reason for closing: Fixed
Thursday, 28 September 2006, 06:17 GMT
Reason for closing: Fixed
Comment by tejinder (tejinderss) -
Thursday, 28 September 2006, 06:16 GMT
after fiddling around with the kdm Xsession config file, i got to
know that .zshrc is not read when booting the system. instead
zprofile and zenv are read. so i placed path variable in zprofile,
it seem to works fine now. can anyone close this bug. thanx a lot.