This post is powered by
Exalt
Here is what I did to make it work:
1) Added Limbo and:
- Code: Select all
equo install exalt
(quite unpredictable)
2) following:
joost wrote:From trunk:
Gentoo
If you want add the daemon in your init, you can use the script in daemon/data/init.d/gentoo:
cp data/daemon/data/init.d/gentoo /etc/init.d/exaltd
rc-update add exaltd default
The init script is here:
http://trac.enlightenment.org/e/browser ... t.d/gentoo
I downloaded the script in
/home/micia/gentoo, I executed in a console, as root:
- Code: Select all
mv /home/micia/gentoo /etc/init.d/exaltd
chmod ugo+x /etc/init.d/exaltd
rc-update del NetworkManager default
rc-update add exaltd default
3) reboot to an enlightenment session
4) In the new session:
main-menu->Settings->Modules, I loaded the module: System->Connection Manager
right click on the panel -> Shelf bottom -> Contents, Select
Connection Manager, Add Gadget.
5) Here is the pretty unpredictable part,
Exalt complains about missing
connman, checking the
rc.log I see:
- Code: Select all
* Starting Exalt daemon ...
* start-stop-daemon: /usr/local/sbin/exalt-daemon does not exist
[ !! ]
So, after setting up manually my wireless with the good old
iwconfig,
ifconfig and
dhclient, I did:
- Code: Select all
equo install connman
rc-update add connman default
6) reboot to an enlightenment session.
7) I have my beautiful
Exalt gadget that works just fine, it is fast and quite usable.
So, it seems that, ironically with my first post,
Exalt (at least this version) is a frontend for
connman, and it works
Way better than
connman-gnome.
And it also seems that the script pointed out by
joost is not useful for this version of
Exalt, at least not if you have
connman...
Also,
Fitzcarraldo, it looks like that for adding the
systray to the panel, you have to go, after the procedure that I went into, on the panel and
right-click->Shelf Bottom->Contents and Add the systray gadget.
Sorry for my clumsy procedure, this is just my second time on Enlightenment
