A lightweight file manager for Linux desktops built in Qt.
Attention, this is a kind of fork from the original project elokab-fm.
It was tried to propose patches back via pullrequest but that was not answered so far.
I keep going to improve things here for the moment, especially with improvements for ownClouds Virtual Filesystem on Linux.
New look in Icons mode
New look in compact mode
Image and pdf and video thumbnails
Depends :Qt5-svg , file ,udisks2
Optional dependencies: imagemagick , ffmpeg
Other than the original project, this unintended fork uses cmake to build.
Build instructions:
git clone [email protected]:dragotin/elokab-files-manager.git
cd elokab-files-manager
mkdir build
cd build
cmake ..
make
sudo make install
