View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#2
the desktop-files are stored in /usr/share/applications/hildon/
just take a look at one of those to know the content...
or simply copy to anywhere else and edit it

for launching the browser from cli use:
Code:
/usr/bin/browser --url="http://i-am-an-address.com"
write this behind "Exec=" in the desktop-file.

if you want your own icon place it in /usr/share/icons/hicolor/48x48/hildon/ - it has to be .png and 48*48 px.
if it's called "example.png" then you have to edit the icon-line in the desktop-file to "Icon=example".

hope that helps. (:
 

The Following 2 Users Say Thank You to b666m For This Useful Post: