I installed a game in in my /usr/share/ right now I just run it via terminal, I would like to make a desktop entry to place it in my menu. From what I have seen all the programs that exist in /usr/share/ have an executable in /usr/bin/
Than in the desktop entry you launch it, how can I make something similar like this that will launch the program inside /usr/share/
So like this:
/usr/bin/test -> /usr/share/test0.1/test
Allowing me to put test in my desktop entry.
-Thank You