dissent icon indicating copy to clipboard operation
dissent copied to clipboard

so.libdb.gtkcord4.service uses bad absolute path

Open diamondburned opened this issue 1 year ago • 1 comments

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

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

diamondburned avatar Dec 06 '23 21:12 diamondburned

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.

diamondburned avatar Dec 06 '23 21:12 diamondburned