On Tue, 2017-03-14 at 12:22 +0100, Bjørn T Johansen wrote:
> On Tue, 2017-03-14 at 12:11 +0100, Andre Klapper wrote:
> >      gsettings get org.gnome.evolution.mail magic-spacebar
> 
> It returns true on both machines...

A shot in the dark:

I would check if permissions of dconf are correct.
After running an app using dconf, too, e.g. an editor, with root
privileges, dconf permissions could switch from user to root and this
could cause issues.

$ ls -l .cache/dconf/user .config/dconf/user /run/user/*/dconf/user

If required I would change permissions of .config/dconf/user to
user:user by running "chown" and simply delete .cache/dconf/user and
/run/user/*/dconf/user followed by running

$ gsettings set org.gnome.evolution.mail magic-spacebar false

and directly after that

$ gsettings set org.gnome.evolution.mail magic-spacebar true

Regards,
Ralf

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

Reply via email to