Git Product home page Git Product logo

networkmanager's Introduction

Network Manager

License GitHub release GitHub issues CI

NetworkManager support for Liri.

Features

This repository contains:

  • A QML plugin to use and configure NetworkManager
  • An indicator for the shell
  • A configuration module for Settings

Dependencies

Qt >= 5.10.0 with at least the following modules is required:

The following modules and their dependencies are required:

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

Translations

We use Transifex to translate this project, please submit your translations here.

./scripts/txpush.sh

New translations can be pulled from Transifex with:

./scripts/txpull.sh

Notes

Logging categories

Qt 5.2 introduced logging categories and we takes advantage of them to make debugging easier.

Please refer to the Qt documentation to learn how to enable them.

Available categories

  • Network QML plugin:
    • liri.networkmanager: NetworkManager support.

Licensing

Licensed under the terms of the GNU General Public License version 3.

networkmanager's People

Contributors

liri-ci avatar plfiorini avatar transifex-integration[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

damianatorrpm

networkmanager's Issues

Cannot open networkmanager

Your issue may already be reported!
Please search on the issue track before creating one.

Expected Behavior

Open network manager through the Settings app should work as expected

Current Behavior

The following error pops up:
Error loading "Network"
file:///usr/share/liri-settings/modules/networkmanager/main.qml:30 plugin cannot be loaded for module "Liri.NetworkManager": Cannot load library /usr/lib64/qt5/qml/Liri/NetworkManager/libnmplugin.so: (/usr/lib64/qt5/qml/Liri/NetworkManager/libnmplugin.so: undefined symbol: nm_vpn_plugin_info_list_load)

Environment

Latest nightly build image used as live image with Virtualbox. (Also happens if use the same image on a USB stick)

liri networkmanager module does not seem to build with Qt 5.14

It seems I get this build error with building against Qt 5.14 even after attempting to add a #include <QMapIterator> to src/imports/networkmanager/connectionsettings.cpp

[ 89%] Building CXX object src/imports/networkmanager/CMakeFiles/nmplugin.dir/networkmodelitem.cpp.o
In file included from /opt/include/KF5/NetworkManagerQt/networkmanagerqt/settings.h:29,
                 from /opt/include/KF5/NetworkManagerQt/NetworkManagerQt/Settings:1,
                 from /srcbuild/lirios-networkmanager/src/imports/networkmanager/connectionsettings.cpp:24:
/opt/include/KF5/NetworkManagerQt/networkmanagerqt/generictypes.h:44:9: error: ‘QMapIterator’ does not name a type; did you mean ‘operator+’?
 typedef QMapIterator<QString, QString> NMStringMapIterator;
         ^~~~~~~~~~~~
         operator+

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.