![]() |
Re: starting microb browser without the bookmarks window
BTW: Sometimes desktop links opens the bookmarks window,
sometimes not. Strange. So, how to disable the appearance of the bookmarks window when opening desktop links? My N900's problem is that the bookmarks window jams the browsing badly. Even if I immediately close the bookmarks window, the browsing is jammed. When bookmarks window does not come up, browsing works ok. More strange happens: it takes 9 minutes to open a webpage via the bookmarks window. Thus I prefer the desktop links. But then the desktop links may cause more problems: Only four desktops, so many links. No ability to organize the links: say, by labeling and grouping desktop areas. Perhaps because I have so many links, the system menus are starting to show as black: menu entries are invisible. Likewise the character dialog. The desktop links and app icons are many times invisible too. The toolbar bitmap is showing wrong bitmaps: like the clock is replaced by bitmap taken from some other part of display. Switching to other browsers is no because Firefox Mobile and Opera are some kind of jokes compared to the Web in usability. (And I have advice: when hardware is limited, the browser should be more cabable, not reduced like Firefox Mobile.) |
Re: starting microb browser without the bookmarks window
Quote:
Quote:
Did you know how many packages are connected to default browser, in one way or another? microb-eal, microb-engine, microb-engine-common, tablet-browser-ui, tablet-bookmark-manager, and many others. Searching for bookmark window is a nightmare. Quote:
Quote:
Quote:
Oh, and I thank Sentinel1705 for tip: there is a small config file at "/home/user/.browser". And there are MicroB tweaks. And who knew that MicroB renders not only nokia maps, but also chat conversation and SMS conversation, if rtcom-messaging-ui is to be believed? Quote:
Since you prefer to use MicroB as default, this should work for you: Code:
dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"about:mozilla" Best wishes. __________________ Per aspera ad astra... |
Re: starting microb browser without the bookmarks window
The final tested working solution for this issue is the following script which will open the url from parameter 1 with a single maemo browser window:
#!/bin/sh current=$(browser-switchboard-config -b) browser-switchboard-config -s -b "microb" dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"$1" sleep 5 browser-switchboard-config -s -b "$current" |
All times are GMT. The time now is 00:18. |
vBulletin® Version 3.8.8