Notifications
August 8, 2026 ยท View on GitHub
This feature allows server side applications to send system notifications (aka notifications bubbles) to the client.
It is supported on all platforms and controlled by the notifications configuration option.
MacOS 10.10.x:

Gnome-shell:

Please refer to the notifications subsystem.
Debugging
- start both the client and server with the debug command line flags:
-d notify,dbus - you can also test notifications forwarding using the dbus interface or xpra control, ie:
will send the message to all clients.xpra control :100 send-notification "hello" "world" "*"