From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 12 05:54:41 2019 Received: (at 36924) by debbugs.gnu.org; 12 Sep 2019 09:54:42 +0000 Received: from localhost ([127.0.0.1]:43094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8LoF-0003dQ-G9 for submit@debbugs.gnu.org; Thu, 12 Sep 2019 05:54:39 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:45886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i8LoB-0003dE-Sc for 36924@debbugs.gnu.org; Thu, 12 Sep 2019 05:54:38 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2D91B86D1; Thu, 12 Sep 2019 11:54:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bifa4th8wpCC; Thu, 12 Sep 2019 11:54:32 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:660:6102:310:57eb:9f1c:5906:299]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 3845386C9; Thu, 12 Sep 2019 11:54:32 +0200 (CEST) Date: Thu, 12 Sep 2019 11:54:30 +0200 From: Andreas Enge To: 36924@debbugs.gnu.org Subject: Mesa/GDM/XFCE Message-ID: <20190912095430.GA1559@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 36924 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Hello, now it is my turn to experience a problem in this area. I newly installed a machine with the graphical installer of Guix 1.0.1 (where I could use xfce without problem), then I issued a "guix pull" and a "guix system reconfigure". Now logging into XFCE poses problems, which I can reproduce as follows (after removing /var/lib/gdm, $HOME/{.config,.cache,.local} once): - When I remove $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml I can log into XFCE once. - The second time, various problems may occur: The terminal, which was open before opens, but does not receive focus so I cannot type, and the windows decorations for closing it are absent; or the xfce panel is absent. - Then I remove $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml again, and can log in once more. And so on. The following lines in $HOME/.cache/gdm/session.log appear when there is a problem: xfwm4: ../mesa-19.1.4/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: intel_miptree_match_image: Zusicherung �image->TexObject->Target == mt->target� nicht erf�llt. (nm-applet:8046): nm-applet-WARNING **: 11:23:52.630: GDBus.Error:org.freedesktop.NetworkManager.AgentManager.PermissionDenied: An agent with this ID is already registered for this user. xfwm4: ../mesa-19.1.4/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: intel_miptree_match_image: Zusicherung �image->TexObject->Target == mt->target� nicht erf�llt. (nm-applet:8046): Gdk-CRITICAL **: 11:23:53.035: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed xfwm4: ../mesa-19.1.4/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: intel_miptree_match_image: Zusicherung �image->TexObject->Target == mt->target� nicht erf�llt. (nm-applet:8046): Gdk-CRITICAL **: 11:23:53.357: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed xfwm4: ../mesa-19.1.4/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: intel_miptree_match_image: Zusicherung �image->TexObject->Target == mt->target� nicht erf�llt. (nm-applet:8046): Gdk-CRITICAL **: 11:23:53.441: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed (xfconfd:7966): xfconfd-CRITICAL **: 11:23:58.040: Name org.xfce.Xfconf lost on the message dbus, exiting. (Thunar:8030): thunar-WARNING **: 11:23:58.041: Name �org.xfce.FileManager� auf dem Nachrichten-dbus verloren. (tumblerd:8023): tumblerd-CRITICAL **: 11:23:58.041: Name org.freedesktop.thumbnails.Cache1 lost on the message dbus, exiting. (Thunar:8030): thunar-WARNING **: 11:23:58.041: Name �org.freedesktop.FileManager1� auf dem Nachrichten-dbus verloren. (tumblerd:8023): tumblerd-CRITICAL **: 11:23:58.041: Name org.freedesktop.thumbnails.Manager1 lost on the message dbus, exiting. (tumblerd:8023): tumblerd-CRITICAL **: 11:23:58.041: Name org.freedesktop.thumbnails.Thumbnailer1 lost on the message dbus, exiting. Sorry for the German, but you also have the translation: "Zusicherung ... nicht erf�llt" = "assertion ... failed" "auf dem Nachrichten-dbus verloren" = "lost on the message dbus" Andreas