Merge pull request #366 from ZoiteChat/release/2.19-flatpak-error-startup

fix startup error on flatpak
This commit is contained in:
deepend-tildeclub
2026-08-15 12:38:30 -06:00
committed by GitHub

View File

@@ -13,9 +13,9 @@ dbus_includes = [
dbus_service_dir = join_paths(get_option('datadir'), 'dbus-1/services') dbus_service_dir = join_paths(get_option('datadir'), 'dbus-1/services')
if get_option('dbus-service-use-appid') if get_option('dbus-service-use-appid')
dbus_service_name = 'io.github.Hexchat' dbus_service_name = 'net.zoite.Zoitechat'
dbus_output_file = 'io.github.Hexchat.service' dbus_output_file = 'net.zoite.Zoitechat.service'
dbus_cargs = '-DDBUS_SERVICE="io.github.Hexchat"' dbus_cargs = '-DDBUS_SERVICE="net.zoite.Zoitechat"'
else else
dbus_service_name = 'org.zoitechat.service' dbus_service_name = 'org.zoitechat.service'
dbus_output_file = 'org.zoitechat.service.service' dbus_output_file = 'org.zoitechat.service.service'