On Sun, 2011-08-28 at 13:23 +0200, Ralph Hofmann wrote: > I can start my scripts in ~/bin from the terminal, because I have added > ~/bin to PATH. > > However from Alt+F2 the scripts are not found. > > Is there anything, I can do about it? Q1: Are there in the shell path. If they are just added to .bashrc/.zshrc/etc. it won't work. I use the trick: % cat .xsessionrc source $HOME/.profile % cat .zshrc ... source $HOME/.profile % cat .profile if [ x$_PROFILE_SET != x_PROFILE_SET ]; then export _PROFILE_SET=_PROFILE_SET ... fi Regards
Attachment:
signature.asc
Description: This is a digitally signed message part