Vincent Chernin

Results 264 comments of Vincent Chernin

How difficult is it to detect if the application is in the right state, i.e. moved to the virtual device? Perhaps what can be done is to remember a "tentative...

Perhaps we try disconnect the enable button from the actual state. And also I think using a checkbox in the first place is problematic since those are usually saved. e.g....

FYI having wanting the same thing, but since tokens are not easily available yet, as a workaround I opted to use a submodule for [EasyEffects](https://github.com/flathub/com.github.wwmm.easyeffects). We keep all the dependencies...

Not to add a confusing amount of options, but has flatpak and/or snap been considered? Similarly to appimage, these provide desktop integration, and unlike appimage, are conveniently installed from distro...

> That being said if libadwaita already has some kind of custom widget that could do this task without the need for a dialog window we could try to do...

Are you using the RPM or the Flatpak build?

FYI we can get some distro information with `/etc/os-release`, annoyingly only fields like `ID` are actually guaranteed to be there: https://www.freedesktop.org/software/systemd/man/os-release.html. We can use this to find out if this...

> I have never used it but GSettings supports some kind of "Vendor Settings". If I am not mistaken distributions can use this to customize the default settings they want...

> It would be good to know if now we are accessing gtk directly something has changed in those issues where the file dialog was causing freezes for some people....