diamondburned / dissent

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

Add dbus service file #183

Closed txtsd closed 10 months ago

txtsd commented 10 months ago

This allows for launching via the desktop file with DBusActivable=true on DEs that support it.

https://wiki.gnome.org/HowDoI/DBusApplicationLaunching#Install_a_D-Bus_service_file

Closes #119

diamondburned commented 10 months ago

What's the path at which this file should be installed?

txtsd commented 10 months ago

It goes into /usr/share/dbus-1/services/, but wait until it's tested and reported to be working well in #119.

txtsd commented 10 months ago

This is ready to be merged.

It should go in /usr/share/dbus-1/services/ as mentioned. I dredged through the nix files but I don't think I understand the nix based building and packaging, so I'll leave that up to you.