mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 16:32:06 +00:00

This patch adds NotificationServer, which runs as the "notify" user and provides an IPC API for desktop notifications. LibGUI gains the GUI::Notification class for showing notifications. NotificationServer is spawned on demand and will unspawn after dimissing all visible notifications. :^) Finally, this also comes with a small /bin/notify utility.
7 lines
301 B
Text
7 lines
301 B
Text
root:x:0:0:root:/:/bin/sh
|
|
lookup:x:10:10:LookupServer,,,:/:/bin/false
|
|
protocol:x:11:11:ProtocolServer,,,:/:/bin/false
|
|
notify:x:12:12:NotificationServer,,,:/:/bin/false
|
|
window:x:13:13:WindowServer,,,:/:/bin/false
|
|
anon:x:100:100:Anonymous,,,:/home/anon:/bin/sh
|
|
nona:x:200:200:Nona,,,:/home/nona:/bin/sh
|