From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#39203: GNOME desktop is not displaying battery status Date: Mon, 20 Jan 2020 08:34:41 -0700 Message-ID: <6c6290d0d8cf7d9262dc91a10fdffcffc5a1ef0f.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50793) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itZ4y-0008Cr-FK for bug-guix@gnu.org; Mon, 20 Jan 2020 10:35:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itZ4x-00010h-Da for bug-guix@gnu.org; Mon, 20 Jan 2020 10:35:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39857) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itZ4x-00010C-AZ for bug-guix@gnu.org; Mon, 20 Jan 2020 10:35:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1itZ4w-0007kO-8D for bug-guix@gnu.org; Mon, 20 Jan 2020 10:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50733) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itZ4h-00084B-B1 for bug-guix@gnu.org; Mon, 20 Jan 2020 10:34:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itZ4f-0000st-Mo for bug-guix@gnu.org; Mon, 20 Jan 2020 10:34:47 -0500 Received: from mail-pj1-x102d.google.com ([2607:f8b0:4864:20::102d]:37499) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itZ4f-0000sJ-H6 for bug-guix@gnu.org; Mon, 20 Jan 2020 10:34:45 -0500 Received: by mail-pj1-x102d.google.com with SMTP id m13so7376214pjb.2 for ; Mon, 20 Jan 2020 07:34:45 -0800 (PST) Received: from [192.168.1.4] ([199.68.53.171]) by smtp.gmail.com with ESMTPSA id s18sm39940337pfh.179.2020.01.20.07.34.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Jan 2020 07:34:43 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 39203@debbugs.gnu.org At the top-right corner of the GNOME desktop I expect to see my laptop's battery status. Furthermore, when my laptop's battery drains to a low percentage I expect to see a notification warning me before it dies. This is not the case. I temporarily fixed this by rolling back my system generations, but since I want to add some services I don't want to keep it like this. I don't know what the issue is, but gnome-desktop-service-type and its dependencies are my primary suspects. I ran guix system list-generations and got the following results: The battery status displays with a system built in commit a066e289ab8ea971336515b53dd5340cbdf90904 This commit uses Linux-Libre 5.4.6 in case that's important. It does not display with a system build in commit 6e02ef79f574855db28e23d891db690925119e7b This commit uses Linux-Libre 5.4.12. I hope this information is helpful in fixing this issue. I will work on determining which commit breaks it. -Jesse