From 3f41f3f08ab3558eecaaaf97694f5b7268440809 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Fri, 31 Mar 2023 20:34:42 -0400 Subject: linux_desktop: remove MATE, add qogir theme --- roles/linux_desktop/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/linux_desktop/handlers') diff --git a/roles/linux_desktop/handlers/main.yml b/roles/linux_desktop/handlers/main.yml index 16c1d21..633546f 100644 --- a/roles/linux_desktop/handlers/main.yml +++ b/roles/linux_desktop/handlers/main.yml @@ -3,5 +3,10 @@ name: gdm state: restarted +- name: restart lightdm + systemd: + name: lightdm + state: restarted + - name: update dconf command: dconf update -- cgit