aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 08:43:36 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 08:43:36 -0400
commitead4ab95977b32d0d73bfe6560232509cb9e2ce0 (patch)
tree2e6f1fd91d88a77e4af6d0533253ee67d5dc3369 /roles/linux_desktop
parentbd37f6e281e8f07bf06a03c8702cf689c0ccb526 (diff)
downloadselfhosted-ead4ab95977b32d0d73bfe6560232509cb9e2ce0.tar.gz
selfhosted-ead4ab95977b32d0d73bfe6560232509cb9e2ce0.zip
linux_desktop: fix notification sound in gtk apps in kde
Diffstat (limited to 'roles/linux_desktop')
-rw-r--r--roles/linux_desktop/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index c20f999..496a147 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -74,4 +74,10 @@
- action/start_new_session
- action/switch_user
+- name: fix notification sound in GTK apps
+ replace:
+ path: /usr/share/xdg-desktop-portal/portals/kde.portal
+ regexp: org\.freedesktop\.impl\.portal\.Notification;
+ regexp: ''
+
- import_tasks: freeipa.yml