aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 00:58:54 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 00:58:54 -0400
commitbd37f6e281e8f07bf06a03c8702cf689c0ccb526 (patch)
tree161cd119a091ea6f397fca64ad8d1e541556482f /roles/linux_desktop
parent791817db8b9d34a11fd72759f1373e7481286cfe (diff)
downloadselfhosted-bd37f6e281e8f07bf06a03c8702cf689c0ccb526.tar.gz
selfhosted-bd37f6e281e8f07bf06a03c8702cf689c0ccb526.zip
linux_desktop: enable kde user switching
Diffstat (limited to 'roles/linux_desktop')
-rw-r--r--roles/linux_desktop/tasks/main.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index 5eed9f9..c20f999 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -64,4 +64,14 @@
changed_when: no
loop: '{{ linux_desktop_flatpak_overrides | dict2items }}'
+- name: enable kde user switching
+ ini_file:
+ path: /usr/share/kde-settings/kde-profile/default/xdg/kdeglobals
+ section: KDE Action Restrictions
+ option: '{{ item }}'
+ value: 'true'
+ loop:
+ - action/start_new_session
+ - action/switch_user
+
- import_tasks: freeipa.yml