show where default session manager is stored

This commit is contained in:
2023-03-07 12:34:13 +01:00
parent b1576742fc
commit d724281718

View File

@@ -28,7 +28,7 @@ Per default Puppet starts `gdm` which then starts Gnome with `Xorg` using `/usr/
Normally the Display Managers offer the user to select one of the available Desktop Sessions (`*.desktop` files in `/usr/share/wayland-sessions/` and `/usr/share/xsessions/`). This has been disabled as normally at the PSI this is more set per system and not per user.
In Hiera the actual Desktop Session to be started can be selected/overriden by setting the `desktop::session_manager` to one of the `.desktop` files in above listed directories. Set it e.g. to `gnome-wayland` to test `Wayland`.
In Hiera the actual Desktop Session to be started can be selected/overriden by setting the `desktop::session_manager` to one of the `.desktop` files in above listed directories. Set it e.g. to `gnome-wayland` to test `Wayland`. It will then end up as default session manager in `/etc/accountsservice/user-templates/standard`.
Note when changing the default Session Manager, previous users will still get the one they used before. To reset that, you need to delete
- `/var/lib/AccountsService/users/*` (for `gdm`)