I have mono application .exe (KeePass)
Also I have following script to launch it: (keepass.sh)
#!/bin/sh
mono `dirname $0`/KeePass.exe
Now I want to lock it in my launcher. But when I do it using (right click -> lock to launcher) and click to it nothing happen. What can I do?