Lxna is a desktop file manager developed by Omnius Labs, optimized for managing and previewing images and video files with a user-friendly interface.
- Folder Tree View: Easily select folders through the folder tree view.
- Thumbnail Preview: Double-click on files in the thumbnail list to open an enlarged preview.
- Auto-Update: The application features an auto-update function, ensuring you always have access to the latest features.
- Display Thumbnails for Images: Thumbnails for image files are displayed.
- Rotating Thumbnails for Videos: Generates multiple thumbnails for video files and displays them in a rotating fashion for quick browsing (referred to as "Dynamic Thumbnail Preview").
Before installing Lxna, ensure your system has the necessary dependencies installed:
sudo apt-get install -y ffmpeg
scoop install ffmpeg
Download the latest release from the link below.
To launch the application on Debian and Ubuntu, set the necessary environment variables as follows:
export LANG=en_US.UTF-8
SCALE=2
SCREEN=$(xrandr --listactivemonitors | awk -F " " '{ printf("%s", $4) }')
export AVALONIA_SCREEN_SCALE_FACTORS="$SCREEN=$SCALE"
- Select Folder: Use the folder tree view to select the folder you want to manage.
- Preview Files: Double-click a file in the thumbnail view to display a preview of the file.
- Official Documentation: https://docs.omnius-labs.com/
- Icons provided by: https://icooon-mono.com/
This project is released under the MIT License. For more details, please refer to the LICENSE file.
If you would like to contribute to this project, please contact us through Issues or Pull Requests on GitHub.