From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43562) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVJUN-0002UI-HE for guix-patches@gnu.org; Thu, 14 Nov 2019 13:05:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVJUM-0000qv-A5 for guix-patches@gnu.org; Thu, 14 Nov 2019 13:05:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVJUM-0000qr-7D for guix-patches@gnu.org; Thu, 14 Nov 2019 13:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iVJUL-0006zv-Rk for guix-patches@gnu.org; Thu, 14 Nov 2019 13:05:01 -0500 Subject: [bug#38211] [PATCH 0/9] Update Jami to 20111101 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:43455) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVJTn-0002Pe-Ax for guix-patches@gnu.org; Thu, 14 Nov 2019 13:04:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVJTl-0000f0-OT for guix-patches@gnu.org; Thu, 14 Nov 2019 13:04:26 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:45865) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iVJTl-0000dP-IK for guix-patches@gnu.org; Thu, 14 Nov 2019 13:04:25 -0500 Received: from localhost.localdomain (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: mail@ambrevar.xyz) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id BCF6224000F for ; Thu, 14 Nov 2019 18:04:22 +0000 (UTC) From: Pierre Neidhardt Date: Thu, 14 Nov 2019 19:04:22 +0100 Message-Id: <20191114180422.5592-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38211@debbugs.gnu.org I believe this patchset to be mostly finished. When I start Jami however, I get the tray icon but I cannot bring up the main interface, it does not show anything. The console output is the following: > (jami-gnome:4326): libnotify-WARNING **: 19:01:21.432: Failed to connect to proxy > > (jami-gnome:4326): Gtk-WARNING **: 19:01:21.432: Child name 'calls' not found in GtkStack > > (jami-gnome:4326): Gtk-CRITICAL **: 19:01:21.631: gtk_scrolled_window_add: assertion 'child_widget == NULL' failed > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.653: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.680: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.680: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.684: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.684: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files > lookup name NOT FOUND: "" "35f9fe00a5e52f6c" > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.701: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files > lookup name NOT FOUND: "" "35f9fe00a5e52f6c" > > (jami-gnome:4326): dconf-WARNING **: 19:01:21.701: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files Note that I have this issue with the non-update package as well, so I don't think this is related to the update in this patch. Maybe because I'm on EXWM? It used to work a couple months ago though. We might have something broken in our GTK / GNOME / dconf. Can anyone test if Jami works on GNOME? Jan Wielkiewicz (3): gnu: Add resample. gnu: Add sobjectizer. gnu: opendht: Update to 2.0.0beta2. Pierre Neidhardt (6): gnu: Add restinio. gnu: pjproject: Update to 2.9. gnu: jami: Update to 20191101.3.67671e7. gnu: pjproject-jami: Update to 2.9 gnu: libring: Update to 20191101. gnu: jami: Fix wrapper. gnu/packages/audio.scm | 24 ++++++++++ gnu/packages/cpp.scm | 32 ++++++++++++++ gnu/packages/networking.scm | 79 +++++++++++++++++++++++++++++---- gnu/packages/telephony.scm | 87 +++++++++++++++++++++++-------------- 4 files changed, 180 insertions(+), 42 deletions(-) -- 2.23.0