Open nano-o opened 2 years ago
It seems this related to this flatpak issue: https://github.com/flatpak/flatpak/issues/3357. I have an application that uses xvfb, which uses server number 99 by default, and this interferes with flatpak. Stopping said application solves the problem. Seems that this is fixed in flatpak 1.14
Interesting. We currently inherit the Flatpak version from Ubuntu on 22.04, but we do have a Flatpak repository we've used for previous releases that we could use to push an update overriding Ubuntu's version. The alternative would be getting Ubuntu to update it in their 22.04 repository.
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
After a while, my system stops being able to launch flatpak applications. For example, running the command
flatpak run com.discordapp.Discord
results in:All other GUI flatpak applications I have installed also fail, with various errors, but the
Invalid MIT-MAGIC-COOKIE-1 key
seems to always occur. Other, non-flatpak application run fine.A reboot fixes the situation: initially, flatpak applications start fine; but after a while, the problem above occurs. Once it occurs, seemingly nothing but a reboot will fix things. I haven't been able to figure out what triggers this behavior.
Steps to reproduce (if you know):
Run a GUI flatpak application. Initially (after boot), flatpak applications start fine; but after a while, the problem above occurs. Once it occurs, seemingly nothing but a reboot will fix things. I haven't been able to figure out what triggers this behavior.
Expected behavior:
Able to run GUI flatpak applications
Other Notes:
This has been occurring for a while. It seems to affect only GUI application. For example, after the problem occurs,
flatpak run org.gnu.emacs
, which normally starts the emacs GUI, will start emacs in the console.