Thread: Desktop Entry
View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#2
Edit: Allright, see my post below, I checked it and this code does not work, I have no idea why. Old post:


Hi,

change
Originally Posted by K9999 View Post
Code:
[Desktop Entry]
Encoding=UTF-8
Icon=cimb
Type=Link
URL[$e]=http://www.mobile.cimbclicks.com.my/
to

Code:
[Desktop Entry]
Encoding=UTF-8
Icon=cimb
Type=Application
Exec=/usr/bin/browser\ --url=http://www.mobile.cimbclicks.com.my/
It should work remember that in Exec=blahblah line you need to put "\" character in front of every space character you type, that's why above command
Code:
/usr/bin/browser --url=http://www.mobile.cimbclicks.com.my/
needs to be written
Code:
Exec=/usr/bin/browser\ --url=http://www.mobile.cimbclicks.com.my/
That command actually runs default browser (MicroB unless one installed browser switchboard and changed) pointing it to address given as --url parameter. Source: bottom of page http://browser.garage.maemo.org/docs/dummy.html

Last edited by misiak; 2011-05-18 at 09:56. Reason: typos
 

The Following 3 Users Say Thank You to misiak For This Useful Post: