Eitan Isaacson
Eitan Isaacson
Reminder :) :)
> I am still not convinced #4566 is an actual bug. > > How does that work with `org.freedesktop.LinuxAudio.Plugins.*` ? It doesn't need to. Those kinds of extensions could still...
> @eeejay: > > What happens if this GIMP plugin is compatible with other apps than GIMP? The app that is pulled in is the one defined in `ExtensionOf`/`ref`. Could...
Just realized that bwrap won't work because we don't have `kernel.unprivileged_userns_clone` . Investigating if we will need to use setuid mode here..
OK, `"runArgs": ["--privileged"]` did the trick.
I added a better commit message. If you click on the "Code" dropdown button in the main flatpak repo page there is a "Codespaces" tab. If you proceed to create...
Don't know if this is the same issue, but this would be helpful for app extensions too. This seems wrong, since the GIMP app is not installed: ``` $ flatpak...
So you mean visually hide the buttons but make them available, and disabled, to screen reader users? I don't think that is necessary. I'm a proponent of the screen reader...
The first tile seems kind of arbitrary, and can possible change(?) and be confusing. I think the correct entry point is the url bar. I'm assuming that once the user...
That is very strange. I don't know why the registry would be destroyed at that stage. FYI, there is a command line C program in `utils/spiel.c` for your reference, along...