Re: Why does Evolution source registry periodically search Secret Service?

2022-04-18 Thread Alexander Zhang
Evolution relies on gnome-keyring for authentication. If you set up the keyring to open with your login password, that will cover anything Evo needs. You can of course have separate keys for different apps (using seahorse), but that will require more interaction when using those apps. I've repla

Re: SELinux prevents systemctl hibernate [SOLVED]

2022-04-18 Thread Alexander Zhang
It worked after I did `setenforce 0`, so SELinux is the problem. I have my swap file inside its own BTRFS subvolume mounted at /swap and the SELinux context for that directory is system_u:object_r:unlabeled_t:s0. It looks like I need to allow systemd-sleep to search that directory. I think the

Re: Why does Evolution source registry periodically search Secret Service?

2022-04-17 Thread Alexander Zhang
I see you posed from Thunderbird, but do you use Evolution, at all? Email, calendar, contacts? If so it'll be trying to log in to a service, wanting its credentials. Other things have come to use parts of evolution as their libraries. For instance, if I try to remove evolution-data-server, it wa

Re: SELinux prevents systemctl hibernate

2022-04-17 Thread Alexander Zhang
Easier still is to remove that partition from fstab and reformat it as a swap partition. I guess I can use a swap partition, but since I use LUKS without LVM, I would have to make a separate LUKS volume. I wanted to use a swap file so that everything is in one LUKS volume. (I forgot to reply

Re: SELinux prevents systemctl hibernate

2022-04-17 Thread Alexander Zhang
First try would be to disable SELinux to confirm your hypothesis. However even if you fix the selinux problem i do not think this will work, you need to have a swap partition for hibernate / resume to work, the systemd-hibernate-resume man page makes reference to needing a specific device node.

SELinux prevents systemctl hibernate

2022-04-15 Thread Alexander Zhang
it=systemd-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' Apr 15 23:16:14 fedora systemd-logind[1410]: Operation 'sleep' finished. Apr 15 23:16:14 fedora systemd[1]: Stopped target Sleep. How can I

Why does Evolution source registry periodically search Secret Service?

2022-04-15 Thread Alexander Zhang
there a way to disable this? I have no GNOME Online Accounts set up. I tried stopping this service but that breaks GNOME Calendar. Best regards, Alexander Zhang ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to use