Default session in GDM #220
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: philmmanjaro
We are currently don't set the default session in GDM.
A global default session can be defined in
/etc/gdm/custom.conf:That said, GDM stores each user's last session in
/var/lib/AccountsService/users/$USER:I do not know of a way to configure GDM to ignore the last session used and force using a desired default with each new login. A work-around would be to run a PostSession script to always modify
/var/lib/AccountsService/users/$USER.In /etc/gdm/PostSession/Default, try adding something like this:
sed -i 's|^XSession=.*|XSession=mate|' /var/lib/AccountsService/users/$USERCreated by: philmmanjaro
In Thus we use this for GDM:
Created by: philmmanjaro
Hmm, seems we have it after all ...
Created by: udeved
Yep, that's the way we configure gdm.
Does it still need to attention?
Created by: philmmanjaro
Hmm, I don't think so. If I'll reopen it.