hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.88k stars 576 forks source link

Fix/linux main loop #1803

Closed hbons closed 6 years ago

hbons commented 6 years ago

This removes the hack for using the right GLib.Application.Run method. This often didn't work at all, as not just Ubuntu is able to use older versions of gtk-sharp (like in #1791 and others). Now it detects the right method properly using System.Reflection at runtime.