emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.17k stars 137 forks source link

Improve README's Running section #507

Closed o0nd7ots closed 5 months ago

o0nd7ots commented 5 months ago

As of right now Mako targets Sway on SystemD systems and offers support for other compositors and init systems. This support as of right now is kind of neglected (see #505 and #88) .

I will try to improve it, each commit explaining why I did something and linking to this issue.

emersion commented 5 months ago

mako doesn't target systemd specifically. mako does assume that a D-Bus session bus is available, as required by the FreeDesktop notifications spec. systemd happens to setup a session bus by default, while in general for non-systemd distros there are extra steps to get that running. However, none of the session bus stuff is mako-specific.

o0nd7ots commented 5 months ago

This makes sense.

I'll fix the patch as soon as I can.

-------- Original Message -------- On 3/18/24 12:49, Simon Ser 'notifications at github.com' wrote:

mako doesn't target systemd specifically. mako does assume that a D-Bus session bus is available, as required by the FreeDesktop notifications spec. systemd happens to setup a session bus by default, while in general for non-systemd distros there are extra steps to get that running. However, none of the session bus stuff is mako-specific.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

o0nd7ots commented 5 months ago

From what I can see this is fixed