User:Jebba/Tweaks
(→Main Application Set) |
(<nowiki>) |
||
| Line 9: | Line 9: | ||
/etc/xdg/menus/hildon.menu | /etc/xdg/menus/hildon.menu | ||
| - | Then add the .desktop files for the applications you want, and remove (or comment out with <!-- foo -->) applications you don't want. See this directory to find out the name of your .desktop file: /usr/share/applications/hildon | + | Then add the .desktop files for the applications you want, and remove (or comment out with <nowiki><!-- foo --></nowiki>) 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: | Here is my hildon.menu file, as an example: | ||
| - | <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" | + | <nowiki><!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" |
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd"> | "http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd"> | ||
| Line 55: | Line 55: | ||
</Include> | </Include> | ||
</Menu> | </Menu> | ||
| - | </Menu> | + | </Menu></nowiki> |
Revision as of 01:38, 31 December 2009
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:
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 <!-- foo -->) 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>
<!-- Search the default locations -->
<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>rtcom-call-ui.desktop</Filename> -->
<!-- <Filename>nokia-maps.desktop</Filename> -->
<!-- <Filename>camera-ui.desktop</Filename> -->
<Filename>modest.desktop</Filename>
<Filename>rtcom-messaging-ui.desktop</Filename>
<!-- <Filename>worldclock.desktop</Filename> -->
<!-- <Filename>osso_calculator.desktop</Filename> -->
<!-- <Filename>ovi.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>
