From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Wilson" Subject: Authentication prompt when changing brightness Date: Mon, 07 Oct 2019 06:25:24 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58361) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iHT1K-0007JM-4B for help-guix@gnu.org; Mon, 07 Oct 2019 09:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iHT1I-0002xT-Qq for help-guix@gnu.org; Mon, 07 Oct 2019 09:25:49 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:53473) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iHT1I-0002wo-As for help-guix@gnu.org; Mon, 07 Oct 2019 09:25:48 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 13F284C2 for ; Mon, 7 Oct 2019 09:25:46 -0400 (EDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi all, This is my first attempt at setting up Guix on my machine, so please forgive me if I've missed anything obvious here. I've noticed that any time a process tries to set the backlight brightness of my laptop, a root authentication prompt appears: https://imgur.com/a/vlB7UtN I've seen this both when using xfce4-power-manager and inexplicably on the GDM login screen when I didn't even press a brightness key. It definitely seems like some policy configuration isn't set up correctly but I'm not exactly sure how to correct it. I've configured my machine to use only the XFCE desktop environment but in practice I'm actually using a custom .xsession to launch Emacs with EXWM as my window manager. I believe I also saw it when running in XFCE but I can't repro it now due to a separate issue with xfwm crashing when XFCE starts up. Here's my current system configuration if it helps: https://github.com/daviwil/dotfiles/blob/23743190b8f744f89a8a43da6180576638246f72/guix/systems/zerocool.scm I'm sure this must be a simple configuration issue so any help would be very much appreciated! Thanks! David