You are not logged in.
When I try to launch a small sh script from Dolphin, the start directory is ~ instead of the current directory.
I wrote the script to be able to easily launch a java app from the gui.
It's basically:
cd bin
java NAME
But since the start directory is my home directory, this obviosly doesn't work.
It does work when launching it from a terminal.
What to do?
Offline