dialect-app / dialect

A translation app for GNOME.
GNU General Public License v3.0
596 stars 69 forks source link

port search provider to Gio.Application and Gio provided DBus bindings #359

Closed camelCaseNick closed 6 months ago

camelCaseNick commented 7 months ago

This lets Gio manage the main loop, and thus we can make use of its features such as inactivity-timeout, while simultaneously removing the dependency on the additional DBus bindings.

fixes #329

mufeedali commented 6 months ago

Thanks!