Migrate to gdbus.

This commit is contained in:
2026-04-27 11:04:04 -06:00
parent 8fcec519d0
commit 87018fa7fe
5 changed files with 710 additions and 663 deletions

View File

@@ -22,7 +22,7 @@ if get_option('gtk-frontend')
endif
desktop_conf = configuration_data()
if dbus_glib_dep.found()
if dbus_dep.found()
desktop_conf.set('exec_command', 'zoitechat --existing %U')
else
desktop_conf.set('exec_command', 'zoitechat %U')