User:Jebba/Tweaks

Main Application Set

(Someone give me a better word for this--I'm mangling the description).

When you hit the button in the upper left corner twice you get a bunch of icons to launch applications. Odds are that this is not the exact set you wanted. Mine currently looks like this:

Custom application set
Custom icon application set

To customize your icon set, edit this file:

/etc/xdg/menus/hildon.menu

Then add the .desktop files for the applications you want, and remove (or comment out with ) applications you don't want. See this directory to find out the name of your .desktop file: /usr/share/applications/hildon

Here is my hildon.menu file, as an example:

<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
 "http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">

<Menu>

  <Name>Main</Name>

  <AppDir>/usr/share/applications/hildon</AppDir>
  <DirectoryDir>/usr/share/applications/hildon</DirectoryDir>

  <Include>
    <Filename>osso-xterm.desktop</Filename>
    <Filename>browser.desktop</Filename>
    <Filename>mediaplayer.desktop</Filename>
    <Filename>calendar.desktop</Filename>
    <Filename>image-viewer.desktop</Filename>
    <Filename>osso-addressbook.desktop</Filename>
    <Filename>modest.desktop</Filename>
    <Filename>rtcom-messaging-ui.desktop</Filename>
    <Filename>maep.desktop</Filename>
    <Filename>midori.desktop</Filename>
    <Filename>xchat.desktop</Filename>
    <Filename>burgerspace.desktop</Filename>
    <Filename>maemo_recorder.desktop</Filename>
    <Filename>hildon-control-panel.desktop</Filename>
  </Include>

  <Menu>
    <Name>Applications</Name>
    <Directory>applications.directory</Directory>
    <OnlyUnallocated/>
    <Include>
      <All/>
    </Include>
  </Menu>
</Menu>