Flatseal won’t start by itself anymore, which is a known issue. I got it running by running
GSK_RENDERER=gl com.github.tchx84.Flatseal
and inspired by a response in the above linked issue, I wanted to add GSK_RENDERER=gl
as a variable in Flatseal so I could open it without having to manually run this in the terminal.
However, I seem to have screwed that up, and written GSK_RENDERER=ng
instead, because the application still won’t run, and now I get the following output anytime I try to open it by the method above:
(com.github.tchx84.Flatseal:2): Gsk-WARNING **: 22:09:54.997: Unrecognized renderer "ng". Try GSK_RENDERER=help
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:782: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:814: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 22:09:55.406: Error 71 (Protocol error) dispatching to Wayland display.
However, I can’t for the life of me seem to correct this. I’ve tried running the above command again, I’ve tried overriding it with flatpak
:
flatpak override --env=GSK_RENDERER=gl com.github.tchx84.Flatseal
(which yielded a “permission denied”, and nothing happening after running with sudo)
I’ve reinstalled the applications several times, including removing the config files from ~/.var/app/com.github.tchx84.Flatseal
and checked that /var/app/
does not contain any config files.
I just want to reset the user input changes I made to this flatpak and start over, but I’m getting no where…
deleted by creator