View source for Customize Application Icons

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Template used on this page:

Return to Customize Application Icons.

Personal tools

This guide briefly describes how you can customize the application icons shown on the home screen.


TODO: Merge with Hacking the UI. MinhHaDuong 07:31, 27 October 2008 (UTC) (See: To-Do List)

FSO and OM 2008.8

At FSO application icons are stored below /usr/share/pixmaps/. Those icons are just little image files ou might already know from your PC desktop. To avoid scaling the images should be of 64x64 pixels. The icons are referenced by the .desktop files in /usr/share/applications/.

Assume the following shortened example file /usr/share/applications/my-app.desktop which provides a clickable icon on your phones home screen:

[Desktop Entry]
...
Icon=my-icon
...

This desktop entry references an image "my-icon" which, because of the missing full path and extension, causes the desktop to search for image files below its stndard search path. this will find the icon file /usr/share/applications/my-icon.png.

You can also provide a full path, for example:

Icon=/home/root/my-icon.png

Icon sources

Where can I find Free icons ?

Yeah, but where can I find Free icons sets, 64x64px png, designed for 250dpi for smartphone functions ?