elementary / sideload

Sideload Flatpaks on elementary OS
https://elementary.io
GNU General Public License v3.0
46 stars 14 forks source link

Ensure we throw the error dialog in the GTK thread #105

Closed davidmhewitt closed 3 years ago

davidmhewitt commented 3 years ago

Fixes #96 Fixes #104

The flatpak operation_error is potentially thrown in a thread, so we have to wrap our signal to ensure any UI operations driven off the back of it don't cause a segfault.