What files and where do I need to drop those in the filsystem hierarchy in order to add an application to Ubuntu or Fedora?
I am creating a .deb package and I would like it to appear in the “Other” menu. How do I achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Freedesktop.org (which provides some standards that GNOME and KDE conform to) says that shortcuts should appear in .desktop files. You can find out where an existing package puts its .desktop file(s) by using your system’s package manager. For example, on Fedora:
http://www.freedesktop.org/wiki/Howto_desktop_files is a tutorial that should help you get started.