soffice does not have "x" permission after the rpm installation:
$ ls
-l /opt/libreoffice7.3/program/soffice
-rw-r--r-- 1 root root 6731 9月 14 15:45
/opt/libreoffice7.3/program/soffice
Problem
still exists after I chmod +x:
$
sudo chmod +x /opt/libreoffice7.3/program/soffice
$ /opt/libreoffice7.3/program/soffice
terminate called after throwing an instance of
'com::sun::star::deployment::DeploymentException'
Unspecified Application Error
From: Michael
Stahl [mailto:mst@xxxxxxxxxxxxxxx]
Sent: Wednesday, September 14, 2022 04:36 PM +08
To: Kevin Suo; libreoffice-dev
Subject: terminate called after throwing an instance of 'com::sun::star::deployment::DeploymentException'
Sent: Wednesday, September 14, 2022 04:36 PM +08
To: Kevin Suo; libreoffice-dev
Subject: terminate called after throwing an instance of 'com::sun::star::deployment::DeploymentException'
On
12.09.22 15:35, Kevin Suo wrote:
running "soffice.bin" directly is not supported. you need to run "soffice" or similar wrapper to start LO.
However, if I install the RPMs:
$ sudo dnf install ./workdir/installation/LibreOfficeDev/rpm/install/LibreOfficeDev_7.3.7.0.0_Linux_x86-64_rpm/RPMS/*.rpm
and then run the installed application, I got the following error:
$ /opt/libreofficedev7.3/program/soffice.bin
terminate called after throwing an instance of 'com::sun::star::deployment::DeploymentException'
Unspecified Application Error
running "soffice.bin" directly is not supported. you need to run "soffice" or similar wrapper to start LO.