Thread
:
Creating a shortcut with a defined icon that leads to a defined web address
View Single Post
b666m
2010-03-02 , 21:41
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. (:
Quote & Reply
|
The Following 2 Users Say Thank You to b666m For This Useful Post:
Arif
,
zoner
b666m
View Public Profile
Send a private message to b666m
Find all posts by b666m