Switched to X11 as standard session
This commit is contained in:
parent
ac9f28fb5a
commit
e280dbdcfc
3 changed files with 28 additions and 9 deletions
|
@ -142,6 +142,22 @@
|
|||
regexp: '^(\s+)property real timeout:.*$'
|
||||
replace: '\1property real timeout: 4'
|
||||
|
||||
########
|
||||
# Wayland abschalten, Standardsession X11
|
||||
# SDDM hat (noch) keine Option, die Standardsession vorzugeben
|
||||
# Bei einem "normalen" System, merkt er sich die letzte Sitzung, die
|
||||
# der Nutzer wählt für künftige Anmeldungen, das klappt im Netz nicht.
|
||||
# Die Session Liste baut er alphabetisch zusammen aus den desktop-Dateien
|
||||
# in den Verzeichnissen /usr/share/wayland-sessions und /usr/share/xsessions/
|
||||
# der erste Eintrag ist Standard - und das ist leider eben immer die Sitzung in
|
||||
# wayland-sessions. Darum: Weg damit ;)
|
||||
|
||||
- name: Disable wayland session systemwide
|
||||
ansible.builtin.file:
|
||||
path: /usr/share/wayland-sessions/plasmawayland.desktop
|
||||
state: absent
|
||||
|
||||
|
||||
#########
|
||||
# plasma-discover ist der grafische Paketmamanger
|
||||
# der stürzt nur ab und die Bejutzer können eh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue