Re: [Evolution] Evo asking for password AGAIN ( also replying to Angel)

2021-01-14 Thread Milan Crha via evolution-list
On Thu, 2021-01-14 at 18:20 -0600, Christopher Marlow wrote:
> How do I reenable gnome keyring and whats the next step?

Hi,
restart the machine and it'll start as usual.

I mentioned it several times here and you seem to not care of it, but
do use seahorse application to check what the keyring looks like
(locked/unlocked and so on). It also may start the
gnome-keyring-daemon.

You did not mention how you start the gnome-keyring-daemon after login.
Does it do that on its own, or you've a special autostart file for it,
or...? You can have a very lame autostarter, which is far from being
secure, when you start the keyring and unlock it by some "password"
like this:

   $ echo password | gnome-keyring-daemon --login --daemonize

which some desktops can do for you after login, but that yours doesn't
seem to do it or you restart the keyring daemon later after login.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evo asking for password AGAIN ( also replying to Angel)

2021-01-14 Thread Christopher Marlow



On 1/14/21 1:58 AM, Milan Crha via evolution-list wrote:

On Wed, 2021-01-13 at 12:13 -0600, Christopher Marlow wrote:

I do not know gnome-keyring internals at all. Maybe get rid of the
~/.local/share/keyrings/
directory (when the gnome-keyring-daemon is off),

How do you stop it and restart it?

Hi,
like anything else, basically:

$ pkill -TERM gnome-keyring-daemon

I think that command worked because it throwed me back a command prompt 
without any error message.


chris@localhost:~> sudo pkill -TERM gnome-keyring-daemon

[sudo] password for root:

chris@localhost:~>


I removed those files that you told me to remove by deleting that whole 
folder.


How do I reenable gnome keyring and whats the next step?


Thanks

Chris



___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Strange sync behaviour

2021-01-14 Thread Ángel
On 2021-01-13 at 20:17 +, Andy Proctor wrote:
> All the files appear in the right place on the desktop however when
> opening Evolution on the desktop it does not pick up my mail folders.
> I use subfolders of my inbox for mail filing. The actual subfolders
> are present in the right directory, but the evolution install is not
> picking them up. I have not currently set any external mail setting
> on the desktop installation. 
> 
> Any reasons you can think of why it does not recognise the
> subfolders. In addition mail appears in the inbox but the contents of
> mails are unreadable.

Is evolution (or a component, such as evolution-data-server) running
when you overwrite it? In that case, I would expect it not to pick the
subfolders, but to detect them the next time it is opened.

Just to discard the obvious: the subfolders aren't collapsed, right?


Best

Ángel
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Anyone tried using Valgrind to find memory leaks in Evolution?

2021-01-14 Thread Milan Crha via evolution-list
On Tue, 2021-01-05 at 09:26 -0500, Jeff wrote:
> ** WARNING **: Failed to seal memfd: Invalid argument
> ** WARNING **: Failed to seal memfd: Invalid argument
> ** ERROR **: Failed to write memfd

Hi,
I've been just told how to run things which use WebKitGTK under
valgrind here:
https://bugzilla.redhat.com/show_bug.cgi?id=1914917#c23

Long story short:

$ WEBKIT_FORCE_SANDBOX=0 GIGACAGE_ENABLED=0 G_SLICE=always-malloc \
Malloc=1 valgrind --show-leak-kinds=definite \
--num-callers=30 --leak-check=full \
--aspace-minaddr=0x1 evolution &>log.txt

Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Strange sync behaviour

2021-01-14 Thread Milan Crha via evolution-list
On Wed, 2021-01-13 at 21:17 +0100, Andy Proctor wrote:
> I have set up a sync to sync the whole .local/share/evolution
> directory to the cloud

Hi,
consider syncing more directories:
https://help.gnome.org/users/evolution/stable/data-storage.html
though that won't cover the settings stored in GSettings/D-Conf.

> Any reasons you can think of why it does not recognise
> the subfolders.

As long as the two Evolution versions are the same and you copy also
hidden directories (those with a leading dot), it should work.

One thing is the content of the folders on the disk (the files),
another thing is the folders.db content, whose information is used in
the message list. These things are synced on update.

> In addition mail appears in the inbox but the contents of mails
> are unreadable.

Is there a file name mismatch? Verify the path and the difference in
it. It can be things after the ':' delimiter, which is close at the
end.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evo asking for password AGAIN ( also replying to Angel)

2021-01-14 Thread Milan Crha via evolution-list
On Wed, 2021-01-13 at 12:13 -0600, Christopher Marlow wrote:
> > I do not know gnome-keyring internals at all. Maybe get rid of the
> > ~/.local/share/keyrings/
> > directory (when the gnome-keyring-daemon is off),
> 
> How do you stop it and restart it?

Hi,
like anything else, basically:

   $ pkill -TERM gnome-keyring-daemon

If it doesn't help, then use -9 instead of -TERM. It can be something
restarts it, thus check for the process ID in the `ps` command. The
"worst" case would be to rename the directory and then kill the gnome-
keyring-daemon. Or just restart the machine after renaming the
directory.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list