Re: xdg-open drives me crazy

2018-07-27 Thread Markus Grunwald
Hello Curt, > xdg-mime default chromium.desktop text/html > xdg-mime default chromium.desktop x-scheme-handler/http > xdg-mime default chromium.desktop x-scheme-handler/https > xdg-mime default chromium.desktop x-scheme-handler/about That did the trick! Thank you very much :) cu -- Markus Grunw

Re: xdg-open drives me crazy

2018-07-27 Thread Curt
On 2018-07-26, Markus Grunwald wrote: > Hello, > > A few programs that I use, in turn use xdg-open. With web-pages, it gets > it completely wrong, no matter what I do: What have you done? Completely wrong is a little like completely pregnant? ;-) > % xdg-settings get default-web-browser > chrom

Re: xdg-open drives me crazy

2018-07-26 Thread John Crawley
On 2018-07-27 03:21, Markus Grunwald wrote: A few programs that I use, in turn use xdg-open. With web-pages, it gets it completely wrong, no matter what I do: What can I do ...? file $(which xdg-open) /usr/bin/xdg-open: POSIX shell script, ASCII text executable OK it's a shell script. Try th

Re: xdg-open drives me crazy

2018-07-26 Thread Markus Grunwald
Hello, > It looks in your output like you are using Xfce - what is set in > "Preferred Applications" under Web Browser? Xfce is only installed on the computer. I'm using i3. -- Markus Grunwald https://www.the-grue.de/~markus/markus_grunwald.gpg

Re: xdg-open drives me crazy

2018-07-26 Thread Andreas Ronnquist
On Thu, 26 Jul 2018 20:21:07 +0200, Markus Grunwald wrote: >Hello, > >A few programs that I use, in turn use xdg-open. With web-pages, it >gets it completely wrong, no matter what I do: > >% xdg-settings get default-web-browser >chromium.desktop >% echo $BROWSER >chromium > > > % grep -i bin /usr/

Re: xdg-open drives me crazy

2018-07-26 Thread Markus Grunwald
Hello, > Look at update-alternatives Thanks for the hint, but the alternatives are configured correctly: # ll /usr/bin/x-www-browser lrwxrwxrwx 1 root root 31 Jul 22 2009 /usr/bin/x-www-browser -> /etc/alternatives/x-www-browser # ll /etc/alternatives/x-www-browser lrwxrwxrwx 1 root root 17 M

Re: xdg-open drives me crazy

2018-07-26 Thread deloptes
Markus Grunwald wrote: > But what does that damn thing open? Firefox... > > What can I do ...? Look at update-alternatives update-alternatives --install /etc/alternatives/firefox x-www-browser /opt/custom/firefox/firefox 300 update-alternatives --set x-www-browser /opt/custom/firefox/firefox r

xdg-open drives me crazy

2018-07-26 Thread Markus Grunwald
Hello, A few programs that I use, in turn use xdg-open. With web-pages, it gets it completely wrong, no matter what I do: % xdg-settings get default-web-browser chromium.desktop % echo $BROWSER chromium % grep -i bin /usr/share/xfce4/helpers/chromium.desktop /usr/share/applications/chromium.de