using preferred browser instead of firefox
Posted: 8. Jan 2010, 20:36
greetings, first of all I don't know if this count as a bug, but I think it's an improvement so I post it here.
I don't use firefox and I'm tired that every time I click on the desktop shortcut for the irc channel, or the CUPS interface in the menu, it opens firefox instead of whatever browser is my default browser.
so after fooling around for a bit, I found that exo-open can call a web browser instance, and not just any browser but the one you have selected as default browser in the preferred applications dialog.
I've tested it changing my default browser and it works just fine
so instead of using in shorcuts or menu entries, you could use to launch in whatever browser is set as default
I hope somebody find this useful

I don't use firefox and I'm tired that every time I click on the desktop shortcut for the irc channel, or the CUPS interface in the menu, it opens firefox instead of whatever browser is my default browser.

so after fooling around for a bit, I found that exo-open can call a web browser instance, and not just any browser but the one you have selected as default browser in the preferred applications dialog.

I've tested it changing my default browser and it works just fine
so instead of using
Code: Select all
firefox www.whatever.com
Code: Select all
exo-open --launch WebBrowser www.whatever.com
I hope somebody find this useful
