From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luther Thompson Subject: bug#35267: Evolution Date: Tue, 16 Apr 2019 20:55:51 -0400 Message-ID: <20a8e2dbc5bc86a013db75eebf6ed1790d560633.camel@gmail.com> References: <87e789cf8418bb6b6b83868b22326a5c@disroot.org> <87y34bgiql.fsf@gnu.org> <20190415225038.01b55df3@gmail.com> <87bm164l4i.fsf@ngyro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGYs7-0000nN-BD for bug-guix@gnu.org; Tue, 16 Apr 2019 20:56:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGYs0-00028W-DQ for bug-guix@gnu.org; Tue, 16 Apr 2019 20:56:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hGYrq-000250-9Y for bug-guix@gnu.org; Tue, 16 Apr 2019 20:56:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hGYrq-0006dL-7i for bug-guix@gnu.org; Tue, 16 Apr 2019 20:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87bm164l4i.fsf@ngyro.com> 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: Timothy Sample Cc: 35267@debbugs.gnu.org, The Philosopher On Tue, 2019-04-16 at 00:41 -0400, Timothy Sample wrote: > It looks like Evolution is asking D-Bus about Evolution Data Server > (specifically its “Sources5” service). Unfortunately, D-Bus can’t > find > this service. > > It could be that you need to install “evolution-data-server” in your > profile. > > However, if you are using GDM, that may not be enough. GDM starts D- > Bus > in a way that makes it ignorant of services in your user > profile. For > now, if you include “evolution-data-server” in the “packages” field > of > your system configuration file, it should work. I added evolution-data-server to my system config, and Evolution now finally works for the first time. Thank you very much! (I did not try it in my user profile.) Luther