maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Solved] starting microb browser without the bookmarks window (https://talk.maemo.org/showthread.php?t=87977)

impeham 2012-11-23 08:40

[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.

laasonen 2012-11-23 09:22

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

impeham 2012-11-23 09:37

Re: starting microb browser without the bookmarks window
 
Quote:

Originally Posted by laasonen (Post 1297461)
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

i tried it before, but it has the same affect - it closes both windows

reinob 2012-11-23 10:03

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:

Originally Posted by impeham (Post 1297452)
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.

That's weird. If I open microb, I get the bookmarks window. I click on a bookmark and it opens in a separate window. I then click on "X" on the bookmarks window and that (and only that) window is closed. The opened bookmark is still there and working OK.

Note: I'm on stock PR1.3.1, no CSSU.

laasonen 2012-11-23 10:04

Re: starting microb browser without the bookmarks window
 
Quote:

Originally Posted by impeham (Post 1297462)
i tried it before, but it has the same affect - it closes both windows

Then you are probably going to have to make a script which selects the correct window with it's window identity to avoid closing every single one of them. You can get the list of open windows with this command:
Code:

wmctrl -l

reinob 2012-11-23 10:17

Re: starting microb browser without the bookmarks window
 
Quote:

Originally Posted by laasonen (Post 1297475)
Then you are probably going to have to make a script which selects the correct window with it's window identity to avoid closing every single one of them. You can get the list of open windows with this command:
Code:

wmctrl -l

I tried killing a single browser window with wmctrl -i -c <window id> but it closed all browser windows.

Tofe 2012-11-23 10:49

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ą!

impeham 2012-11-23 12:16

Re: starting microb browser without the bookmarks window
 
Quote:

Originally Posted by Tofe (Post 1297500)
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 problem is that it opens the default browser - in my case Opera, and i want specifically microb to open with my URL for this case.

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.

Wikiwide 2012-11-23 15:05

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...

impeham 2012-11-23 16:51

Re: starting microb browser without the bookmarks window
 
Quote:

Originally Posted by Wikiwide (Post 1297572)
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...

i don't understand what you're saying - can you give a command example?


All times are GMT. The time now is 20:25.

vBulletin® Version 3.8.8