* Evolution
@ 2019-04-14 8:37 The Philosopher
2019-04-15 19:40 ` bug#35267: Evolution Ludovic Courtès
2019-04-16 8:18 ` The Philosopher
0 siblings, 2 replies; 8+ messages in thread
From: The Philosopher @ 2019-04-14 8:37 UTC (permalink / raw)
To: bug-guix; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
Hello Geeks!
While adding account, evolution is throwing error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files". Also, isn't the package name should be "gnome-evolution"?
Thanks!
[-- Attachment #2: Type: text/html, Size: 504 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-14 8:37 Evolution The Philosopher
@ 2019-04-15 19:40 ` Ludovic Courtès
2019-04-16 2:50 ` Luther Thompson
2019-04-16 8:18 ` The Philosopher
1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2019-04-15 19:40 UTC (permalink / raw)
To: The Philosopher; +Cc: 35267
Hello,
"The Philosopher" <philosopher@disroot.org> skribis:
> While adding account, evolution is throwing error "The name
> org.gnome.evolution.dataserver.Sources5 was not provided by any
> .service files".
Can you explain the actions you took to reach that error?
> Also, isn't the package name should be "gnome-evolution"?
No. :-)
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-15 19:40 ` bug#35267: Evolution Ludovic Courtès
@ 2019-04-16 2:50 ` Luther Thompson
2019-04-16 4:41 ` Timothy Sample
0 siblings, 1 reply; 8+ messages in thread
From: Luther Thompson @ 2019-04-16 2:50 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 35267, The Philosopher
On Mon, 15 Apr 2019 21:40:18 +0200
Ludovic Courtès <ludo@gnu.org> wrote:
> "The Philosopher" <philosopher@disroot.org> skribis:
>
> > While adding account, evolution is throwing error "The name
> > org.gnome.evolution.dataserver.Sources5 was not provided by any
> > .service files".
>
> Can you explain the actions you took to reach that error?
I'm having the same problem. Here's how it happens:
1. Open Evolution. The Welcome window automatically pops up.
2. Click "Next" and go through the process of setting up your email
account. (I don't restore from a backup.)
3. At the end of that process, click "Apply". The error window appears.
Luther
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-16 2:50 ` Luther Thompson
@ 2019-04-16 4:41 ` Timothy Sample
2019-04-17 0:55 ` Luther Thompson
2019-04-23 4:52 ` Ben Sturmfels
0 siblings, 2 replies; 8+ messages in thread
From: Timothy Sample @ 2019-04-16 4:41 UTC (permalink / raw)
To: Luther Thompson; +Cc: 35267, The Philosopher
Hello,
Luther Thompson <lutheroto@gmail.com> writes:
> On Mon, 15 Apr 2019 21:40:18 +0200
> Ludovic Courtès <ludo@gnu.org> wrote:
>
>> "The Philosopher" <philosopher@disroot.org> skribis:
>>
>> > While adding account, evolution is throwing error "The name
>> > org.gnome.evolution.dataserver.Sources5 was not provided by any
>> > .service files".
>>
>> Can you explain the actions you took to reach that error?
>
> I'm having the same problem. Here's how it happens:
>
> 1. Open Evolution. The Welcome window automatically pops up.
> 2. Click "Next" and go through the process of setting up your email
> account. (I don't restore from a backup.)
> 3. At the end of that process, click "Apply". The error window appears.
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.
For a nicer fix, we should improve the way D-Bus is started. Maybe we
should start it from a login shell, reusing “exec-from-login-shell”.
-- Tim
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-14 8:37 Evolution The Philosopher
2019-04-15 19:40 ` bug#35267: Evolution Ludovic Courtès
@ 2019-04-16 8:18 ` The Philosopher
2023-08-29 4:17 ` Maxim Cournoyer
1 sibling, 1 reply; 8+ messages in thread
From: The Philosopher @ 2019-04-16 8:18 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 35267
Just the "Add Account Wizard". At the final step, when I clicked "finish", that error popped up. Tried multiple time and my guix is up to date.
April 15, 2019 3:40 PM, "Ludovic Courtès" <ludo@gnu.org> wrote:
> Hello,
>
> "The Philosopher" <philosopher@disroot.org> skribis:
>
>> While adding account, evolution is throwing error "The name
>> org.gnome.evolution.dataserver.Sources5 was not provided by any
>> .service files".
>
> Can you explain the actions you took to reach that error?
>
>> Also, isn't the package name should be "gnome-evolution"?
>
> No. :-)
>
> Thanks,
> Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-16 4:41 ` Timothy Sample
@ 2019-04-17 0:55 ` Luther Thompson
2019-04-23 4:52 ` Ben Sturmfels
1 sibling, 0 replies; 8+ messages in thread
From: Luther Thompson @ 2019-04-17 0:55 UTC (permalink / raw)
To: Timothy Sample; +Cc: 35267, 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-16 4:41 ` Timothy Sample
2019-04-17 0:55 ` Luther Thompson
@ 2019-04-23 4:52 ` Ben Sturmfels
1 sibling, 0 replies; 8+ messages in thread
From: Ben Sturmfels @ 2019-04-23 4:52 UTC (permalink / raw)
To: Timothy Sample; +Cc: Luther Thompson, 35267, The Philosopher
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
On Tue, 16 Apr 2019, 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.
That matches what I'm seeing - evolution was working properly for
me with evolution-data-server installed in my user profile, but stopped
working in the last week or two which is about when I switched my system
to GDM. Now on GDM, adding "evolution-data-server" to my system profile
fixes evolution.
Regards,
Ben
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#35267: Evolution
2019-04-16 8:18 ` The Philosopher
@ 2023-08-29 4:17 ` Maxim Cournoyer
0 siblings, 0 replies; 8+ messages in thread
From: Maxim Cournoyer @ 2023-08-29 4:17 UTC (permalink / raw)
To: The Philosopher; +Cc: Ludovic Courtès, 35267, GNU Debbugs
retitle 35267 org.gnome.evolution.dataserver.Sources5 error in Evolution when adding account
quit
Hi,
"The Philosopher" <philosopher@disroot.org> writes:
> Just the "Add Account Wizard". At the final step, when I clicked
> "finish", that error popped up. Tried multiple time and my guix is up
> to date.
Wow, I can actually reproduce this 4 years later, trying to add a big
brother (Gmail) account.
So the problem still exists. Is anyone successfully using Evolution?
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-08-29 4:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-14 8:37 Evolution The Philosopher
2019-04-15 19:40 ` bug#35267: Evolution Ludovic Courtès
2019-04-16 2:50 ` Luther Thompson
2019-04-16 4:41 ` Timothy Sample
2019-04-17 0:55 ` Luther Thompson
2019-04-23 4:52 ` Ben Sturmfels
2019-04-16 8:18 ` The Philosopher
2023-08-29 4:17 ` Maxim Cournoyer
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).