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:
Salt 2020-07-08 00:41:31 -05:00
parent 66e998d5a6
commit 1da2e625b5

View File

@ -17,6 +17,8 @@
loop:
# Works around a bug where this causes failed logins
- "/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
template:
src: "{{ item.src }}"