
Netctl GUI
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
NOTE LOOKING FOR TRANSLATORS!
Qt4/Qt5 graphical interface for netctl (several scripts for work with network connection in Archlinux). It may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE4/KF5.
Feel free to ask me for a new features =)
INSTALL
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ../
make && sudo make install
Available cmake flags:
* components:
-DBUILD_DATAENGINE:BOOL=0 - do not build DataEngine
-DBUILD_GUI:BOOL=0 - do not build GUI
-DBUILD_HELPER:BOOL=0 - do not build helper daemon
-DBUILD_LIBRARY:BOOL=0 - do not build library
-DBUILD_PLASMOID:BOOL=0 - do not build Plasmoid
* additional components:
-DBUILD_DOCS:BOOL=0 - do not build developer documentation
-DBUILD_TEST:BOOL=1 - build auto tests for the library and the helper
* project properties:
-DDBUS_SYSTEMCONF_PATH=/etc/dbus-1/system.d/ - path to dbus system configuration files
-DSYSTEMD_SERVICE_PATH=lib/systemd/system - path to systemd services
-DUSE_CAPABILITIES:BOOL=0 - do not use setcap to get privileges to the helper
-DBUILD_KDE4:BOOL=1 - build plasmoid for KDE4 instead of KF5
-DUSE_QT5:BOOL=0 - use Qt4 instead of Qt5 for GUI
Dependencies
netctl
qt5-base (if Qt5 is used) or qt4 (if Qt4 is used)
Optional dependencies
kdebase-workspace (KDE4 widget)
plasma-frameworks (KF5 widget)
sudo and kdebase-runtime (sudo support)
wpa_supplicant (WiFi support)
Make dependencies
cmake
automoc4 (if Qt4 is used)
qt5-tools (if Qt5 is used)
5 years ago
Full CHANGELOG
https://github.com/arcan1s/netctl-gui/blob/master/CHANGELOG
5 years ago
Full CHANGELOG
https://github.com/arcan1s/netctl-gui/blob/master/CHANGELOG
sysads
6 years ago
How to I compile this app on Ubuntu 14.04. I have install qt5 but getting error.
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by "Qt5LinguistTools"
with any of the following names:
Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake
Report
Buddlespit
6 years ago
Source for qt5liguisttools
Report