https://askubuntu.com/questions/18418/how-can-i-set-which-application-is-launched-by-xdg-open
You might want to configure xdg to open what you want instead.
https://askubuntu.com/questions/18418/how-can-i-set-which-application-is-launched-by-xdg-open
You might want to configure xdg to open what you want instead.
While waiting for your replies, my PAM lockout/timeout reset and I was able to try. It worked. 🤣
Eh, i just symlink the executable to ~/.local/bin/xdg-web and set that in the Webbrowser shortcut. There's a bunch of xdg- links now and i know with a ls -l what's what.
Oh, well... xD Maybe next time then. I guess the only difference in my case is that xdg still looks through all possible executables until encounteres Firefox? While your solution doesn't have to run through them all, but immediately jumps to the browser of your choice?
Exactly. I've found xdg's script with a switch case cumbersone with my custom script (and ugly), while the other stuff is good enough for open-with. So i just "wire" the defaults, while keeping to a naming scheme.
Edit: in hindsight, this sounds confusing, huh?
all 8 comments