![]() |
2011-02-06
, 19:29
|
Posts: 85 |
Thanked: 383 times |
Joined on Jan 2010
@ Hong Kong
|
#2
|
/usr/bin/browser --url=http://google.com/ & /usr/bin/browser --url=http://facebook.com/ & /usr/bin/browser --url=http://yahoo.com/ &
chmod +x myScript
./myScript
The Following User Says Thank You to amandalam For This Useful Post: | ||
![]() |
2011-02-06
, 19:45
|
Posts: 255 |
Thanked: 107 times |
Joined on Nov 2010
|
#3
|
There is a side-effect, though --- the Bookmarks page always displays first. I'm not sure how to get rid of it....
dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"google.com" & dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"yahoo.com" & dbus-send --system --type=method_call --dest=com.nokia.osso_browser /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"facebook.com"
![]() |
2011-02-06
, 19:58
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#4
|
There is a side-effect, though --- the Bookmarks page always displays first. I'm not sure how to get rid of it....
/usr/bin/fennec http://google.com & /usr/bin/fennec http://facebook.com &
The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2011-02-06
, 23:17
|
Posts: 50 |
Thanked: 5 times |
Joined on May 2009
@ UK
|
#5
|
![]() |
2011-02-07
, 01:02
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#6
|
could someone run by me again how to make this executable so it will work with a Queen BeeCon shortcut on the desktop.
/usr/bin/fennec http://www.cnn.com & sleep 5 /usr/bin/fennec http://www.npr.org &
#!/usr/bin/sh /usr/bin/fennec http://www.cnn.com & sleep 5 /usr/bin/fennec http://www.npr.org &
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=OpenWebPages Exec=/home/user/OpenWebPages Icon=Terminal X-Osso-Type=application/x-executable
The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2011-02-07
, 01:36
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#7
|
Also can anyone tell me the command to start the stock RSS reader too please?
The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2011-03-07
, 07:18
|
|
Posts: 191 |
Thanked: 46 times |
Joined on Jun 2010
@ NanJing China
|
#8
|
Thanks.
Last edited by sevep; 2011-02-06 at 18:58.