Hello
So I built this program from the source because Fedora 16 didn't have the new version in the add/remove application.
So I built it and everything went fine but I can't find the program in any menues,
the only way ive found to start the program is going to Terminal and typing the name of the app.
Since I have AWN toolbar I want my programs docked there but I can't seem to do this with this program.
So how do I get this program to show in menues?
Thanks.
Built program not in the menu
Re: Built program not in the menu
Two issues come to mind one is that you have intltool dependency so that the desktop file will be created and the other is this issue where you also need to run setup.py install_data.
Re: Built program not in the menu
Thank you, got it to work with the "setup.py install_data" command!