You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several DEs - Plasma for sure, idk about others - need their restart of the session too.
It might be feasible to a) add that to the restart session option, or b) create a dedicated enum for this.
I can restart my desktop session simply with plasmashell --replace and that does not need to reload the desktop manager. It is simple, straightforward and you quick.
(I see, that the only two services currently registered to trigger a restart of the desktop session, is xorg-server, and xorg-xwayland. Idk what is responsible for Wayland to be reloaded, but I guess that could be included as well. Or does the compositor do that?)
The text was updated successfully, but these errors were encountered:
ShalokShalom
changed the title
No reboot warning for Gnome/KDE
No 'restart the session' for desktop environments
Aug 28, 2024
It might be feasible to a) add that to the restart session option
You can already add the packages you want to watch with --session-restart-packages. IMO it doesn't make much sense to extend the defaults, since this is for Arch Linux and users generally have very custom setups and needs.
I see, that the only two services currently registered to trigger a restart of the desktop session, is xorg-server, and xorg-xwayland. Idk what is responsible for Wayland to be reloaded, but I guess that could be included as well. Or does the compositor do that?
Both xorg-server and xorg-xwayland are about the running X-Server, not wayland. So either the native X server or Xwayland.
Several DEs - Plasma for sure, idk about others - need their restart of the session too.
It might be feasible to a) add that to the restart session option, or b) create a dedicated enum for this.
I can restart my desktop session simply with
plasmashell --replace
and that does not need to reload the desktop manager. It is simple, straightforward and you quick.(I see, that the only two services currently registered to trigger a restart of the desktop session, is xorg-server, and xorg-xwayland. Idk what is responsible for Wayland to be reloaded, but I guess that could be included as well. Or does the compositor do that?)
The text was updated successfully, but these errors were encountered: