From 835d0748ca4c0738d777aed8f895622759ea4f8d Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Mon, 19 Apr 2021 16:45:15 +1000 Subject: [PATCH 2/2] gnu: xfce: Start mate-polkit agent on login. * gnu/packages/xfce.scm (xfce): Add mate-polkit to the xfce union package. This will cause the authentication agent to be run on login. This fixes users in XFCE not being able to edit NetworkManager settings. --- gnu/packages/xfce.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 38240d7b9f..786a8cf243 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -48,6 +48,7 @@ #:use-module (gnu packages inkscape) #:use-module (gnu packages libcanberra) #:use-module (gnu packages linux) + #:use-module (gnu packages mate) #:use-module (gnu packages pcre) #:use-module (gnu packages pdf) #:use-module (gnu packages photo) @@ -971,6 +972,7 @@ on your desktop.") ("gnome-icon-theme" ,gnome-icon-theme) ("gtk-xfce-engine" ,gtk-xfce-engine) ("hicolor-icon-theme" ,hicolor-icon-theme) + ("mate-polkit" ,mate-polkit) ("ristretto" ,ristretto) ("shared-mime-info" ,shared-mime-info) ("thunar" ,thunar) -- 2.31.1