So downgraded package openssl (3.3.0-1 => 3.2.1-1)
# manjaro-downgrade openssl
loading packages...
warning: downgrading package openssl (3.3.0-1 => 3.2.1-1)
resolving dependencies...
looking for conflicting packages...
Packages (1) openssl-3.2.1-1
Total Installed Size: 11.45 MiB
Net Upgrade Size: 0.53 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes...
(1/1) downgrading openssl [######################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
add openssl to IgnorePkg? [y/N] y
#
Notice choosing “y” when prompted to add openssl to IgnorePkg? [y/N] y ← This appear to be important because otherwise when upgrading to the most current openssl, have the same problem with not being able to launch SoftMaker Office.
That resolved the issue.
Then upgraded openssl to 3.3.0.9 and everything works
Downgrading an important system package is not a solution. That puts you in an unsupported upgrade state which can and will break other packages that were built on that version of openssl.
For now, you can do what’s mentioned in the pinned comment on the softmaker-office-2024-bin AUR page:
softmaker can be started by disable the network for the process. It works for me:
The commands above work to launch the respective apps but receive the following output in Terminal when try the command:
$ unshare -r -n softmaker-office-2024-planmaker
Failed to create /root/.cache for shader cache (Permission denied)---disabling.
(planmaker:3705): dbind-WARNING **: 22:37:17.037: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.```