On Thu, 05 Aug 2021 21:08:44 +0300 Teemu Likonen <tliko...@iki.fi> wrote: > I have more information about Libreoffice's freezes when "Tools / > Options..." is opened. There is "gpg" process running forever and taking > lots of CPU time. The "ps" command says that command line is: > > gpg --batch --no-sk-comments --status-fd 37 --no-tty --charset utf8 \ > --enable-progress-filter --exit-on-status-write-error --display :0 \ > --ttyname /dev/pts/0 --ttytype xterm-256color --logger-fd 41 \ > --with-colons --with-keygrip --list-secret-keys --
Can you run `sudo strace -p $PID_OF_GPG_PROCESS` to check if it tries to access a file and then fails doing that? If this is the case, please check with `ls -l /proc/$PID_OF_GPG_PROCESS/fd/`, which is the file behind the mentioned file descriptor in the strace output. If it is really failing because of this, please teardown the rules for apparmor with `sudo aa-teardown` and then restart libreoffice and try to go to the menu which was mentioned earlier. See also #955271 for a patch to /etc/./apparmor.d/usr.lib.libreoffice.program.soffice.bin and information how it will be fixed in future Debian versions Kind regards, Sven
signature.asc
Description: This is a digitally signed message part.