Hacking the UI (Om 2008)

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Categorize and link to/from Themes page)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This guide will cover modifying the main screen of the [[Om_2008.8]] distribution and related ([[FDOM]] etc).  
+
This guide will cover modifying the main screen of the [[Om_2008.8]] distribution and related ([[FDOM]] etc).
 +
 
 +
{{Todo|Merge with [[Customize Application Icons]]. [[User:MinhHaDuong|MinhHaDuong]] 07:31, 27 October 2008 (UTC)}}
  
 
==Home screen==
 
==Home screen==
 
===Modifying===
 
===Modifying===
Icon files are located under /usr/share/applications. Any .desktop file placed here will appear on the home screen.  
+
Icon files are located under /usr/share/pixmaps.
 +
 
 +
.png extension is assumed
 +
 
 +
Any .desktop file placed in /usr/share/applications will appear on the home screen.
  
 
Example:
 
Example:
[Desktop Entry]
+
<pre>
Encoding=UTF-8
+
[Desktop Entry]
Name=INSTALLER
+
Encoding=UTF-8
TryExec=assassin
+
Name=INSTALLER
GenericName=Installer
+
TryExec=assassin
Comment=Assassin Openmoko Installer
+
GenericName=Installer
StartupNotify=false
+
Comment=Assassin Openmoko Installer
Exec=assassin
+
StartupNotify=false
Icon=assassin
+
Exec=assassin
Terminal=false
+
Icon=assassin
Type=Application
+
Terminal=false
Categories=PackageManager;System;Settings;Bar;
+
Type=Application
 +
Categories=PackageManager;System;Settings;Bar;
 +
</pre>
  
 
===Set icons to appear in the low menu===
 
===Set icons to appear in the low menu===
Line 25: Line 33:
  
 
* [[Themes]]
 
* [[Themes]]
 +
* [[Edje]]
  
[[Category:Settings]]
+
[[Category:Middleware settings]]
 +
[[Category:User Interfaces]]

Latest revision as of 11:07, 31 March 2010

This guide will cover modifying the main screen of the Om_2008.8 distribution and related (FDOM etc).

TODO: Merge with Customize Application Icons. MinhHaDuong 07:31, 27 October 2008 (UTC) (See: To-Do List)

Contents

[edit] Home screen

[edit] Modifying

Icon files are located under /usr/share/pixmaps.

.png extension is assumed

Any .desktop file placed in /usr/share/applications will appear on the home screen.

Example:

[Desktop Entry]
Encoding=UTF-8
Name=INSTALLER
TryExec=assassin
GenericName=Installer
Comment=Assassin Openmoko Installer
StartupNotify=false
Exec=assassin
Icon=assassin
Terminal=false
Type=Application
Categories=PackageManager;System;Settings;Bar;

[edit] Set icons to appear in the low menu

In the above example, 'Bar;' indicates that the item will appear in the bottom menu where 'INSTALLER' sits as default. Add 'Bar;' to 'Categories' for it to appear here.

[edit] See also

Personal tools

This guide will cover modifying the main screen of the Om_2008.8 distribution and related (FDOM etc).

Home screen

Modifying

Icon files are located under /usr/share/applications. Any .desktop file placed here will appear on the home screen.

Example:

[Desktop Entry]
Encoding=UTF-8
Name=INSTALLER
TryExec=assassin
GenericName=Installer
Comment=Assassin Openmoko Installer
StartupNotify=false
Exec=assassin
Icon=assassin
Terminal=false
Type=Application
Categories=PackageManager;System;Settings;Bar;

Set icons to appear in the low menu

In the above example, 'Bar;' indicates that the item will appear in the bottom menu where 'INSTALLER' sits as default. Add 'Bar;' to 'Categories' for it to appear here.

See also