У пт, 2009-07-31 у 11:56 +0300, a.beloborodov@viscomp.bg пише:
Hm, nothing, just "command not found".. Examples :
[...]
May be this is sudo problem, i dont know...
as a regular user, type 'which geany' in command line. This will tell you where your geany executable is. Then do 'sudo -s' and 'echo $PATH'. Do you see the directory from first step in this list? If you don't, just add 'export PATH=${PATH}:/path/to/dir/with/geany/in' to .bashrc or .zshrc or whatever