Skip to content

Lepidopteran/icon-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nett Icon Viewer

Nett Icon Viewer is a program that displays icons from a GTK icon theme.

The word Nett is German for "Nice", so the literal translation of the name is "Nice Icon Viewer."

Building

The main application is built with gtk-rs so you must have the required dependencies for it to be installed.

Prerequisites

Fedora

sudo dnf install gtk4-devel

Debian/Ubuntu

sudo apt install libgtk-4-dev build-essential

Arch Linux

sudo pacman -S gtk4 base-devel

Building

cargo build

Running

To test/run the application you can run:

cargo run

Installing

It is planned to be able to install the application using flatpak, but I haven't been able to that yet.

For now, you can use meson and ninja to install the application.

Prerequisites

Fedora

sudo dnf install meson ninja

Debian/Ubuntu

sudo apt install meson ninja-build

Arch Linux

sudo pacman -S meson ninja

Building

To install the application you need meson and ninja.

meson build
ninja install -C build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to use conventional commit messages when committing.

License

GNU General Public License v3.0