A replacement for nm-connection-editor. Written in C++, using Qt and NetworkManagerQt.
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.
 
 
Aaron Rainbolt 03fab13c88
More progress on a bunch more components, fully implemented connection deleting
1 year ago
CMakeLists.txt More progress on a bunch more components, fully implemented connection deleting 1 year ago
README.md More progress on a bunch more components, fully implemented connection deleting 1 year ago
connectionsettingsengine.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
connectionsettingsengine.h More progress on a bunch more components, fully implemented connection deleting 1 year ago
ethernetsettings.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
ethernetsettings.h More progress on a bunch more components, fully implemented connection deleting 1 year ago
ethernetsettingstab.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
ethernetsettingstab.h More progress on a bunch more components, fully implemented connection deleting 1 year ago
ethernetsettingstab.ui More progress on a bunch more components, fully implemented connection deleting 1 year ago
generalsettingstab.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
generalsettingstab.h More progress on a bunch more components, fully implemented connection deleting 1 year ago
generalsettingstab.ui More progress on a bunch more components, fully implemented connection deleting 1 year ago
genericsettings.ui More progress on a bunch more components, fully implemented connection deleting 1 year ago
lubuntu-connection-editor_en_US.ts Initial import (main window mostly implemented) 1 year ago
main.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
networkcreator.cpp Initial import (main window mostly implemented) 1 year ago
networkcreator.h Initial import (main window mostly implemented) 1 year ago
networkcreator.ui Initial import (main window mostly implemented) 1 year ago
networkdeleter.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
networkdeleter.h More progress on a bunch more components, fully implemented connection deleting 1 year ago
networkdeleter.ui More progress on a bunch more components, fully implemented connection deleting 1 year ago
networkselector.cpp More progress on a bunch more components, fully implemented connection deleting 1 year ago
networkselector.h Initial import (main window mostly implemented) 1 year ago
networkselector.ui Initial import (main window mostly implemented) 1 year ago

README.md

lubuntu-connection-editor - A simple application for creating, removing, and modifying NetworkManager connections

This is a straightforward-as-possible Qt reimplmentation of the nm-connection-editor tool from GNOME. It uses NetworkManagerQt (from the KDE project) behind the scenes to do all the heavy lifting.

THIS PROJECT IS IN EARLY ALPHA. It may crash or eat your computer, so treat it with caution.

Build instructions

sudo apt build-dep lubuntu-connection-editor
mkdir build
cd build
cmake ..
make -j$(nproc)

Do not use sudo make install - this will bypass the apt package manager and possibly cause trouble. Instead, package this for your distribution following the guidelines and best practices of that distro. If building for Ubuntu, we recommend using either debuild (if working on Ubuntu packages is something you do rarely and you want something that's quick to set up) or sbuild (if you need to build packages all the time).