Author Topic: (SOLVED - at least for me) LXDE - how to set default apps?  (Read 2620 times)

Offline alphaace

  • Sr. Member
  • ****
  • Posts: 310
Re: (SOLVED) LXDE - how to set default apps?
« Reply #15 on: November 20, 2010, 09:53:12 AM »
I'm sorry but I've tried all of these things and still can't get chromium as my default browser. I've tried adding "browser=chromium.desktop" "browser=chromium" as well as following the suggestions at http://wiki.lxde.org/en/LXDE:Questions#How_do_I_change_my_default_browser.3F

Also, for some reason, after the latest update my screensaver does not turn on. I've made sure it's on and restarted the daemon but no luck.

Thank you!

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: (SOLVED) LXDE - how to set default apps?
« Reply #16 on: November 20, 2010, 10:05:21 AM »
I'm sorry but I've tried all of these things and still can't get chromium as my default browser. I've tried adding "browser=chromium.desktop" "browser=chromium" as well as following the suggestions at http://wiki.lxde.org/en/LXDE:Questions#How_do_I_change_my_default_browser.3F

Also, for some reason, after the latest update my screensaver does not turn on. I've made sure it's on and restarted the daemon but no luck.

Thank you!


It is "browser=chromium-browser.desktop" not "browser=chromium.desktop." You can not leave out the -browser part and have it work.


Offline alphaace

  • Sr. Member
  • ****
  • Posts: 310
Re: (SOLVED) LXDE - how to set default apps?
« Reply #17 on: November 20, 2010, 10:15:35 AM »
Nope, that didn't work either. :-(

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: (SOLVED) LXDE - how to set default apps?
« Reply #18 on: November 20, 2010, 01:31:29 PM »
Nope, that didn't work either. :-(

Do you have that in ~/.local/share/applications/defaults.list and export BROWSER="chromium-browser" in your .bashrc?

Offline smurfslover

  • Hero Member
  • *****
  • Posts: 811
Re: (SOLVED) LXDE - how to set default apps?
« Reply #19 on: November 21, 2010, 12:47:41 AM »
Forget /.local/share/applications/default.list only value you need is
export BROWSER="command" in your .bashrc file.

Switched from chromium-browser to midori to opera and back to chromium only by editing .bashrc.
Registered Linux User 440970

Every windows machine has an un-patchable critical vulnerability... Its called "Power ON" switch.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: (SOLVED) LXDE - how to set default apps?
« Reply #20 on: November 21, 2010, 02:54:45 AM »
Forget /.local/share/applications/default.list only value you need is
export BROWSER="command" in your .bashrc file.

Switched from chromium-browser to midori to opera and back to chromium only by editing .bashrc.

That doesn't work for everybody. Maybe it should, but it doesn't.

Offline alphaace

  • Sr. Member
  • ****
  • Posts: 310
Re: (SOLVED - at least for me) LXDE - how to set default apps?
« Reply #21 on: November 22, 2010, 01:23:12 PM »
the .bashrc adjustment work. I didn't realize I needed the "export" in it. When I add the line "export BROWSER=chromium-browser", chromium is opened by default.

Thanks again!