Notices


Reply
Thread Tools
munky261's Avatar
Posts: 1,674 | Thanked: 171 times | Joined on Mar 2007 @ Anderson, IN
#341
Would it be possible, on the dashboard to have the bookmarks as the top tab showing instead of the history when you open it?
 
Posts: 134 | Thanked: 57 times | Joined on Mar 2008 @ South Bend IN
#342
Originally Posted by pipeline View Post
I just tried the browser today and it runs really nice, thanks

I was also looking into a way to hook into bookmarks but so far no luck.

I was able to associate html files saved on mmc to launch tear when clicked from file manager, but when choosing bookmark from the bookmark plugin i did not have any luck so far.

...

I think the best solution would be to find the code to the bookmark taskbar plugin but im not sure thats available.
Originally Posted by andrewfblack View Post
tear has its own bookmark taskbar thing just need to install it
I'm actually more interested in figuring out how to make the system use tear to launch hyperlinks. For instance, when you click on a link in modest, it opens it in microb. Like you said Andrew, we can access bookmarks from the tear plugin, so what we need to figure out is if Modest, and any other apps that allow you to use hyperlinks, call Microb (or a launch script) directly or if it is a dbus call similar to a mime open. I plan on looking into it unless some one else already has, or does it before I free up some time.
 
munky261's Avatar
Posts: 1,674 | Thanked: 171 times | Joined on Mar 2007 @ Anderson, IN
#343
Im using tear almost exclusively now...even though ive been used to ad-free browsing for a couple years on the tablets. One minor thing that amazes me in the difference with it and microb is when Im reading an article from usa today . com...which is frequent since it is where all my rss feeds come from, but I digest... When viewing an article with several pages of comments microb sometimes takes close to 20-25..sometimes 30 seconds to load all the comments each time I go to the next page of comments...Tear loads them all damn near instantly. I use the stylus friendly rss applet, I think im going to ask the developer if theres a way it can be made to open the links in tear when tapped on the homescreen applet.
 
Posts: 134 | Thanked: 57 times | Joined on Mar 2008 @ South Bend IN
#344
Originally Posted by munky261 View Post
Im using tear almost exclusively now...even though ive been used to ad-free browsing for a couple years on the tablets. One minor thing that amazes me in the difference with it and microb is when Im reading an article from usa today . com...which is frequent since it is where all my rss feeds come from, but I digest... When viewing an article with several pages of comments microb sometimes takes close to 20-25..sometimes 30 seconds to load all the comments each time I go to the next page of comments...Tear loads them all damn near instantly. I use the stylus friendly rss applet, I think im going to ask the developer if theres a way it can be made to open the links in tear when tapped on the homescreen applet.
At the very least, knowing how what method he uses to open the browser would be helpful for overriding the way the system responds.
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#345
I think the browser is called with dbus; if I click a link in the RSS Reader with dbus-monitor running, I get this:

Code:
method call sender=:1.29 -> dest=com.nokia.osso_browser path=/com/nokia/osso_browser; interface=com.nokia.osso_browser; member=load_url
   string "http://www.internettablettalk.com/forums/showthread.php?t=27377&goto=newpost"
method call sender=:1.29 -> dest=com.nokia.hildon-desktop path=/com/nokia/hildon/hdwm; interface=com.nokia.hildon.hdwm.startupnotification; member=starting
   string "com.nokia.osso_browser"
method call sender=:1.8 -> dest=com.nokia.osso_rss_feed_reader_refresh path=/com/nokia/osso/rss_feed_reader_refresh; interface=com.nokia.osso_rss_feed_reader_refresh; member=autorefresh
I have a *feeling* the call is: /usr/bin/dbus-send --print-reply --dest=com.nokia.osso_browser /com/nokia/osso_browser com.nokia.osso_browser.mime_open string:"%s"

Where %s is the url. That is the call I use in my programs to load the browser to a specific page, and the behavior is exactly the same as with the built-in programs.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#346
Yes, MicroB is called with dbus. No, Tear can't be called that way yet.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#347
theoretically it can, by using dbus-switchboard, and redirecting the url to the tear command line...

and by going that route, nearly any browser that can take a url argument will be able to become the main browser...
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#348
Yes, but by using the command line you start a new Tear every time every one with its own memory space...
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#349
and thats different from hitting the plus and pasting a url?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#350
Yep.


...

For now.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Reply

Tags
brower, browser, browserd fix, khtml, microb alternative, microb killer, tear, webkit, www


 
Forum Jump


All times are GMT. The time now is 14:53.