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 }}"