From ead4ab95977b32d0d73bfe6560232509cb9e2ce0 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Wed, 19 Apr 2023 08:43:36 -0400 Subject: linux_desktop: fix notification sound in gtk apps in kde --- roles/linux_desktop/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit