Go to file
Carsten Haitzler 27e1311a80 make econnman not build out of the box - broken on py3 and not needed 2022-01-31 15:07:22 +00:00
data Updating desktop files 2014-09-11 21:51:04 +02:00
m4 econnman got icons (ugly, but less than the text versions I had before) 2012-07-07 05:13:06 +00:00
.arcconfig Add arcconfig to econnman 2014-01-20 15:10:09 +01:00
.gitignore Refactor pnac config into a class and separate module 2014-07-16 11:52:26 +03:00
AUTHORS Add support for ieee802.1x wireless networks. 2013-12-13 18:09:54 +02:00
COPYING welcome econnman application. 2012-07-02 03:26:05 +00:00
ChangeLog Add support for ieee802.1x wireless networks. 2013-12-13 18:09:54 +02:00
Makefile.am Fix installation path of econnman.config file 2013-12-13 18:53:04 +02:00
NEWS welcome econnman application. 2012-07-02 03:26:05 +00:00
README make econnman not build out of the box - broken on py3 and not needed 2022-01-31 15:07:22 +00:00
TODO Add TODO and remove eol whitespace added by previous commit. 2013-12-13 18:22:43 +02:00
autogen.sh welcome econnman application. 2012-07-02 03:26:05 +00:00
configure.ac make econnman not build out of the box - broken on py3 and not needed 2022-01-31 15:07:22 +00:00
econnman-bin.in Add support for IPv6 2016-03-05 08:20:56 +02:00
econnman.spec.in Add spec, and allow building on RHEL6. 2012-12-27 10:20:26 +00:00

README

ConnMan User Interface in EFL

*** DOES NOT WORK WITH PYTHON 3 ***

REQUIREMENTS
============

 * Python-Elementary >= 1.7.0
 * Python-E_DBus >= 1.7.0
 * Python >= 2.7


RUNNING
=======

Executing econnman without arguments will start it WITHOUT the agent
support. Any requested interaction will be left to existing agents, if
any. This means that if you need to input passwords, it will use
another agent.

If you do not have another agent and need to type in passwords, then
start econnman with the agent support:

        econnman-bin --agent



BUILDING AND INSTALLING
=======================

This package uses automake, so execute:

Build::

        ./configure --prefix=/usr --localstatedir=/var
        make all

Install::

        make install
        chown root:users /var/lib/connman/econnman.config
        chmod g+w /var/lib/connman/econnman.config

If you wish to install at alternative locations, then make sure to
configure your PYTHONPATH to be able to access this location!