milisarge / connman-gtk

ConnMan GTK GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connman-gtk-nobluetooth

GTK GUI for ConnMan.

This is a fork that removes the Bluetooth functionality, which was not working for me and interferred with Blueberry.

screenshot-1 screenshot-2

Dependencies

  • intltool
  • GLib
  • GTK >= 3.10

Optional dependencies

  • openconnect
    • Easier authentication to AnyConnect VPNs

Usage

connman-gtk [options]

--help

Show help.

--no-icon

Disable status icon.

--tray

Launch to tray.

--use-fsid

Use FSID when connecting to OpenConnect networks.

Installation

meson [configuration options] <builddir>
cd <builddir>
ninja
ninja install # as root, if needed

configure options

-Duse_status_icon=[true,false]

Enable or disable the status icon. Future GTK versions might remove the support for status icons, but as of 3.18 the support is still there, just deprecated.

-Duse_openconnect=[yes,no,check,dynamic]

Enables use of openconnect for easier authentication for AnyConnect VPNs. Using 'dynamic' will load the library at runtime, if present. Default argument is 'check' which checks for the library at configure time.

License

GPLv2, see LICENSE

About

ConnMan GTK GUI

License:GNU General Public License v2.0


Languages

Language:C 97.9%Language:Meson 1.6%Language:Roff 0.4%Language:Python 0.2%