dissent
dissent copied to clipboard
so.libdb.gtkcord4.service uses bad absolute path
See: https://github.com/diamondburned/gtkcord4/blob/f33800f1cdfcacac0b2e405a3bcf6aea00ebd764/nix/so.libdb.gtkcord4.service#L3C12-L3C12
This should be Exec=gtkcord4 ..., I think.
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.