From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Date: Sun, 17 Jun 2018 23:32:53 +0200 Message-ID: <87zhzthzei.fsf@gnu.org> References: <87y3fecqdg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUfI7-0000B2-Kq for help-guix@gnu.org; Sun, 17 Jun 2018 17:32:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUfI6-0003mM-Sd for help-guix@gnu.org; Sun, 17 Jun 2018 17:32:55 -0400 In-Reply-To: <87y3fecqdg.fsf@gmail.com> (Pierre Neidhardt's message of "Sun, 17 Jun 2018 00:34:35 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Hello! Pierre Neidhardt skribis: > 1-2 weeks ago I started seeing the following warnings on every `guix > package' invocation: > > Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Pa= ths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. > Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Path= s starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. > Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/htt= p/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecate= d. > Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/ht= tps/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are depreca= ted. > Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/= ?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. > Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/so= cks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are depreca= ted. > > Any idea where that could come from? There=E2=80=99s a relatively new =E2=80=9Cprofile hook=E2=80=9D that rebuil= ds GLib schemas when installing packages that provide them. Supposedly, one of the packages in your profile has a schema that contains those =E2=80=9Cdeprecated=E2=80=9D paths. I=E2=80=99ve never seen these warnings before but it=E2=80=99s clearly some= thing we as users cannot do anything about. It=E2=80=99d be good to find out which package(s) trigger these warnings. HTH, Ludo=E2=80=99.