I run in another Problem:
./ecodmsconmgr.sh
./ecodmssinglesignon: error while loading shared libraries: libayatana-appindicator.so.1: cannot open shared object file: No such file or directory
Any hints?
EDIT: Oh, you have to Link that too...
sudo ln -s /usr/lib/libayatana-appindicator3.so /opt/ecodms/ecodmsclient/libayatana-appindicator.so.1
And had to install libssl-1-1 Now I will test.
Pinned Comments
torbennehmer commented on 2025-01-18 20:55 (UTC)
Language detection
The PKGBUILD tries to infer the langauge from the LANG environment variable. If it starts with
de
, it will use German, otherwise English. This should be sane in most cases, as long as you build with your regular user account in the correct locale.To override this, export the environment variable ECODMS_LANG to select a non-default value prior to building the package. Supported languages by EcoDMS: en, de
This can always be changed after package installation by updating the symlink at
/opt/ecodms/ecodmsclient/language.qm
.