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.
 
 
 
Carsten Haitzler 463913ae26 enable econnman agin - apparently q66 is wrong 1 year ago
data Updating desktop files 9 years ago
m4 econnman got icons (ugly, but less than the text versions I had before) 11 years ago
.arcconfig Add arcconfig to econnman 10 years ago
.gitignore Refactor pnac config into a class and separate module 9 years ago
AUTHORS Add support for ieee802.1x wireless networks. 10 years ago
COPYING welcome econnman application. 11 years ago
ChangeLog Add support for ieee802.1x wireless networks. 10 years ago
Makefile.am Fix installation path of econnman.config file 10 years ago
NEWS welcome econnman application. 11 years ago
README enable econnman agin - apparently q66 is wrong 1 year ago
TODO Add TODO and remove eol whitespace added by previous commit. 10 years ago
autogen.sh welcome econnman application. 11 years ago
configure.ac enable econnman agin - apparently q66 is wrong 1 year ago
econnman-bin.in Add support for IPv6 7 years ago
econnman.spec.in Add spec, and allow building on RHEL6. 11 years ago

README

ConnMan User Interface in EFL

*** You don't NEED this. Enlightenment has all you need day to day ***

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!