https://bugs.documentfoundation.org/show_bug.cgi?id=149100

Piotr Dobrogost <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #7 from Piotr Dobrogost 
<[email protected]> ---
(In reply to Julien Nabet from comment #5)
> vvillenave indicated (reporter of tdf#151163) indicated he didn't reproduce
> this with LO 7.4.1.
> Piotr: would it be possible you give a try to 7.4.1?
> 
> It could be either WFM (since it would work with 7.4.1) or NOTOURBUG since
> it seems to be Fedora specific pb (perhaps a packaging/dependency pb).

I've since upgraded OS to Fedora 38 thus I have LibreOffice 7.5.2.2 50(Build:2)
now.
Running libreoffice from the shell I get the following error in the console:

-----
$ libreoffice
LibreOffice 7.5 - Fatal Error: The application cannot be started.
LibreOffice user installation could not be processed due to missing access
rights. Please make sure that you have sufficient access rights for the
following location and restart LibreOffice:

/home/miner/.config/libreoffice/4
-----

cloph at #libreoffice pointed the following:
"that message is generated if there's not enough diskspace or when there's no
write access.
https://git.libreoffice.org/core/+/master/desktop/source/app/app.cxx#866
(STR_BOOTSTRAP_ERR_NOACCESSRIGHTS)"

However it's odd because I'm the owner of /home/miner and everything inside it,
there is free space and access rights are normal:


$ ls -ld ~/.config/libreoffice/4
drwx------. 3 miner miner 4096 kwi  3 21:44 /home/miner/.config/libreoffice/4

$ df ~
Filesystem                  1K-blocks     Used Available Use% Mounted on
/dev/mapper/miner1_vg1-home  58249212 33688412  21569492  61% /home

$ lsattr -d ~/.config/libreoffice/4
--------------e------- /home/miner/.config/libreoffice/4

$ getfacl ~/.config/libreoffice/4
getfacl: Removing leading '/' from absolute path names
# file: home/miner/.config/libreoffice/4
# owner: miner
# group: miner
user::rwx
group::---
other::---

$ ls -Z ~/.config/libreoffice/4
unconfined_u:object_r:config_home_t:s0 user

$ rm -r /home/miner/.config/libreoffice && mkdir -p
/home/miner/.config/libreoffice && ls -ld /home/miner/.config/libreoffice/
drwxr-xr-x. 2 miner miner 4096 kwi  7 21:30 /home/miner/.config/libreoffice/



The question is if the cause of this error and the cause of previous crashes is
the same or in other words if we are dealing with the same problem and only
symptoms changed (arguably for better as now we have clear error message at
least)? I suspect that's the case as the system is still the same (albeit
upgraded) and the error happens in the same phase (application's startup).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to