Does anyone know how to put a launcher in the panel for an application during an rpm install? For example next to the firefox launcher.
I'm guessing it might involve moving the .desktop file into a directory during %post in the spec file?
The rpm is for a RHEL 6.1 system with gnome.
I'm creating an rpm from a spec file for a project I'm working on. I've also put a launcher into the Applications\Accessories menu using the .desktop file. I've been asked to put a launcher into the panel for the application and have tried searching with little success.
Any advice would be welcome.