You are not logged in.
Just installed chromium browser, but when I clicked *.html file, the firefox was called as my default browser.
Is there anyway that I can set chromium my default? Thanks.
Offline
Right click the html file in your file manager; choose properties and select chromium at Open with...
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Thanks for your hints. But that would make it default for the specific html file instead of all associated files.
This is my two cents, any suggestions? Thanks.
Offline
Ok, another way
go in chromium to: chrome://settings/browser
And click on "make chromium my default browser" button.
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
Maybe remove firefox?
Offline
if you're using the latest AB, there is an entry in ~/.xinitrc that sets the BROWSER variable to firefox-aurora
Modifying that (and logging out/in) should fix it for apps that honour $BROWSER when displaying html
You can verify with
$ env | grep BROWSER
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
That is a good find ![]()
Offline
~/.xinitrc that sets the BROWSER variable to firefox-aurora
These are the things you miss by not installing AB each month....
Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/
Offline
That is a good find
just like a blind squirrel :-)
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
~/.xinitrc that sets the BROWSER variable to firefox-aurora
These are the things you miss by not installing AB each month....
I do install AB every month just do not look in .xinitrc ...
#!/bin/bash
export BROWSER=firefox-aurora
export DE=xfce
exec ck-launch-session dbus-launch openbox-sessionThe DE one bothers me ![]()
Offline
The DE one bothers me
Me too! Change it to this if you want ![]()
export DE=lxdeor
export DE=bumtu![]()
GUI's?? We don't need no stinkin' GUI's!!!
Offline
Sounds like a plan ![]()
Offline
I had a problem with "Super + r" bringing up the DOC.html only in firefox-aurora too.
so I changed the 2 occurence's of "firefox-aurora" in ~/.config/openbox/rc.xml to "chromium" and that solved that problem also.
btw, I tried "export DE=bumtu" as suggested by you guys above,
but all I got was this horrible brown wallpaper that looked like the wrinkled ass of an elephant ?
strange eh ?![]()
![]()
Last edited by scjet (2011-11-22 09:14:41)
The "BSD" things in life are "Free", and "Open", and so is ArchBang!
Go Leafs Go !!!
Offline
go in chromium to: chrome://settings/browser
And click on "make chromium my default browser" button.
Unfortunately this method isn't working in my Chromium (Version 19.0.1084.52 (0)),
it says "Chromium cannot determine or set the default browser."
if you're using the latest AB, there is an entry in ~/.xinitrc that sets the BROWSER variable to firefox-aurora
Modifying that (and logging out/in) should fix it for apps that honour $BROWSER when displaying html
You can verify with
$ env | grep BROWSER
env | grep BROWSER states "BROWSER=chromium"
but clicking on a hyperlink in my Thunderbird email client still opens the link in FireFox, and not in Chromium.
Or is that something I have to configure in Thunderbird?
PS: if you also want to change the browser shortcut key: Super + W = Webbrowser start (see http://wiki.archbang.org/index.php?title=KeyBindings )
you've to change that in .conkyrc:
Preferences > OpenBox Config > key editor > command: chromium
Last edited by pe7er (2012-06-06 09:48:58)
Kind regards,
Peter Martin - Joomla Open Source CMS specialist www.db8.nl
OS: Arch Linux | Archbang | Debian | Crunchbang | Ubuntu
Offline
if you're using the latest AB, there is an entry in ~/.xinitrc that sets the BROWSER variable to firefox-aurora
Modifying that (and logging out/in) should fix it for apps that honour $BROWSER when displaying html
You can verify with
$ env | grep BROWSER
where is the ~/.xinitrc i cant find it.,
Offline
It's in the ~/.xinitrc also known as /home/your_username/.xinitrc. If you use pcmanfm or thunar, menu -> show hidden files and you see it.
Offline