From 1da2e625b5bed57326461efd80742912fb3182b2 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 8 Jul 2020 00:41:31 -0500 Subject: [PATCH] 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 --- roles/desktop/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/desktop/tasks/main.yml b/roles/desktop/tasks/main.yml index 3364012..767a860 100644 --- a/roles/desktop/tasks/main.yml +++ b/roles/desktop/tasks/main.yml @@ -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 }}"