But, if you still want to install a taskbar, apparently there is an ebuild for itask-ng (amongst others) in the Portage Enlightenment overlay or EFL overlay. You would have to do the following in a Terminal window or VT to (try to) install it:
- Code: Select all
$ su
Password: <--- enter root user's password
# emerge --sync
# layman -s sabayon
# layman -a enlightenment
# emerge -1v itask-ng
# equo rescue spmsync
The last line is to tell Entropy what you did via Portage.
You may get an error message about the package being masked by keyword, in which case you'd need to add a line to the Portage keywords file:
- Code: Select all
# echo "x11-plugins/itask-ng **" >> /etc/portage/package.keywords
The package name may have been changed to x11-plugins/e_modules-itask-ng so you'll have to adjust the above lines as necessary if you get error messages.
If the above daunts you, just put in a request for the package to be added to the Entropy repository (see the link 'Bugs' at the top of this page). While you're at it, you could ask for x11-plugins/e_modules meta package to be added too, so you can get all the other E17 modules.