Customize Application Icons

From Openmoko

Revision as of 21:44, 10 December 2008 by Kostigoff (Talk | contribs)

Jump to: navigation, search

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 ?

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 ?