Customize Application Icons

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: =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 ...)
 
(catchg)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
=FSO and OM 2008.8=
+
This guide briefly describes how you can customize the application icons shown on the home screen.
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.
+
 
 +
 
 +
{{Todo|Merge with [[Hacking the UI]]. [[User:MinhHaDuong|MinhHaDuong]] 07:31, 27 October 2008 (UTC)}}
 +
 
 +
= FSO and OM 2008.8 =
 +
At FSO application icons are stored below ''/usr/share/pixmaps/''. Those icons are just little image files you might already know from your PC desktop. To avoid scaling the images should be of 64x64 pixels.
 
The icons are referenced by the <tt>.desktop</tt> files in ''/usr/share/applications/''.
 
The icons are referenced by the <tt>.desktop</tt> 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:
 
Assume the following shortened example file ''/usr/share/applications/my-app.desktop'' which provides a clickable icon on your phones home screen:
[Desktop Entry]
+
<pre>
...
+
[Desktop Entry]
Icon=my-icon
+
...
...
+
Icon=my-icon
 +
...
 +
</pre>
  
 
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''.
 
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''.
Line 13: Line 20:
 
You can also provide a full path, for example:
 
You can also provide a full path, for example:
 
  Icon=/home/root/my-icon.png
 
  Icon=/home/root/my-icon.png
 +
 +
= Icon sources =
 +
 +
Where can I find Free icons ?
 +
* http://www.kde-look.org/
 +
* http://www.gnome-look.org/
 +
* http://commons.wikimedia.org/wiki/Comparison_of_icon_sets
 +
* http://commons.wikimedia.org/wiki/Category:Icons
 +
* http://commons.wikimedia.org/wiki/Tango_icons#Phones_.2F_PDAs has OpenMoko device icons
 +
* http://www.smashingmagazine.com/2008/03/06/35-really-incredible-free-icon-sets/
 +
* http://www.maxpower.ca/free-icons/2006/03/05/
 +
 +
Yeah, but where can I find Free icons sets, 64x64px png, designed for 250dpi for smartphone functions ?
 +
* Maybe someone will do http://www.openmoko-look.org someday ?
 +
 +
[[Category:Middleware settings]]

Latest revision as of 11:06, 19 July 2009

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)

[edit] FSO and OM 2008.8

At FSO application icons are stored below /usr/share/pixmaps/. Those icons are just little image files you 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

[edit] 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

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