From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: bug#35048: Evolution Mail Client - Unable to add account Date: Sat, 30 Mar 2019 16:12:56 +0100 Message-ID: <871s2o9z0n.fsf@nckx> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hAFtZ-0007Hh-TI for bug-guix@gnu.org; Sat, 30 Mar 2019 11:27:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hAFgW-0005lK-AR for bug-guix@gnu.org; Sat, 30 Mar 2019 11:14:21 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52204) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hAFgJ-0005hl-Lc for bug-guix@gnu.org; Sat, 30 Mar 2019 11:14:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hAFgH-0003yk-V4 for bug-guix@gnu.org; Sat, 30 Mar 2019 11:14:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: Raghav Gururajan Cc: 35048@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Raghav, Raghav Gururajan wrote: > When I click "Apply" at the last step of "Add Account Wizard", I=20 > am getting the error "The name=20 > org.gnome.evolution.dataserver.Sources5 was not provided by any=20 > .service files". If you're comfortable installing packages from Guix source, could=20 you give the attached patch a try? (If you're not, I urge you to=20 try anyway =E2=80=94 it's not that hard :-) It's a stab in the dark, since I can't actually run evolution=20 myself: $ evolution =E2=80=A6 (evolution:24611): GLib-GIO-ERROR **: 16:03:44.198: Settings=20 schema 'org.gnome.desktop.lockdown' is not installed Trace/breakpoint trap $ Ah, GNOME. Kind regards, T G-R --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-evolution-Propagate-evolution-data-server.patch Content-Transfer-Encoding: quoted-printable From=20accd1c79a52dd7d267cf13cc67cfdd8c8a8e160c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 30 Mar 2019 16:06:08 +0100 Subject: [PATCH] gnu: evolution: Propagate evolution-data-server. MIME-Version: 1.0 Content-Type: text/plain; charset=3DUTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (evolution)[inputs]: Move evolution-data-server=E2= =80=A6 [native-inputs]: =E2=80=A6here. =2D-- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 060379aba9..a6395974b0 100644 =2D-- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7584,7 +7584,6 @@ generic enough to work for everyone.") ("itstool" ,itstool))) (inputs `(("enchant" ,enchant) =2D ("evolution-data-server" ,evolution-data-server) ; must be the sa= me version ("gcr" ,gcr) ("gnome-autoar" ,gnome-autoar) ("gnome-desktop" ,gnome-desktop) @@ -7598,6 +7597,8 @@ generic enough to work for everyone.") ("openldap" ,openldap) ("webkitgtk" ,webkitgtk) ("ytnef" ,ytnef))) + (propagated-inputs + `(("evolution-data-server" ,evolution-data-server))) ; must be same v= ersion (home-page "https://gitlab.gnome.org/GNOME/evolution") (synopsis "Manage your email, contacts and schedule") (description "Evolution is a personal information management applicati= on =2D-=20 2.21.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXJ+HeAAKCRANsP+IT1Vt eT3qAP476AQVeeHl6LFzcZ+/DBByf1K5TT1/bt+XGfPvMNoLfQD+LTPuR3OzHKA9 2hYSGOoIBw9qcvnbPSZ32Tf94iNOfQI= =X7ZG -----END PGP SIGNATURE----- --==-=-=--