Skip to main content
Post Undeleted by tukan
revap the answer
Source Link
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. Check the rights for Due to your login foractions it is pretty safe to say that it is either your configuration or LO Draw bug (or ifcombination 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 even exists(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 file at locationfollowing:

  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

You must have at least read priv. for the user you are running the LO draw under.

The LO Draw can be crashing as it needs to read the file.

  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.

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

Now to your core issue. Check the rights for your login for (or if the file even exists) the file at location:

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

You must have at least read priv. for the user you are running the LO draw under.

The LO Draw can be crashing as it needs to read the file.

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.

Post Deleted by tukan
rephrasing
Source Link
tukan
  • 6.7k
  • 11
  • 24

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

Now to your core issue. Could you check if Check the rights for your login can readfor (or if the file even exists) the file at location:

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

You must have at least read priv. for the user you are running the LO draw under.

The LO Draw can be crashing as it needs to read the file.

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

Now to your core issue. Could you check if your login can read (or if the file even exists) the file at location:

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

The LO Draw can be crashing as it needs to read the file.

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

Now to your core issue. Check the rights for your login for (or if the file even exists) the file at location:

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

You must have at least read priv. for the user you are running the LO draw under.

The LO Draw can be crashing as it needs to read the file.

added 54 characters in body
Source Link
tukan
  • 6.7k
  • 11
  • 24

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

Now to your core issue. Could you check if your login can read (or if the file even exists) the file at location:

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

The LO Draw can be crashing as it needs to read the file.

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

Now to your core issue. Could you check if your login can read (or if the file even exists) the file at location:

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

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

Now to your core issue. Could you check if your login can read (or if the file even exists) the file at location:

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

The LO Draw can be crashing as it needs to read the file.

Source Link
tukan
  • 6.7k
  • 11
  • 24
Loading