I know there are tons of this question on here already but none of them seem to have solved my issue.
I've done a clean install of 14.04 Server and install Unity (I know, boss asked for it so he can do some things himself) with this;
sudo apt-get install --no-install-recommends ubuntu-desktop
He uses file.sh to execute a special program which works flawlessly from command line but it won't run from the GUI. Boss wants GUI so I need to figure this out.
I've set it executable from the properties window, set it executable from CLI with chmod +x, run
gconftool-2 --set /schemas/apps/nautilus/preferences/execute_text_activation --type=string ask
Tried creating a script.desktop file but get a generic execution error I haven't been able to resolve yet.
I don't have to use Unity so if XFCE or Gnome resolves the problem I'll do it. If anyone has any more ideas I would very grateful to hear them!