#Weird open with popup
26 messages · Page 1 of 1 (latest)
run xdg-settings get default-web-browser to see what your web browser is
I've already tried that. It returns chromium.desktop, that should be correct no?
what if you run open https:// in terminal , same Open With menu?
No, that works fine
Same issue with links
try this xdg-mime default chromium.desktop x-scheme-handler/http
xdg-mime default chromium.desktop x-scheme-handler/https
That did not change anything sadly
check your mimeapps.list and see if your browser is there in line 27-31 maybe different lines for you
Could you share your ~/.config/mimeapps.list?
What is the app that opens? It looks like a gnome app
I haven't seen it on my end
When you install apps, they could add default associations. If you remember what app it was and identify it at mimeapps, change that line for your browser or remove it if it is repeated
This is my mimeapps.list file: https://gist.github.com/olehrstm/e0ea3c6351e4d07b96a4689b7a1eb5be
I haven't noticed anything weird there
I'm on fresh install also
For normal https links does your browser open only?
x-scheme-handler/https=chromium.desktop
That line should be responsible for that
The other two link openers are jetbrains-toolbox and thunderbird
Although it is weird that after that the browser still opens
If you tried opening from jetbrains editor that might be it
I've experienced that issue in thunderbird, zed and jetbrains toolbox
Right. So, in that file, checkout the lines that start with "x-scheme-handler".
There you will see the type of link too, and app to open them
You should change any app you don't want to open a particular type of link with chromium.
It could be that the apps behave weirdly with the popup as well and then default to the browser, but the initial opening is always determined by mimeapps (even after that intrusive popup by them)