Howto choose the Default Browser?

Please post all general support questions for LXDE here.
Locked
maximi89
Posts: 6
Joined: Tue Mar 03, 2009 2:46 am

Howto choose the Default Browser?

Post by maximi89 »

Hi, i have the problem, when i click in a link on any place, this open konqueror, my default browser is IceWeasel(Firefox), i use Debian testing, where i can make the iceweasel my default browser?
Thanks!
lostson
Posts: 33
Joined: Thu Jan 08, 2009 12:17 pm
Location: Wisconsin US
Contact:

Re: Howto choose the Default Browser?

Post by lostson »

it depends on where your clicking if your in kmail and click a link it will probably open konqueror. You need to open kcontrol and set the open link setting to use Iceweasel instead of konqueror.
Image
ryofurue
Posts: 12
Joined: Wed Feb 18, 2009 7:44 am

Re: Howto choose the Default Browser?

Post by ryofurue »

my default browser is IceWeasel(Firefox), i use Debian testing, where i can make the iceweasel my default browser?
As a root,

Code: Select all

# update-alternatives --config x-www-browser
and choose iceweasel. LXDE simply uses the application "x-www-browser", which in fact is a symbolic link to whatever browser the admin chooses. Same goes for x-terminal-emulator .

I don't know how to do this on a per-user basis.

Regards,
Ryo
elfgoh
Posts: 8
Joined: Sat Mar 28, 2009 5:57 pm

Re: Howto choose the Default Browser?

Post by elfgoh »

archibald haddock
Posts: 148
Joined: Sun Jan 11, 2009 6:57 pm

Re: Howto choose the Default Browser?

Post by archibald haddock »

For user-based standard openers for things there is xdg-mime.
elfgoh
Posts: 8
Joined: Sat Mar 28, 2009 5:57 pm

Re: Howto choose the Default Browser?

Post by elfgoh »

archibald haddock wrote:For user-based standard openers for things there is xdg-mime.
Added http://wiki.lxde.org/en/LXDE:Questions# ... browser.3F
Locked