Emacs doesn't open a link in browser directly: KDE interference
by usr345 from LinuxQuestions.org on (#5GD29)
Emacs users, please try to reproduce this behaviour. My system is Slackware 14.2, KDE 4.14.38, Emacs 26.3.
When I run a function: Code:(browse-url "https://www.google.com/") instead of opening https://www.google.com/ in browser it downloads the page to /var/tmp/kdecache-myuser and opens the file in browser: file:///var/tmp/kdecache-myuser/krun/20635_0_. All the css and js are broken of course.
A person on emacs.stackexchange.com told me, that this function works on his system. So, it seems, that it is not Emacs, but KDE interference.
How can I make it open the direct link in browser?


When I run a function: Code:(browse-url "https://www.google.com/") instead of opening https://www.google.com/ in browser it downloads the page to /var/tmp/kdecache-myuser and opens the file in browser: file:///var/tmp/kdecache-myuser/krun/20635_0_. All the css and js are broken of course.
A person on emacs.stackexchange.com told me, that this function works on his system. So, it seems, that it is not Emacs, but KDE interference.
How can I make it open the direct link in browser?