Hacker News new | ask | show | jobs
by jszmajda 4835 days ago
FWIW, the ppa is hannes-janetzek/enlightment-svn, and you can try it out in Ubuntu with:

sudo apt-add-repository ppa:hannes-janetzek/enlightment-svn

sudo apt-get update

sudo apt-get install terminology

great effort coming along. I'm sticking with terminator for now but will keep my eye on terminolog.

2 comments

Unfortunately, terminology seems to be broken for me :(

  [buster@Fry➔ ~] terminology 
  terminology: symbol lookup error:   /usr/lib/libelementary.so.1: undefined symbol:   ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_ACTIVATE
You might get this error when your EFL stack needs upgrading. Did you use the PPA? What version of Ubuntu are you on?

For me, I wasn't able to finish apt-get upgrade without uninstalling an old libefl and all of its dependencies (some libraries that have been since merged into libefl I think), then installing again.

Try doing `apt-get dist-upgrade`

I had theefl-trunk installed before, but ppa-purge didn't remove everything, i suppose. Went through libe* libraries and purged whatever came from e17. Installed again.. working now, woohooo!
I never heard of ppa-purge before. Thanks for playing! :)
I'm wondering.. when i hit ctrl-shift-t it seems to open a new terminal? Atleast i get a new prompt.. but no way to switch?
Confirmed. I have no idea what it's doing, maybe this is preliminary support for tabs. You have more terminals to log out from after ctrl+shift+t.
You misspelt:

    sudo apt-add-repository ppa:hannes-janetzek/enlightenment-svn
ah, so I did. Thanks!