From 82e30246c1c86b6d20861ede98c8fac4df141aff Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 11 Dec 2024 21:36:03 +0300 Subject: Use gtk Notification portal xdg-gnome 47 now implements notifications via GNOME Shell API which we don't have. So force the gtk portal to make notifications work again. --- resources/niri-portals.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/niri-portals.conf b/resources/niri-portals.conf index 83bfce1f..3f13d669 100644 --- a/resources/niri-portals.conf +++ b/resources/niri-portals.conf @@ -1,4 +1,5 @@ [preferred] default=gnome;gtk; org.freedesktop.impl.portal.Access=gtk; +org.freedesktop.impl.portal.Notification=gtk; org.freedesktop.impl.portal.Secret=gnome-keyring; -- cgit