![]() |
How to make a 3rd party browser the default browser?
I want to switch from microb to an other browser (at the moment fennec is my favourite).
This means the other browser (for me: fennec) should open if I select a link in modest or mauku or the feed reader or wherever. Is there any possibility to do this for all applications in a central place? |
Re: How to make a 3rd party browser the default browser?
Alas, no. Maemo does not have a central system for this so many apps just hardcode the usage of the default browser to open a link.
|
Re: How to make a 3rd party browser the default browser?
One way to go about this problem is by simply asking one of the many Nokia developers who are within the community and are actively discussing within the community - how we could eventually do it
|
Re: How to make a 3rd party browser the default browser?
You can simply do it by changing what's inside the osso_rpc_async* or osso_rpc_run* functions of your favourite application. This assumes, however, that the program in question is open-source and the browser you wish to change to does not have broken DBUS methods.
|
Re: How to make a 3rd party browser the default browser?
Quote:
I made a enhancement request in the fennec bug tracking system: https://bugzilla.mozilla.org/show_bug.cgi?id=499904 Please feel free to comment and correct the entry. |
I'd like Mauku to open URLs in Midori instead of MicroB
Quote:
|
Re: How to make a 3rd party browser the default browser?
I'm also very interested in this. I wrote a small, rough script that uses dbus-launch to start it. Now I need to know how to implement it.
Code:
#!/bin/sh @qwerty12 so I'm guessing that to modify osso_rpc_async* or osso_rpc_run* functions we have to get the source code for applications like osso_addressbook, modify it, compile it, and replace what we currently have? --yikes a little out of my leage |
Re: How to make a 3rd party browser the default browser?
Well, you can modify xiojason's script here, but use other means for opening the browser, not dbus. It is a startup proxy after all.
http://talk.maemo.org/showpost.php?p...&postcount=566 |
Re: How to make a 3rd party browser the default browser?
Quote:
Code:
os.execl('/usr/bin/dbus-send', |
Re: How to make a 3rd party browser the default browser?
Well, Midori probably can't be launched with DBus or if it can, then not with these arguments. Try running it with a simple commandline like
Code:
midori url |
All times are GMT. The time now is 09:22. |
vBulletin® Version 3.8.8