The Following User Says Thank You to impeham For This Useful Post: | ||
|
2012-11-23
, 09:22
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#2
|
wmctrl -c Web
|
2012-11-23
, 09:37
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#3
|
I don't have a N900, but you could try something like this with wmctrl to make the application think its being closed from the useri nterface:
Code:wmctrl -c Web
The Following User Says Thank You to impeham For This Useful Post: | ||
|
2012-11-23
, 10:03
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#4
|
Is there a way to do that from command line?
i cannot even find a way to close this bookmarks window using any command without killing the browser itself - which i find very weird since if i click its X button it does not close the browser.
|
2012-11-23
, 10:04
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#5
|
wmctrl -l
|
2012-11-23
, 10:17
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
|
2012-11-23
, 10:49
|
Posts: 44 |
Thanked: 85 times |
Joined on Nov 2011
|
#7
|
The Following 6 Users Say Thank You to Tofe For This Useful Post: | ||
|
2012-11-23
, 12:16
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#8
|
You guys like it the hard way... Why not calling the appropriate dbus method to start a new browser ?
dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.open_new_window string:"about:blank" boolean:false
Et voilą!
The Following User Says Thank You to impeham For This Useful Post: | ||
|
2012-11-23
, 15:05
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#9
|
The Following 2 Users Say Thank You to Wikiwide For This Useful Post: | ||
|
2012-11-23
, 16:51
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#10
|
Quick reply...
MicroB can be started as "browser", for instance, in case of "browser --view=box" the window with list of bookmarks is closed as soon as you open anything in browser. That's not to say that this style of browsing will not require stylus and patience.
Best wishes.
__________________
Per aspera ad astra...
The Following User Says Thank You to impeham For This Useful Post: | ||
i cannot even find a way to close this bookmarks window using any command without killing the browser itself - which i find very weird since if i click its X button it does not close the browser.
Last edited by impeham; 2012-12-01 at 10:22.