From d58a8c93ca7676d4e12bd53912ce5dbd1b67c311 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 26 Aug 2024 16:37:24 +0300 Subject: [PATCH] mixin.mk: add xdg-desktop-portal-gtk to kde Needed for gtk3/gtk4 applications on wayland. --- conf.d/mixin.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/mixin.mk b/conf.d/mixin.mk index 8f2271cc..5b40e495 100644 --- a/conf.d/mixin.mk +++ b/conf.d/mixin.mk @@ -162,6 +162,7 @@ else @$(call add,THE_PACKAGES,plasma5-xdg-desktop-portal-kde) @$(call add,THE_PACKAGES,plasma5-discover) endif + @$(call add,THE_PACKAGES,xdg-desktop-portal-gtk) @$(call add,THE_PACKAGES,qt6-wayland) @$(call add,THE_PACKAGES,accountsservice) @$(call add,THE_PACKAGES,gtk-theme-breeze)