terminology installed (apt update + apt install), and runs fine in a Lubuntu 16.04 fresh installation.
But when trying to display a picture (or show thumbnail images with tyls), it always raises this error:
$ tycat titan.png
ERR<1714>:emotion-generic modules/emotion/generic/emotion_generic.c:1838 _players_load() no generic players available
$
followed by a blank space which is the size of the picture to show.
Tried to install the generic players following these instructions:
wget http://download.enlightenment.org/rel/libs/emotion_generic_players/emotion_generic_players-1.17.0.tar.gz
tar -xzf emotion_generic_players-1.17.0.tar.gz
cd emotion_generic_players-1.17.0
./configure --prefix=/usr
make
sudo make install
but did not work:
checking for EMOTION... no
configure: error: Package requirements (emotion >= 1.17) were not met:
No package 'emotion' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables EMOTION_CFLAGS and EMOTION_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Also installed vlc, just in case it might need it, but nothing changed.
Update: Compilation worked for version 1.8.2 (emotion_generic_players-1.8.2):
------------------------------------------------------------------------
emotion_generic_players 1.8.2
------------------------------------------------------------------------
Configuration Options Summary:
Build Profile..........: dev
Players:
VLC....................: yes
Compilation..............: make (or gmake)
CPPFLAGS...............:
CFLAGS.................: -g -O2
CXXFLAGS...............:
LDFLAGS................:
Installation.............: make install (as root if needed, with 'su' or 'sudo')
prefix.................: /usr
emotion generic players: /usr/lib/x86_64-linux-gnu/emotion/generic_players/linux-gnu-x86_64-1.8.6
but the problem remains after make and make install: ERR<4002>:emotion-generic modules/emotion/generic/emotion_generic.c:1838 _players_load() no generic players available