Stephen Brandt

Results 13 comments of Stephen Brandt

Just got the exact same error for Houston CI when trying to test the [elementary branch](/ztefn/haguichi/tree/elementary) of Haguichi: https://travis-ci.com/ztefn/haguichi/jobs/254639701 ``` # Internal error while running Cannot copy 'haguichi-disconnected.svg' to a...

Is this ever going to get addressed or will app updates for elementary OS 5 be completely abandoned now elementary OS 6 is out with a complete different (Flatpak) workflow?...

Any news on this? This issue is blocking the 1.141.0 release for elementary...

Unfortunately, the functionalty that `Gtk.Application.inhibit` provides is different from what Haguichi needs. Haguichi does not start any operation that should not be interrupted. It merely listens for a [PrepareForSleep()](https://www.freedesktop.org/software/systemd/man/org.freedesktop.login1.html#Signals) signal...

I have a similar need. I have two separate Flash animations (basket ball players) that call each other through Javascript using the [ExternalInterface](https://www.newfangled.com/calling-javascript-from-flash/) when they pass the ball along the...

Relevant issue in xdg-desktop-portal: flatpak/xdg-desktop-portal#137

Specific dbus interface to watch session state changes: https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-signal-org-freedesktop-portal-Inhibit.StateChanged > The StateChanged signal is sent to active monitoring sessions when the session state changes. > > When the session state...

Implementation in GTK 3 (same in GTK 4, but documentation for prior version is more readable): https://valadoc.org/gtk+-3.0/Gtk.Application.query_end.html > [ Version ( since = "3.24.8" ) ] > public signal void...

Last few days I have tested both Gtk and LibPortal methods and it turned out inhibitors get totally ignored when the system is suspended by the user. Also there are...