From unknown Sat Aug 09 20:46:36 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36905] [PATCH] gnu: gnome-control-center: Fix info-overview panel issues. Resent-From: Kei Kebreau Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 03 Aug 2019 12:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36905 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36905@debbugs.gnu.org Cc: Kei Kebreau X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156483619720542 (code B ref -1); Sat, 03 Aug 2019 12:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 3 Aug 2019 12:43:17 +0000 Received: from localhost ([127.0.0.1]:58478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httNU-0005LG-Lb for submit@debbugs.gnu.org; Sat, 03 Aug 2019 08:43:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:55693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httNS-0005L6-Dy for submit@debbugs.gnu.org; Sat, 03 Aug 2019 08:43:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58270) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1httNR-000283-B6 for guix-patches@gnu.org; Sat, 03 Aug 2019 08:43:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1httNQ-0002gS-Cj for guix-patches@gnu.org; Sat, 03 Aug 2019 08:43:13 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52719) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1httNP-0002fk-QO for guix-patches@gnu.org; Sat, 03 Aug 2019 08:43:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 58EAD2400FC for ; Sat, 3 Aug 2019 14:43:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1564836189; bh=htOoJADq/6SEP16nTeVNCopRs93lBiSArOTfGqysN2g=; h=From:To:Cc:Subject:Date:From; b=Yv5zQQNRzfL6pOjLuxMsWoaQXs3BPFuS4mjjkT8aYal3PIq0IAvaL6oNJzydFjIrH t6mM6HcK2jY/ki7Pg2P6VXeJOLy1CG4mkW55yCNDXZKzGFsCwIx3YHFXOKM+7ElQxS 90jgiAs9korEPgEH6a0gWi5RLSiBjQqqI3vDpvEkpXDrddhivAJ42XjyzaJHarGJ1E lcGCZghav3c/BNkl8NoIJALO7klGWd38g/hguxM11lMnIlb4OVC+w/5o5r5vh0C9yY n1D6lFEabo1DzWPxd01eu1TiVgFz5b25241cON3PTSFsuVHUz4SSel83Hkuess7sYL hPHH9S/jhfL7w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4613bb6RtSz9rxT; Sat, 3 Aug 2019 14:43:07 +0200 (CEST) From: Kei Kebreau Date: Sat, 3 Aug 2019 08:43:01 -0400 Message-Id: <20190803124301.14920-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-Spam-Score: -1.3 (-) 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: -2.3 (--) GNOME Control Center should now display the correct GNOME version and gra= phics information in the "Details > About" panel. * gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add configure flag. Adjust 'patch-paths' phase accordingly. [inputs]: Add gnome-session. --- gnu/packages/gnome.scm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3f7bbac214..72b88c73c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5915,7 +5915,10 @@ devices using the GNOME desktop.") (arguments '(#:glib-or-gtk? #t #:configure-flags - (list "-Dcheese=3Dfalse") + (list "-Dcheese=3Dfalse" + (string-append "-Dgnome_session_libexecdir=3D" + (assoc-ref %build-inputs "gnome-session") + "/libexec")) #:phases (modify-phases %standard-phases (add-before 'configure 'patch-paths @@ -5923,7 +5926,8 @@ devices using the GNOME desktop.") (let ((libc (assoc-ref inputs "libc")) (tzdata (assoc-ref inputs "tzdata")) (libgnomekbd (assoc-ref inputs "libgnomekbd")) - (nm-applet (assoc-ref inputs "network-manager-apple= t"))) + (nm-applet (assoc-ref inputs "network-manager-apple= t")) + (gnome-desktop (assoc-ref inputs "gnome-desktop"))) (substitute* "panels/datetime/tz.h" (("/usr/share/zoneinfo/zone.tab") (string-append tzdata "/share/zoneinfo/zone.tab"))) @@ -5943,6 +5947,10 @@ devices using the GNOME desktop.") (substitute* '("panels/user-accounts/run-passwd.c") (("/usr/bin/passwd") "/run/setuid-programs/passwd")) + (substitute* "panels/info/cc-info-overview-panel.c" + (("DATADIR \"/gnome/gnome-version.xml\"") + (string-append "\"" gnome-desktop + "/share/gnome/gnome-version.xml\""))) #t)))))) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc. @@ -5962,6 +5970,7 @@ devices using the GNOME desktop.") ("gnome-desktop" ,gnome-desktop) ("gnome-online-accounts" ,gnome-online-accounts) ("gnome-online-accounts:lib" ,gnome-online-accounts "lib") + ("gnome-session" ,gnome-session) ("gnome-settings-daemon" ,gnome-settings-daemon) ("grilo" ,grilo) ("ibus" ,ibus) --=20 2.22.0 From unknown Sat Aug 09 20:46:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kei Kebreau Subject: bug#36905: closed (Re: [bug#36905] [PATCH] gnu: gnome-control-center: Fix info-overview panel issues.) Message-ID: References: <87ef1etu2o.fsf@posteo.net> <20190803124301.14920-1-kkebreau@posteo.net> X-Gnu-PR-Message: they-closed 36905 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 36905@debbugs.gnu.org Date: Wed, 21 Aug 2019 15:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1566401462-15260-1" This is a multi-part message in MIME format... ------------=_1566401462-15260-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36905: [PATCH] gnu: gnome-control-center: Fix info-overview panel issues. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 36905@debbugs.gnu.org. --=20 36905: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36905 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1566401462-15260-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36905-done) by debbugs.gnu.org; 21 Aug 2019 15:30:20 +0000 Received: from localhost ([127.0.0.1]:36294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0SZ1-0003xA-RV for submit@debbugs.gnu.org; Wed, 21 Aug 2019 11:30:20 -0400 Received: from mout02.posteo.de ([185.67.36.66]:50207) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0SYy-0003wp-TV for 36905-done@debbugs.gnu.org; Wed, 21 Aug 2019 11:30:18 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 233D82400E5 for <36905-done@debbugs.gnu.org>; Wed, 21 Aug 2019 17:30:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1566401410; bh=XHTYCgZ1beH/alNe0ibUQySpQff5Cd3c0L4YMlnPUKE=; h=From:To:Subject:Date:From; b=nf0hauj5iMFMKNhk4lviMkVVyhgy36ETGtu26g5LAIQVOYmKVKHC4FkXauIAklIDO 19ipvjTHLO+zFoWJOGQ4jjlsRRrxmcIMlz8+sEwER1IPTuOxJX1qcXPskDxCCx5KQA VVKUMMgxAIw2sfGO7lQKWewYOATSBnSHFmX1sgIgzkGT5KTO7HUZ6XISPYay1sMUMc XP9MSJ255T7Gac0YEX2f9RkSxNOs2wqe8B4rM0CaZJWNs9sZWqWXKEoo8dKyeeXSYB 1OQ//qVMq5yAHbdlGpcZgcvxFGFrnmZVbrGMCgYlaUUPoRzmIdNSBMhFvwPlVkjWNw BUpPZW6D2+AOA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46DBS05kYkz9rxN for <36905-done@debbugs.gnu.org>; Wed, 21 Aug 2019 17:30:08 +0200 (CEST) From: Kei Kebreau To: 36905-done@debbugs.gnu.org Subject: Re: [bug#36905] [PATCH] gnu: gnome-control-center: Fix info-overview panel issues. References: <20190803124301.14920-1-kkebreau@posteo.net> Date: Wed, 21 Aug 2019 11:30:07 -0400 In-Reply-To: <20190803124301.14920-1-kkebreau@posteo.net> (Kei Kebreau's message of "Sat, 3 Aug 2019 08:43:01 -0400") Message-ID: <87ef1etu2o.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36905-done 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: -3.3 (---) Kei Kebreau writes: > GNOME Control Center should now display the correct GNOME version and graphics > information in the "Details > About" panel. > > * gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add configure > flag. Adjust 'patch-paths' phase accordingly. > [inputs]: Add gnome-session. > --- > gnu/packages/gnome.scm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 3f7bbac214..72b88c73c3 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -5915,7 +5915,10 @@ devices using the GNOME desktop.") > (arguments > '(#:glib-or-gtk? #t > #:configure-flags > - (list "-Dcheese=false") > + (list "-Dcheese=false" > + (string-append "-Dgnome_session_libexecdir=" > + (assoc-ref %build-inputs "gnome-session") > + "/libexec")) > #:phases > (modify-phases %standard-phases > (add-before 'configure 'patch-paths > @@ -5923,7 +5926,8 @@ devices using the GNOME desktop.") > (let ((libc (assoc-ref inputs "libc")) > (tzdata (assoc-ref inputs "tzdata")) > (libgnomekbd (assoc-ref inputs "libgnomekbd")) > - (nm-applet (assoc-ref inputs "network-manager-applet"))) > + (nm-applet (assoc-ref inputs "network-manager-applet")) > + (gnome-desktop (assoc-ref inputs "gnome-desktop"))) > (substitute* "panels/datetime/tz.h" > (("/usr/share/zoneinfo/zone.tab") > (string-append tzdata "/share/zoneinfo/zone.tab"))) > @@ -5943,6 +5947,10 @@ devices using the GNOME desktop.") > (substitute* '("panels/user-accounts/run-passwd.c") > (("/usr/bin/passwd") > "/run/setuid-programs/passwd")) > + (substitute* "panels/info/cc-info-overview-panel.c" > + (("DATADIR \"/gnome/gnome-version.xml\"") > + (string-append "\"" gnome-desktop > + "/share/gnome/gnome-version.xml\""))) > #t)))))) > (native-inputs > `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc. > @@ -5962,6 +5970,7 @@ devices using the GNOME desktop.") > ("gnome-desktop" ,gnome-desktop) > ("gnome-online-accounts" ,gnome-online-accounts) > ("gnome-online-accounts:lib" ,gnome-online-accounts "lib") > + ("gnome-session" ,gnome-session) > ("gnome-settings-daemon" ,gnome-settings-daemon) > ("grilo" ,grilo) > ("ibus" ,ibus) Pushed to master as 64c70430ec80c93faff6139fdb9d3de92704b81e. ------------=_1566401462-15260-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Aug 2019 12:43:17 +0000 Received: from localhost ([127.0.0.1]:58478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httNU-0005LG-Lb for submit@debbugs.gnu.org; Sat, 03 Aug 2019 08:43:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:55693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1httNS-0005L6-Dy for submit@debbugs.gnu.org; Sat, 03 Aug 2019 08:43:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58270) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1httNR-000283-B6 for guix-patches@gnu.org; Sat, 03 Aug 2019 08:43:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1httNQ-0002gS-Cj for guix-patches@gnu.org; Sat, 03 Aug 2019 08:43:13 -0400 Received: from mout02.posteo.de ([185.67.36.66]:52719) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1httNP-0002fk-QO for guix-patches@gnu.org; Sat, 03 Aug 2019 08:43:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 58EAD2400FC for ; Sat, 3 Aug 2019 14:43:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1564836189; bh=htOoJADq/6SEP16nTeVNCopRs93lBiSArOTfGqysN2g=; h=From:To:Cc:Subject:Date:From; b=Yv5zQQNRzfL6pOjLuxMsWoaQXs3BPFuS4mjjkT8aYal3PIq0IAvaL6oNJzydFjIrH t6mM6HcK2jY/ki7Pg2P6VXeJOLy1CG4mkW55yCNDXZKzGFsCwIx3YHFXOKM+7ElQxS 90jgiAs9korEPgEH6a0gWi5RLSiBjQqqI3vDpvEkpXDrddhivAJ42XjyzaJHarGJ1E lcGCZghav3c/BNkl8NoIJALO7klGWd38g/hguxM11lMnIlb4OVC+w/5o5r5vh0C9yY n1D6lFEabo1DzWPxd01eu1TiVgFz5b25241cON3PTSFsuVHUz4SSel83Hkuess7sYL hPHH9S/jhfL7w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4613bb6RtSz9rxT; Sat, 3 Aug 2019 14:43:07 +0200 (CEST) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH] gnu: gnome-control-center: Fix info-overview panel issues. Date: Sat, 3 Aug 2019 08:43:01 -0400 Message-Id: <20190803124301.14920-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau 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: -2.3 (--) GNOME Control Center should now display the correct GNOME version and gra= phics information in the "Details > About" panel. * gnu/packages/gnome.scm (gnome-control-center)[arguments]: Add configure flag. Adjust 'patch-paths' phase accordingly. [inputs]: Add gnome-session. --- gnu/packages/gnome.scm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3f7bbac214..72b88c73c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5915,7 +5915,10 @@ devices using the GNOME desktop.") (arguments '(#:glib-or-gtk? #t #:configure-flags - (list "-Dcheese=3Dfalse") + (list "-Dcheese=3Dfalse" + (string-append "-Dgnome_session_libexecdir=3D" + (assoc-ref %build-inputs "gnome-session") + "/libexec")) #:phases (modify-phases %standard-phases (add-before 'configure 'patch-paths @@ -5923,7 +5926,8 @@ devices using the GNOME desktop.") (let ((libc (assoc-ref inputs "libc")) (tzdata (assoc-ref inputs "tzdata")) (libgnomekbd (assoc-ref inputs "libgnomekbd")) - (nm-applet (assoc-ref inputs "network-manager-apple= t"))) + (nm-applet (assoc-ref inputs "network-manager-apple= t")) + (gnome-desktop (assoc-ref inputs "gnome-desktop"))) (substitute* "panels/datetime/tz.h" (("/usr/share/zoneinfo/zone.tab") (string-append tzdata "/share/zoneinfo/zone.tab"))) @@ -5943,6 +5947,10 @@ devices using the GNOME desktop.") (substitute* '("panels/user-accounts/run-passwd.c") (("/usr/bin/passwd") "/run/setuid-programs/passwd")) + (substitute* "panels/info/cc-info-overview-panel.c" + (("DATADIR \"/gnome/gnome-version.xml\"") + (string-append "\"" gnome-desktop + "/share/gnome/gnome-version.xml\""))) #t)))))) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc. @@ -5962,6 +5970,7 @@ devices using the GNOME desktop.") ("gnome-desktop" ,gnome-desktop) ("gnome-online-accounts" ,gnome-online-accounts) ("gnome-online-accounts:lib" ,gnome-online-accounts "lib") + ("gnome-session" ,gnome-session) ("gnome-settings-daemon" ,gnome-settings-daemon) ("grilo" ,grilo) ("ibus" ,ibus) --=20 2.22.0 ------------=_1566401462-15260-1--