Skip to content

omnius-labs/lxna-cs

Repository files navigation

Lxna - Omnius File Manager (Desktop app)

test chat

Lxna is a desktop file manager developed by Omnius Labs, optimized for managing and previewing images and video files with a user-friendly interface.

Demo

Features

  • 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").

Getting Started

Installation Requirements

Before installing Lxna, ensure your system has the necessary dependencies installed:

Debian and Ubuntu

sudo apt-get install -y ffmpeg

Windows

scoop install ffmpeg

Installation

Download the latest release from the link below.

Launching the Application

Debian and Ubuntu

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"

How to Usage

  1. Select Folder: Use the folder tree view to select the folder you want to manage.
  2. Preview Files: Double-click a file in the thumbnail view to display a preview of the file.

Documentation

Links

Contributing

If you would like to contribute to this project, please contact us through Issues or Pull Requests on GitHub.

License

This project is released under the MIT License. For more details, please refer to the LICENSE file.