update standard desktop reset

This commit is contained in:
2023-07-04 08:37:25 +02:00
parent 2deecf7212
commit 50a8b7510a
+2
View File
@@ -31,9 +31,11 @@ Normally the Display Managers offer the user to select one of the available Desk
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
- stop AccountsService (`systemctl stop accounts-daemon.service`)
- `/var/lib/AccountsService/users/*` (for `gdm`)
- `/var/cache/lightdm/dmrc/*.dmrc` (for `lightdm`)
- `/var/lib/lightdm/.cache/lightdm-gtk-greeter/state` (for `lightdm` with `lightdm-gtk-greeter`)
- start AccountsService (`systemctl start accounts-daemon.service`)
### XFCE
XFCE is installed when `base::enable_xfce: true` is set in Hiera.