* Evolution can't connect to mail server
@ 2023-10-05 16:29 Caleb Herbert
2023-10-05 18:30 ` Roman Riabenko via
2023-10-05 18:56 ` Luis Felipe
0 siblings, 2 replies; 5+ messages in thread
From: Caleb Herbert @ 2023-10-05 16:29 UTC (permalink / raw)
To: help-guix
Guix System, GNOME.
Configured email in Settings > Online Accounts > IMAP and SMTP.
Launched Evolution. Set up email with startup wizard.
Error:
The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files
No mail.
--
Caleb
https://bluehome.net/csh/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Evolution can't connect to mail server
2023-10-05 16:29 Evolution can't connect to mail server Caleb Herbert
@ 2023-10-05 18:30 ` Roman Riabenko via
2023-10-05 18:56 ` Luis Felipe
1 sibling, 0 replies; 5+ messages in thread
From: Roman Riabenko via @ 2023-10-05 18:30 UTC (permalink / raw)
To: Caleb Herbert, help-guix
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
У чт, 2023-10-05 у 09:29 -0700, Caleb Herbert пише:
> Guix System, GNOME.
>
> Configured email in Settings > Online Accounts > IMAP and SMTP.
>
> Launched Evolution. Set up email with startup wizard.
>
> Error:
>
> The name org.gnome.evolution.dataserver.Sources5 was not provided by
> any .service files
>
> No mail.
>
Is evolution-data-server installed too?
Roman
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Evolution can't connect to mail server
2023-10-05 16:29 Evolution can't connect to mail server Caleb Herbert
2023-10-05 18:30 ` Roman Riabenko via
@ 2023-10-05 18:56 ` Luis Felipe
2023-10-05 19:34 ` Caleb Herbert
1 sibling, 1 reply; 5+ messages in thread
From: Luis Felipe @ 2023-10-05 18:56 UTC (permalink / raw)
To: Caleb Herbert, help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 794 bytes --]
Hi Caleb,
El 5/10/23 a las 16:29, Caleb Herbert escribió:
> Guix System, GNOME.
>
> Configured email in Settings > Online Accounts > IMAP and SMTP.
>
> Launched Evolution. Set up email with startup wizard.
>
> Error:
>
> The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files
>
> No mail.
As Roman suggests, installing the package "evolution-data-server" should
fix the problem. Personally, I add this package to my system
configuration because other GNOME apps also depend on it to work
correctly (e.g. GNOME Calendar).
I don't know/remember why "evolution-data-server" is not installed as
part of "gnome-desktop", but this is a known issue. See:
https://issues.guix.gnu.org/35267
https://issues.guix.gnu.org/38142
Cheers,
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2881 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Evolution can't connect to mail server
2023-10-05 18:56 ` Luis Felipe
@ 2023-10-05 19:34 ` Caleb Herbert
2023-10-06 14:34 ` Luis Felipe
0 siblings, 1 reply; 5+ messages in thread
From: Caleb Herbert @ 2023-10-05 19:34 UTC (permalink / raw)
To: Luis Felipe; +Cc: help-guix
Luis Felipe <sirgazil@zoho.com> wrote ..
> As Roman suggests, installing the package "evolution-data-server" should
> fix the problem.
I added "evolution-data-server" to my list of packages in my home configuration and got an error while trying to reconfigure:
Loading /gnu/store/2hwp7i1xn24rlsnwmcc8hpbdynznv4an-shepherd.conf.
herd: error: exception caught while executing 'load' on service 'root':
In procedure fport_write: Input/output error
Comparing /gnu/store/3jphbp9sisp54nshd8dimrnn4lks3p4d-home/profile/share/fonts and
/gnu/store/3jphbp9sisp54nshd8dimrnn4lks3p4d-home/profile/share/fonts... done (same)
Evaluating on-change gexps.
On-change gexps evaluation finished.
I installed it manually with `guix install`. I get a new error in Evolution.
Error while Retrieving folder list for “csh@bluehome.net”.
Source “csh@bluehome.net” doesn’t support prompt for credentials
> Personally, I add this package to my system
> configuration because other GNOME apps also depend on it to work
> correctly (e.g. GNOME Calendar).
>
> I don't know/remember why "evolution-data-server" is not installed as
> part of "gnome-desktop", but this is a known issue. See:
This should really be fixed...
Sorry if I'm being overly critical. I come from Fedora, where things are heavily polished.
--
Caleb
https://bluehome.net/csh/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Evolution can't connect to mail server
2023-10-05 19:34 ` Caleb Herbert
@ 2023-10-06 14:34 ` Luis Felipe
0 siblings, 0 replies; 5+ messages in thread
From: Luis Felipe @ 2023-10-06 14:34 UTC (permalink / raw)
To: Caleb Herbert; +Cc: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 2289 bytes --]
El 5/10/23 a las 19:34, Caleb Herbert escribió:
> Luis Felipe <sirgazil@zoho.com> wrote ..
>> As Roman suggests, installing the package "evolution-data-server" should
>> fix the problem.
> I added "evolution-data-server" to my list of packages in my home configuration and got an error while trying to reconfigure:
>
> Loading /gnu/store/2hwp7i1xn24rlsnwmcc8hpbdynznv4an-shepherd.conf.
> herd: error: exception caught while executing 'load' on service 'root':
> In procedure fport_write: Input/output error
> Comparing /gnu/store/3jphbp9sisp54nshd8dimrnn4lks3p4d-home/profile/share/fonts and
> /gnu/store/3jphbp9sisp54nshd8dimrnn4lks3p4d-home/profile/share/fonts... done (same)
> Evaluating on-change gexps.
>
> On-change gexps evaluation finished.
Hmm, I can't help with this one, I don't use guix home yet.
> I installed it manually with `guix install`. I get a new error in Evolution.
>
> Error while Retrieving folder list for “csh@bluehome.net”.
>
> Source “csh@bluehome.net” doesn’t support prompt for credentials
But this one sounds like a problem with the source (?); maybe you need
to modify Evolution settings to query the service in another way (?).
If Evolution gives you too much trouble, though, I'd recommend using
Icedove instead. I've been using it for a long time and have had a good
experience with it.
>
>> Personally, I add this package to my system
>> configuration because other GNOME apps also depend on it to work
>> correctly (e.g. GNOME Calendar).
>>
>> I don't know/remember why "evolution-data-server" is not installed as
>> part of "gnome-desktop", but this is a known issue. See:
> This should really be fixed...
>
> Sorry if I'm being overly critical. I come from Fedora, where things are heavily polished.
I understand the frustration. In some areas related to desktop
computing, moving from Fedora, or any other similar distribution, to the
Guix System can feel like a downgrade. But that's usually because Guix
works in a different way, and there are new challenges when it comes to
incorporating certain software into the whole system, not to mention
that the volunteer personnel is scarce (although tremendously helpful).
Anyway, I hope you find solutions.
Cheers,
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2881 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-06 14:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05 16:29 Evolution can't connect to mail server Caleb Herbert
2023-10-05 18:30 ` Roman Riabenko via
2023-10-05 18:56 ` Luis Felipe
2023-10-05 19:34 ` Caleb Herbert
2023-10-06 14:34 ` Luis Felipe
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).