Feature request: - Give the user the ability to choose the program language de or en
Search Criteria
Package Details: ecodms-client 24.02-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ecodms-client.git (read-only, click to copy) |
---|---|
Package Base: | ecodms-client |
Description: | Document Management Software |
Upstream URL: | http://www.ecodms.de/index.php/de/ |
Licenses: | LicenseRef-ecodms |
Submitter: | cmuench |
Maintainer: | cmuench (tuxflo, torbennehmer) |
Last Packager: | torbennehmer |
Votes: | 13 |
Popularity: | 0.000002 |
First Submitted: | 2020-02-01 20:04 (UTC) |
Last Updated: | 2025-01-18 20:51 (UTC) |
Dependencies (23)
- apr
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libayatana-appindicator
- libidn (libidn-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- qt5-webengine
- qt5-x11extras
- Show 3 more dependencies...
Required by (0)
Sources (2)
citydweller commented on 2020-02-08 09:00 (UTC)
citydweller commented on 2020-02-08 08:38 (UTC)
If I start wit the Desktop file, nothing happens, even not with the new version. If I start it with the following command from terminal, it works.
export LD_LIBRARY_PATH=/opt/ecodms/ecodmsclient/ && ./ecodmsclient.sh
Also get the following error, but ecodms is working. ./ecodmsclient: /usr/lib/libtiff.so.5: no version information available (required by ./ecodmsclient)
Here is a screenshot of the desktop file https://i.imgur.com/VZDlix6.png
cmuench commented on 2020-02-07 09:15 (UTC) (edited on 2020-02-07 09:15 (UTC) by cmuench)
Are you starting with the desktop file?
The file should be here: /opt/ecodms/ecodmsclient/libecosvg.so
If you start /opt/ecodms/ecodmsclient/ecodmsclient.sh
the LD_LIBRARY_PATH is set to /opt/ecodms/ecodmsclient/
. In my case the file was found.
citydweller commented on 2020-02-07 07:56 (UTC)
Hi, another dependency missing? /opt/ecodms/ecodmsclient/ecodmsclient: error while loading shared libraries: libecosvg.so: cannot open shared object file: No such file or directory
cmuench commented on 2020-02-07 07:45 (UTC)
I think the "libjpeg6-turbo" dependency is missing. A new release is published.
citydweller commented on 2020-02-07 07:33 (UTC)
Hi,
I've got the following error: ./ecodmsclient: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
If I execute sudo ln -s libjpeg.so libjpeg.so.62 in /var/lib
I get the following error ./ecodmsclient: /usr/lib/libjpeg.so.62: version `LIBJPEG_6.2' not found (required by ./ecodmsclient) ./ecodmsclient: /usr/lib/libtiff.so.5: no version information available (required by ./ecodmsclient)
cmuench commented on 2019-02-02 14:26 (UTC)
The .deb file of the latest 18.09 version can be found here:
https://www.ecodms.de/ecodms_180964/bionic/ecodmsclient-18.09-0_amd64.deb
See Package-List for all available files: https://www.ecodms.de/ecodms_180964/bionic/Packages
I tried to build a new package but I got an openssl error in the Connection Manager.
theWeird commented on 2018-12-04 12:07 (UTC)
Do you plan to update this package for the recently available 18.09 deb packages?
Helloagain commented on 2018-08-30 14:27 (UTC)
@Drachenkatze:
I need to install qt5-webkit in order to be able to build the package. This is missing in your PKGBUILD
Helloagain commented on 2018-08-29 23:58 (UTC)
Thanks @Drachenkatze for your patch.
Any news on this one here?
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
.