mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
Base: Launch NotificationServer at session start-up
This commit is contained in:
parent
1da9375400
commit
b01822bdd4
4 changed files with 9 additions and 10 deletions
|
@ -15,7 +15,7 @@ namespace GUI {
|
|||
class ConnectionToNotificationServer final
|
||||
: public IPC::ConnectionToServer<NotificationClientEndpoint, NotificationServerEndpoint>
|
||||
, public NotificationClientEndpoint {
|
||||
IPC_CLIENT_CONNECTION(ConnectionToNotificationServer, "/tmp/portal/notify"sv)
|
||||
IPC_CLIENT_CONNECTION(ConnectionToNotificationServer, "/tmp/user/%uid/portal/notify"sv)
|
||||
|
||||
friend class Notification;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue