Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.blahaj.zone
linux·Linuxbytrem

PSA: Firefox now auto-uses the XDG portal file picker

Somewhat of a PSA for Qt users:

On Linux, Firefox will now default to the XDG portal file picker if available, rather than the GTK3 one, which is usually better integrated with the user's desktop environment, and more powerful. https://www.firefox.com/en-US/firefox/149.0/releasenotes/

Edit: I talk about a patched version below, but it was an about:config toggle in more recent times.

Always needed a patched version of Firefox before for that. Presumably most distros will transparently throw that patch out of their Firefox package, so likely don't have to do anything.

But well, you don't specifically need a patched version anymore for that, so if that's a separate package on your distro, you could consider using the normal package again. Although, I believe there's also still patches floating about for using the KDE mimetype system...

View original on lemmy.blahaj.zone
81

15 replies

KeePassXC 2.7.12 still requires a .mozilla folder if I want to use their extension. The app data for LibreWolf is now nestled somewhere in .config. Would be kind of nice if KP could switch to XDG (if I'm understanding things correctly . . . )

5

You can still move your folder from .config/librewolf/ to .librewolf/ and it will use it from there. At least, it works like that in Firefox (potentially to be removed in the future, but there's no real reason to remove it any time soon).

But yeah, I don't know how that works together with KeePassXC. I mean, if it worked on LibreWolf before, then presumably moving the folder back to .librewolf/ should fix it until KeePassXC is updated...

(And yes, the .config/ directory is specified by the XDG standard.)

(Also, good shout about the directory being relevant. I guess, that's also why the extension is currently broken for me, because I was a bit too eager to switch to the .config/ dir. 🙃)

2

The patch notes is from March 24, 2026, about 4 months ago. So I wouldn't call it "now", as the title suggest a new change.

10
lemmy.zip

Patched? But it was a mere about:config setting or policy for years.

5
tremreply
lemmy.blahaj.zone

Oh, I think, you're right. It was a patch by openSUSE at first, but then they integrated it in about:config.

4

THAT'S why I haven't noticed anything throwing me off. Freaking LOVE OpenSUSE. ❤️

2

Just saw this while flicking through the changelog and hadn't heard of this when it was released. Perhaps too niche to report on for news pages. So, I figured, I'd post here. ¯\_(ツ)_/¯

11

My version is KDE patched, the actual browser I use is Librewolf, but I keep the distro package of Googlyfox around for when I need to use a less securely configured browser that allows redirects and captive portals and doesn't block bot checks that use cross site javascript and WebGL contenta and browswer fingerprinting and...

7
ISO
lemmy.zip

I'm a "developer edition" user (beta channel) running multiple profiles from multiple system users, and the only change I noticed weeks ago was the file picker not opening at all 😬

Fixed by running firefox with dbus-launch. So that was +1 for dbus over systemd in the race to make less shit work expectedly, while killing unix/posix in the process.

4

wow sucks if that's true. why wouldn't they just fallback to GTK+3 file picker when dbus isn't working well?

i also kinda have dbus killed on my system, gotta see if i get this issue after my distro gets ESR 153..

3

I had to do some manual configuration to make the XDG portal filepicker work correctly in Niri, but after that I haven't had any problems

2
nyanbinaryreply
lemmy.ml

There is a reason why Linux isn't POSIX compliance, Unix and POSIX sucks.

-4

UNIX and POSIX is awesome. Any operating system not following these standards suck, such as Windows and DOS.

-1

Nah, dbus sucks. And it's intended replacement, dbus brocker, even more, because it's a wrapper around systemd calls, doesn't work with any other service manager.

-1

You reached the end

PSA: Firefox now auto-uses the XDG portal file picker | Spyke