Skip to main content
4 of 4
revap the answer
tukan
  • 6.7k
  • 11
  • 24

Edit: clarity & comment(s)

Fixing Udev issue

To fix the udev issue, which is not connected to the, Draw crashes you have to install sudo apt-get install at-spi2-core.

LO Draw crashing

Now to your core issue. Due to your actions it is pretty safe to say that it is either your configuration or LO Draw bug (or combination of those).

The apparmor line:

Jul 08 15:35:20 debian audit[2833]: AVC apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/village/Projects/Textbooks/Popups/Core/2022-07-05_glossary.data" pid=2833 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000

Tells you that the apparmor allowed the operation open the"/home/village/Projects/Textbooks/Popups/Core/2022-07-05_glossary.data" file (to make sure it has nothing to do with the apparmor you can temporarily stop it for the test purposes with - sudo systemctl stop apparmor).

I would do the following:

  1. Check the file rights, adjust them with chmod or chown if needed, for your login for the file at location:

/home/village/Projects/Textbooks/Popups/Core/2022-07-05_glossary.data

  1. Check the file itself for inconsistencies

  2. Check your ~/.profile, ~/.bash_profile or ~/.bash_login for any mistakes. For example, pointing to wrong file.

tukan
  • 6.7k
  • 11
  • 24