1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:57:44 +00:00

WindowServer: Remove username from MenuManager.

Now, we have UserName applet.
This commit is contained in:
Hüseyin ASLITÜRK 2020-02-09 11:54:54 +03:00 committed by Andreas Kling
parent 57edcb54c2
commit 9b5e0b6247
3 changed files with 28 additions and 46 deletions

View file

@ -38,6 +38,11 @@ User=anon
KeepAlive=1
User=anon
[UserName.MenuApplet]
Priority=low
KeepAlive=1
User=anon
[AudioServer]
Socket=/tmp/portal/audio
# TODO: we may want to start it lazily, but right now WindowServer connects to it immediately on startup