diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.18k stars 38 forks source link

so.libdb.gtkcord4.service uses bad absolute path #199

Open diamondburned opened 7 months ago

diamondburned commented 7 months ago

See: https://github.com/diamondburned/gtkcord4/blob/f33800f1cdfcacac0b2e405a3bcf6aea00ebd764/nix/so.libdb.gtkcord4.service#L3C12-L3C12

This should be Exec=gtkcord4 ..., I think.

diamondburned commented 7 months ago

https://dbus.freedesktop.org/doc/dbus-specification.html seems to not suggest which paths are acceptable.

https://wiki.gnome.org/HowDoI/DBusApplicationLaunching#Install_a_D-Bus_service_file suggests that Exec must "point to the spot where the application has been installed." However, it's unclear if the author is unaware that other distros exist, or if they actually implemented DBus service file handling that way.