xdg-open commands inheriting user directory

Problems with hardware & laptops not being detected or supported during or after install.
Locked
dantringuoingheo
Posts: 1
Joined: Fri May 08, 2020 7:57 am

xdg-open commands inheriting user directory

Post by dantringuoingheo »

I've been having a fairly longstanding problem that is now preventing me from installing google-drive-ocamlfuse. When any CLI tries to run xdg-open URL it is not able to open the link in a webbrowser....
Rex Bouwense
Posts: 1093
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: xdg-open commands inheriting user directory

Post by Rex Bouwense »

How are you trying to install google-drive-ocamlfuse? I found this;
https://github.com/astrada/google-drive ... stallation
Rex
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: xdg-open commands inheriting user directory

Post by drooly »

Code: Select all

xdg-settings get default-web-browser
Is this set to anything?
You can set it to the browser of your choice with

Code: Select all

xdg-settings set default-web-browser browser-of-your-choice.desktop
Locked