Anno domini 16:18:07 Mon, 26 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
What the heck is xdg-document-portal service?
Apparently, it's a poorly-named Flatpak component. It doesn't integrate with TDE. Turning it off shouldn't do any harm unless you actually use Flatpak (and possibly not even then).
Thanks. I disabled xdg-desktop-portal with:
systemctl --user disable xdg-document-portal.service
and the error was gone, even after logging out and back in. Not sure what caused this service to be activated.
systemd ;)
Sounds like you are not a fan? :)
I love all things that break working stuff, introduce new bugs & security nightmares and steal my time otherwise. So yes, I'm a great "fan" of systemd. I like it so much, that it's the first thing I uninstall when I find it on any system .. the second thing is usally pulsaudio ;)
Nik
I actually had to mask it:
systemctl --user mask xdg-document-portal.service
otherwise systemd would enable it at the next reboot.
Gianluca