debian/patches: Add 2001_mate-polkit-for-non-MATE-desktops.patch. Allow mate-polkit to be used in Xfce, Cinnamon, and other desktops. (Closes: #1040011).

This commit is contained in:
Mike Gabriel 2023-08-11 09:46:58 +02:00
parent 451c78daa9
commit 0cff487781
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Description: Allow mate-polkit to be used in Xfce, Cinnamon, etc.
Author: Unit193
---
src/polkit-mate-authentication-agent-1.desktop.in.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/src/polkit-mate-authentication-agent-1.desktop.in.in
+++ b/src/polkit-mate-authentication-agent-1.desktop.in.in
@@ -5,5 +5,5 @@ Exec=@FULL_LIBEXECDIR@/polkit-mate-authe
Terminal=false
Type=Application
NoDisplay=true
-OnlyShowIn=MATE;
+NotShowIn=GNOME;KDE;
X-MATE-AutoRestart=true

View File

@ -1 +1,2 @@
1001_drop-empty-categories.patch
2001_mate-polkit-for-non-MATE-desktops.patch