From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#39203: GNOME desktop is not displaying battery status Date: Tue, 21 Jan 2020 08:09:25 -0700 Message-ID: <85612dd321b11fb21fbf3c512999b79b6f740027.camel@gmail.com> References: <3e3bdd39c7b38b44efe1895e4898b395@posteo.net> 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]:52898) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itvAJ-0002NW-Hk for bug-guix@gnu.org; Tue, 21 Jan 2020 10:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itvAI-0001RB-DM for bug-guix@gnu.org; Tue, 21 Jan 2020 10:10:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42298) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itvAI-0001Qy-7T for bug-guix@gnu.org; Tue, 21 Jan 2020 10:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1itvAI-0003wE-0p for bug-guix@gnu.org; Tue, 21 Jan 2020 10:10:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <3e3bdd39c7b38b44efe1895e4898b395@posteo.net> 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: Robert Smith Cc: 39203@debbugs.gnu.org On Tue, 2020-01-21 at 09:50 +0100, Robert Smith wrote: > I'm experiencing the same issue, upower-daemon is simply exiting > immediately after startup. Can we just revert upower to the previous > version for the time being? Seems like the 0.99.11 release is broken. > > -Robert Hi Robert, Since the upower-daemon is exiting on startup, we should check if it requires any build step or configuration not needed for 0.99.10. If so, future releases are likely to require that step as well, so we should work on fixing that. Meanwhile, I agree that reverting to 0.99.10 is the next best solution, since this bug is keeping us from having an up- to-date system with a function as basic as a power indicator. The 0.99.10 tarball is no longer hosted. :( We will need to change the source to git. The repository is < https://gitlab.freedesktop.org/upower/upower>. My current workaround is to use a channel at commit a4ac25df71a5b397d0a8e758e53ea3ba8981ecda when I reconfigure my system. That's the commit before upower was upgraded.