When I open SciTe from the terminal everything works fine. When I open it via Ubuntu 10.04 GUI drop down boxes I get this error every time I try to run a ruby program: sh: ruby: not found At this point I'm satisfied with knowing I can just open it from the terminal, but I'm curious why this difference might be occurring.
|
|
||||
|
|
|
If you have some custom PATH set in your shell startup scripts then you will have that in your shell, but the GUI environment doesn't source them and won't have your custom PATH. Any application spawned from the GUI will inherit the PATH from it, which won't have your custom PATH. I use xfce, and I get around this by using a custom xinitrc that does source my shell init scripts and thus my GUI environment is the same as my shells. |
|||
|
|
|
You did something wrong when you change your configuration files. Specifically, you're setting See also: |
|||
|
|
