[Desktop Entry]
Encoding=UTF-8
Icon=cimb
Type=Link
URL[$e]=http://www.mobile.cimbclicks.com.my/
[Desktop Entry] Encoding=UTF-8 Icon=cimb Type=Link URL[$e]=http://www.mobile.cimbclicks.com.my/
[Desktop Entry] Encoding=UTF-8 Icon=cimb Type=Application Exec=/usr/bin/browser\ --url=http://www.mobile.cimbclicks.com.my/
remember that in Exec=blahblah line you need to put "\" character in front of every space character you type, that's why above command /usr/bin/browser --url=http://www.mobile.cimbclicks.com.my/
Exec=/usr/bin/browser\ --url=http://www.mobile.cimbclicks.com.my/
| The Following User Says Thank You to pusak gaoq For This Useful Post: | ||


#!/bin/sh `/usr/bin/browser --url=$1 &`
/opt/openwebsite.sh "http://www.google.com
[Desktop Entry] Version=1.0 Name=cimb Type=Application Comment=Shortcut to some website Exec=/opt/openwebsite.sh "http://www.google.com" Icon=cimb
/opt/openwebsite.sh "http://www.google.com"
/opt/openwebsite.sh\ "http://www.google.com"
If it does not on yours, tell me how far did you go untill something failed
| The Following User Says Thank You to misiak For This Useful Post: | ||


| The Following User Says Thank You to pusak gaoq For This Useful Post: | ||
