* bug#35048: Evolution Mail Client - Unable to add account
@ 2019-03-30 14:02 Raghav Gururajan
2019-03-30 15:12 ` Tobias Geerinckx-Rice
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Raghav Gururajan @ 2019-03-30 14:02 UTC (permalink / raw)
To: 35048
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
Hello Guix!
When I click "Apply" at the last step of "Add Account Wizard", I am getting the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files".
Regards,
RG.
[-- Attachment #2: Type: text/html, Size: 480 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#35048: Evolution Mail Client - Unable to add account
2019-03-30 14:02 bug#35048: Evolution Mail Client - Unable to add account Raghav Gururajan
@ 2019-03-30 15:12 ` Tobias Geerinckx-Rice
2019-03-30 15:21 ` Raghav Gururajan
2019-04-23 4:59 ` Ben Sturmfels
2 siblings, 0 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-03-30 15:12 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 35048
[-- Attachment #1.1: Type: text/plain, Size: 700 bytes --]
Raghav,
Raghav Gururajan wrote:
> When I click "Apply" at the last step of "Add Account Wizard", I
> am getting the error "The name
> org.gnome.evolution.dataserver.Sources5 was not provided by any
> .service files".
If you're comfortable installing packages from Guix source, could
you give the attached patch a try? (If you're not, I urge you to
try anyway — it's not that hard :-)
It's a stab in the dark, since I can't actually run evolution
myself:
$ evolution
…
(evolution:24611): GLib-GIO-ERROR **: 16:03:44.198: Settings
schema
'org.gnome.desktop.lockdown' is not installed
Trace/breakpoint trap
$
Ah, GNOME.
Kind regards,
T G-R
[-- Attachment #1.2: 0001-gnu-evolution-Propagate-evolution-data-server.patch --]
[-- Type: text/x-patch, Size: 1475 bytes --]
From accd1c79a52dd7d267cf13cc67cfdd8c8a8e160c Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
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=UTF-8
Content-Transfer-Encoding: 8bit
* gnu/packages/gnome.scm (evolution)[inputs]: Move evolution-data-server…
[native-inputs]: …here.
---
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
--- 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)
- ("evolution-data-server" ,evolution-data-server) ; must be the same 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 version
(home-page "https://gitlab.gnome.org/GNOME/evolution")
(synopsis "Manage your email, contacts and schedule")
(description "Evolution is a personal information management application
--
2.21.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#35048: Evolution Mail Client - Unable to add account
2019-03-30 14:02 bug#35048: Evolution Mail Client - Unable to add account Raghav Gururajan
2019-03-30 15:12 ` Tobias Geerinckx-Rice
@ 2019-03-30 15:21 ` Raghav Gururajan
2019-04-23 4:59 ` Ben Sturmfels
2 siblings, 0 replies; 6+ messages in thread
From: Raghav Gururajan @ 2019-03-30 15:21 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 35048
T-G-R!
Thanks. Can you tell me how to do it? I haven't done it before.
March 30, 2019 3:19 PM, "Tobias Geerinckx-Rice" <me@tobias.gr> wrote:
> Raghav,
>
> Raghav Gururajan wrote:
>
>> When I click "Apply" at the last step of "Add Account Wizard", I
>> am getting the error "The name
>> org.gnome.evolution.dataserver.Sources5 was not provided by any
>> .service files".
>
> If you're comfortable installing packages from Guix source, could
> you give the attached patch a try? (If you're not, I urge you to
> try anyway — it's not that hard :-)
>
> It's a stab in the dark, since I can't actually run evolution
> myself:
>
> $ evolution
> …
> (evolution:24611): GLib-GIO-ERROR **: 16:03:44.198: Settings
> schema
> 'org.gnome.desktop.lockdown' is not installed
> Trace/breakpoint trap
> $
>
> Ah, GNOME.
>
> Kind regards,
>
> T G-R
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#35048: Evolution Mail Client - Unable to add account
2019-03-30 14:02 bug#35048: Evolution Mail Client - Unable to add account Raghav Gururajan
2019-03-30 15:12 ` Tobias Geerinckx-Rice
2019-03-30 15:21 ` Raghav Gururajan
@ 2019-04-23 4:59 ` Ben Sturmfels
2019-04-23 8:40 ` Raghav Gururajan
2 siblings, 1 reply; 6+ messages in thread
From: Ben Sturmfels @ 2019-04-23 4:59 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 35048
[-- Attachment #1: Type: text/plain, Size: 613 bytes --]
On Sat, 30 Mar 2019, Raghav Gururajan wrote:
> Hello Guix!
>
> When I click "Apply" at the last step of "Add Account Wizard", I am getting the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files".
This issue has been discussed further in #35267:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35267
If you're running Guix System and GDM, the solution for now is to
install evolution-data-server into your system packages with something
like this in your operating system config:
(packages (append
(list evolution-data-server)
%base-packages))
Regards,
Ben
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#35048: Evolution Mail Client - Unable to add account
2019-04-23 4:59 ` Ben Sturmfels
@ 2019-04-23 8:40 ` Raghav Gururajan
2019-04-23 9:29 ` Ben Sturmfels
0 siblings, 1 reply; 6+ messages in thread
From: Raghav Gururajan @ 2019-04-23 8:40 UTC (permalink / raw)
To: Ben Sturmfels; +Cc: 35048
[-- Attachment #1: Type: text/plain, Size: 773 bytes --]
Hello Ben!
Thank you! It works now ☺
On Tue, 2019-04-23 at 14:59 +1000, Ben Sturmfels wrote:
>
> Error verifying signature: Failed to execute gpg.
> On Sat, 30 Mar 2019, Raghav Gururajan wrote:
> Hello Guix!
> When I click "Apply" at the last step of "Add Account Wizard", I am
> getting the error "The name org.gnome.evolution.dataserver.Sources5
> was not provided by any .service files".
> This issue has been discussed further in #35267:https://debbugs.gnu.o
> rg/cgi/bugreport.cgi?bug=35267
> If you're running Guix System and GDM, the solution for now is
> toinstall evolution-data-server into your system packages with
> somethinglike this in your operating system config:
> (packages (append (list evolution-data-server) %base-
> packages))
> Regards,Ben
[-- Attachment #2: Type: text/html, Size: 1734 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#35048: Evolution Mail Client - Unable to add account
2019-04-23 8:40 ` Raghav Gururajan
@ 2019-04-23 9:29 ` Ben Sturmfels
0 siblings, 0 replies; 6+ messages in thread
From: Ben Sturmfels @ 2019-04-23 9:29 UTC (permalink / raw)
To: 35048-done; +Cc: Raghav Gururajan
[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]
Great, glad it's resolved for you Raghav Gururajan.
Closing this report given the issue is covered in more detail in #35267:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35267.
On Tue, 23 Apr 2019, Raghav Gururajan wrote:
> Hello Ben!
>
> Thank you! It works now ☺
>
> On Tue, 2019-04-23 at 14:59 +1000, Ben Sturmfels wrote:
>
> * Error verifying signature: Failed to execute
> gpg.
> *
> On Sat, 30 Mar 2019, Raghav Gururajan wrote:
>
> Hello Guix!
>
> When I click "Apply" at the last step of "Add Account Wizard", I am getting the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files".
>
> This issue has been discussed further in #35267:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35267
>
> If you're running Guix System and GDM, the solution for now is to
> install evolution-data-server into your system packages with something
> like this in your operating system config:
>
> (packages (append
> (list evolution-data-server)
> %base-packages))
>
> Regards,
> Ben
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-04-23 9:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-30 14:02 bug#35048: Evolution Mail Client - Unable to add account Raghav Gururajan
2019-03-30 15:12 ` Tobias Geerinckx-Rice
2019-03-30 15:21 ` Raghav Gururajan
2019-04-23 4:59 ` Ben Sturmfels
2019-04-23 8:40 ` Raghav Gururajan
2019-04-23 9:29 ` Ben Sturmfels
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).