From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28541: Let gnome-tweak-tool and gnome-control-center have gnome-shell as input Date: Fri, 06 Oct 2017 08:54:24 +0200 Message-ID: <87o9pksr4v.fsf@gnu.org> References: <718254061.68749.1506008871823@webmail.mailhostbox.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]:43284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0MXJ-0006cH-TC for bug-guix@gnu.org; Fri, 06 Oct 2017 02:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0MXG-0006d1-Qm for bug-guix@gnu.org; Fri, 06 Oct 2017 02:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0MXG-0006cn-Mn for bug-guix@gnu.org; Fri, 06 Oct 2017 02:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0MXG-0001NZ-Eu for bug-guix@gnu.org; Fri, 06 Oct 2017 02:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <718254061.68749.1506008871823@webmail.mailhostbox.com> (Mohammed Sadiq's message of "Thu, 21 Sep 2017 21:17:51 +0530 (IST)") 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.org@gnu.org Sender: "bug-Guix" To: Mohammed Sadiq Cc: 28541@debbugs.gnu.org Hi Mohammed, Mohammed Sadiq skribis: > without access to gnome-shell schemas, gnome-tweak-tool won't ever work, = so > it is mandatory. And for the case of gnome-control-center, the keyboard p= anel > segfaults if gnome-shell schema isn't present. But since gnome-shell may = not > be used by all g-c-c user, it may not be good to have a hard dependency on > gnome-shell, but if installed, the schemas of gnome-shell should too be a= dded > as input (is it possible to do so?) I suppose the problem doesn=E2=80=99t manifest when using =E2=80=98gnome-desktop-service=E2=80=99, because XDG_DATA_DIRS & co. are se= t such that the gnome-shell schemas are found. I would think that=E2=80=99s enough in practice, no? I doubt these are used outside of a pure GNOME setting. Also, gnome-shell depends on gnome-control-center, so gnome-control-center cannot depend on gnome-shell. Thanks, Ludo=E2=80=99.