From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yN0WApic316QPgAA0tVLHw (envelope-from ) for ; Tue, 09 Jun 2020 14:28:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KPqPOZec317CTwAA1q6Kng (envelope-from ) for ; Tue, 09 Jun 2020 14:28:39 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BDB6B9401D0 for ; Tue, 9 Jun 2020 14:28:39 +0000 (UTC) Received: from localhost ([::1]:55740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jifF0-0007qz-Kp for larch@yhetil.org; Tue, 09 Jun 2020 10:28:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jifEm-0007pF-VX for guix-devel@gnu.org; Tue, 09 Jun 2020 10:28:24 -0400 Received: from mx4.mail.mmer.org ([178.22.66.29]:45758) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jifEh-00025O-UF for guix-devel@gnu.org; Tue, 09 Jun 2020 10:28:24 -0400 Received: from delta (92-109-1-225.cable.dynamic.v4.ziggo.nl [92.109.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx4.mail.mmer.org (Postfix) with ESMTPSA id D05D59CC46; Tue, 9 Jun 2020 13:57:30 +0000 (UTC) From: Alexey Abramov To: Pierre Neidhardt Subject: Re: GNOME minimal In-Reply-To: <87y2owfi73.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 09 Jun 2020 16:05:20 +0200") References: <87a71ch1kc.fsf@ambrevar.xyz> <10abd7a4-c027-59e6-3eab-e9032c967167@web.de> <87sgf4pfib.fsf@nckx> <877dwggyn1.fsf@ambrevar.xyz> <87ftb4bav3.fsf@mmer.org> <87y2owfi73.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Date: Tue, 09 Jun 2020 16:28:16 +0200 Message-ID: <87wo4g48lb.fsf@mmer.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.22.66.29; envelope-from=levenson@mmer.org; helo=mx4.mail.mmer.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/09 08:22:01 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: TK5eD5LbCE13 Pierre Neidhardt writes: > Alexey Abramov writes: > >> Do you consider gnome-keyring to be a part of gnome-minimal? > > I would say yes, but that's debatable of course :p > >> If you do, gcr - gnome keyring prompter should also be added. > > Are you saying the gnome-keyring won't work without gcr? Why? I think it will, with some low level stuff, but I couldn't use it or even unlock it. Maybe there are other SystemPromters out there. --8<---------------cut here---------------start------------->8--- May 31 20:32:02 localhost gnome-keyring-daemon[2992]: couldn't create system prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files May 31 20:32:24 localhost gnome-keyring-daemon[2992]: couldn't create system prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files May 31 20:42:19 localhost gnome-keyring-daemon[2992]: couldn't create system prompt: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.keyring.SystemPrompter was not provided by any .service files --8<---------------cut here---------------end--------------->8--- -- Alexey