Vincent Chernin
Vincent Chernin
The patch needs to be adjusted for the new preferences window, so I thought to review what a ideal fix should do: I think it’s best to go for the...
> It checks if there is an autostart file for it in the autostart folder. This setting is not saved in any gsettings key. Yeah, that's how I understood it.
So the portal is better supported in the flathub-beta branch now (with the latest upstream master branch). Both the autostart and shutdown on window close switches correctly use the portal....
I _think_ I've found a portal bug. EE and a portal test app ashpd (both flatpaks) seem to run into the same issue. Basically, if I launch either app fresh...
So interestingly with the gtkmm patch version, I find if I `flatpak permission-reset com.github.wwmm.easyeffects` and then run the app, the portal call will always return cancelled. I am honestly not...
> In theory there should be no difference in behavior between gtkmm and pure gtk. Yeah. One thing I realized we now use a newer libportal version, maybe that's why....
This is a bit improved now, see https://github.com/wwmm/easyeffects/issues/1500#issuecomment-1118235020
Typo, there were excessive e's. `G_MESSAGES_DEBUG=easyeffects flatpak run com.github.wwmm.easyeffects --gapplication-service` Flatpak auto start should work, but running in the background can be strange due to not explicitly asking permission. That...
The way the portal works is a lot smarter now as of today's 6.2.0 release (on Flathub). It will only let you enable "start service at login" and disable "shutdown...
Looking at the logs I am concerned with these: ``` (easyeffects:2): easyeffects-WARNING **: 12:46:34.399: presets_manager: [json.exception.type_error.302] type must be array, but is string (easyeffects:2): easyeffects-WARNING **: 12:46:34.402: [json.exception.type_error.302] type must...