Remove 99x11-common_start
This seems like a bad idea at first, but then you realize that the moment a user's .xsessionrc or .xinitrc gets sourced in, 99% of the time they exec themselves
This commit is contained in:
parent
66e998d5a6
commit
1da2e625b5
@ -17,6 +17,8 @@
|
|||||||
loop:
|
loop:
|
||||||
# Works around a bug where this causes failed logins
|
# Works around a bug where this causes failed logins
|
||||||
- "/etc/X11/Xsession.d/70im-config_launch"
|
- "/etc/X11/Xsession.d/70im-config_launch"
|
||||||
|
# Works around SDDM never actually sourcing a user's xsessionrc
|
||||||
|
- "/etc/X11/Xsession.d/99x11-common_start"
|
||||||
- name: Copy system configs
|
- name: Copy system configs
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user