Packaging for nm-tray
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Simon Quigley 6943758106
Release to Bionic.
6 years ago
dbus New upstream version 0.3.0 6 years ago
debian Release to Bionic. 6 years ago
resources New upstream version 0.3.0 6 years ago
src New upstream version 0.3.0 6 years ago
translations New upstream version 0.3.0 6 years ago
.gitignore New upstream version 0.3.0 6 years ago
CMakeLists.txt New upstream version 0.3.0 6 years ago
COPYING New upstream version 0.3.0 6 years ago
README.md New upstream version 0.3.0 6 years ago

README.md

nm-tray

nm-tray is a simple NetworkManager front end with information icon residing in system tray (like e.g. nm-applet). It's a pure Qt application. For interaction with NetworkManager it uses API provided by KF5::NetworkManagerQt -> plain DBus communication.

! This is work in progress and there are still many TODOs and debugs all around in the code !

License

This software is licensed under GNU GPLv2 or later

Build example

git clone https://github.com/palinek/nm-tray.git
cd nm-tray
mkdir build
cd build
cmake ..
make
./nm-tray

Packages

For arch users there is an AUR packge nm-tray-git (thanks to pmattern).

For openSUSE users there is a package in the X11:LXQt:git devel project of OBS.