User:Jebba/Tweaks
(initial page) |
(desktop backgrounds) |
||
(7 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
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: | 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: | ||
- | [[ | + | [[Image:Screenshot-jebba-custom-iconset.png|left|thumb|alt=Custom application set|Custom application set]] |
+ | |||
+ | |||
+ | The default set is like this: | ||
+ | |||
+ | [[Image:Default-application-icon-set.png|right|thumb|alt=Default application set|Default 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 <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: | ||
+ | |||
+ | <nowiki><!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></nowiki> | ||
+ | |||
+ | =desktop backgrounds= | ||
+ | 1 = desktop number | ||
+ | gconftool -s --type string /apps/osso/hildon-desktop/views/1/bg-image $PATHTOIMAGE |
Latest revision as of 22:38, 19 January 2010
[edit] 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:
The default set is 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>
[edit] desktop backgrounds
1 = desktop number
gconftool -s --type string /apps/osso/hildon-desktop/views/1/bg-image $PATHTOIMAGE
- This page was last modified on 19 January 2010, at 22:38.
- This page has been accessed 9,161 times.