kde-extraapps/plasma-nm
2015-09-21 01:46:42 +00:00
..
applet generic: optimize png images with optipng 2015-07-26 23:49:06 +03:00
editor generic: proper support for icon and caption in .desktop files 2015-09-21 01:46:42 +00:00
kded generic: major build system cleanup 2015-09-02 02:13:50 +03:00
libs generic: misc cleanups 2015-09-02 08:54:43 +03:00
po plasma-nm: sync with upstream (v0.9.3.6) 2015-04-07 21:43:03 +00:00
settings generic: major build system cleanup 2015-09-02 02:13:50 +03:00
vpn generic: misc cleanups 2015-09-03 01:45:50 +03:00
CMakeLists.txt plasma-nm: include libnm-glib headers directories 2015-08-31 05:48:32 +03:00
config.h.cmake import plasma-nm with minor changes 2015-03-27 21:32:00 +00:00
COPYING import plasma-nm with minor changes 2015-03-27 21:32:00 +00:00
COPYING.LIB import plasma-nm with minor changes 2015-03-27 21:32:00 +00:00
FindMobileBroadbandProviderInfo.cmake import plasma-nm with minor changes 2015-03-27 21:32:00 +00:00
Messages.sh import plasma-nm with minor changes 2015-03-27 21:32:00 +00:00
README import plasma-nm with minor changes 2015-03-27 21:32:00 +00:00

Plasma-nm
========================

Plasma applet written in QML for managing network connections

Dependencies:
-------------
  * libnm-qt - 0.9.8.2 (git NM/0.9.8 branch) or newer version
    - requires NetworkManager 0.9.8.4+, but NetworkManager 0.9.8.10 is recommended
    - requires libmm-qt 1.0.x (MM/1.0 branch) if you want ModemManager support or newer version

Optional dependencies:
---------------------
  * libmm-qt
    - requires ModemManager 1.0+
    - Plasma-nm is compiled with ModemManager support by default when libmm-qt is found,
      when you want to explicitly disable ModemManager support, use -DDISABLE_MODEMMANAGER_SUPPORT=true cmake parameter.

  * openconnect
    - if you want to build the OpenConnect VPN plugin

  * NetworkManager-openvpn|openconnect|openswan|l2tp|strongswan|pptp|vpnc
    - these are runtime dependencies for VPN plugins

Compiling:
----------
  mkdir build
  cd build
  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr [-DDISABLE_MODEMMANAGER_SUPPORT=true]
  make
  # As root:
  make install


BUGS:
-----
Submit bugs and feature requests to KDE bugzilla, product plasma-nm:

https://bugs.kde.org/describecomponents.cgi?product=plasma-nm


NetworkManager specification:
------------------------------
http://projects.gnome.org/NetworkManager/developers/api/09/spec.html
http://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html
https://developer.gnome.org/ModemManager/unstable/