Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No 'restart the session' for desktop environments #185

Open
ShalokShalom opened this issue Aug 28, 2024 · 1 comment
Open

No 'restart the session' for desktop environments #185

ShalokShalom opened this issue Aug 28, 2024 · 1 comment

Comments

@ShalokShalom
Copy link

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?)

@ShalokShalom ShalokShalom changed the title No reboot warning for Gnome/KDE No 'restart the session' for desktop environments Aug 28, 2024
@rnestler
Copy link
Owner

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.

Usually the compositor starts Xwayland as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants