NetGUI
NetGUI copied to clipboard
NetGUI is an official rewrite of what was originally known as WiFiz. NetGUI is a GUI frontend to NetCTL, a network manager developed for Arch Linux.
Python2 was EOL a while ago and requiring it's use, even for the PKGBUILD, is a security concern. The PKGBUILD must be updated to use Python3 instead of Python2.
I installed the AUR package on Manjaro Cinnamon and the GUI will not launch: ``` $ su -c "netgui" Traceback (most recent call last): File "/usr/share/netgui/main.py", line 559, in NetGUI()...
Currently there is no notion about 802.1x, certificates, etc. for wired connection. Nowadays it's necessary to support it as many companies, universities etc. use it.
We need to incorporate a tray icon for the program, and I think one great option is surfatwork's netctl Gnome Shell applet. While this will only satisfy it on Gnome,...
The preferences dialog needs to be fully working. Currently, only the section related to the interface is working. Functions that still need to work are: 1. Default Profile - Automatically...
The help function does not work. This is purely because it has not been programmed (it is the last thing I worried about). The help function should be fully functioning...
There is no profile editor in the program. NetGUI should implement one. NetGUI's profile editor will: 1. Have autocompletion of NetCTL variables 2. Have syntax highlighting 3. Be fully integrated...