Thank you for the next release!
I tried the 1.4.0, but I ran into some trouble. I am currently riding Arch Linux which has the most recent icu package (version 61), while MotionBox try to find the libraries from the icu 60 package.
$ ./MotionBox
./MotionBox: error while loading shared libraries: libicui18n.so.60: cannot open shared object file: No such file or directory
I downloaded manually the icu 60 libs and tried to use them with the LD_LIBRARY_PATH and also I tried to copy them to the /usr/lib. In both case I suppose MotionBox found the libs, but I got the following message:
This application failed to start because it could not find or load the Qt platform plugin “xcb”
in “”.
Reinstalling the application may fix this problem.
But xcb installed and the most recent, so it can’t be the problem.
Do you have any idea how can I fix this issue?