![]() |
[Solved] starting microb browser without the bookmarks window
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. |
Re: starting microb browser without the bookmarks window
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 |
Re: starting microb browser without the bookmarks window
Quote:
|
Re: starting microb browser without the bookmarks window
(EDIT) Ahh.. scratch that: you mean you want to programmatically close the bookmarks window but not the whole browser?
Quote:
Note: I'm on stock PR1.3.1, no CSSU. |
Re: starting microb browser without the bookmarks window
Quote:
Code:
wmctrl -l |
Re: starting microb browser without the bookmarks window
Quote:
|
Re: starting microb browser without the bookmarks window
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ą! |
Re: starting microb browser without the bookmarks window
Quote:
to make it open the microb browser with the URL you can use: dbus-send --session --type=method_call --print-reply --dest="com.nokia.osso_browser" /com/nokia/osso_browser/request com.nokia.osso_browser.switchboard_launch_microb string:http://www.google.com however - this also opens the bookmarks window which is the main issue. |
Re: starting microb browser without the bookmarks window
1 Attachment(s)
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. http://i.imgur.com/RKhhm.png?1?7208 Best wishes. __________________ Per aspera ad astra... |
Re: starting microb browser without the bookmarks window
Quote:
|
All times are GMT. The time now is 20:25. |
vBulletin® Version 3.8.8