View Single Post
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#10
Do You have the .desktop file for osso-backup?

It should be placed at this location:
/usr/share/applications/hildon/osso-backup.desktop

It contains this:
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=back_ap_feature_name
Comment=back_ap_feature_name_thumb
StartupWMClass=osso-backup
Exec=/usr/bin/osso-backup
Icon=general_backup
X-Text-Domain=osso-backup
X-Window-Icon=qgn_list_backup
X-Window-Icon-Dimmed=qgn_list_backup
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
X-Osso-Service=com.nokia.backup
I think the menu entries are generated on a reboot using the .desktop files. It can also be done manually, but I don't remember the command...

You can actually see it in the file I mentioned earlier (/etc/xdg/menus/hildon.menu):
Code:
  <!-- Search only in the hildon directory. -->
  <AppDir>/usr/share/applications/hildon</AppDir>
  <DirectoryDir>/usr/share/applications/hildon</DirectoryDir>
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...

Last edited by DrWilken; 2010-07-19 at 11:17. Reason: Beautifying... ;)