Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How To Install Enlightenment 0.20.2 on Ubuntu 15.10 Wily Werewolf And Ubuntu 14.04 Trusty Tahr

$
0
0

As you may know, Enlightenment is an open-source desktop environment, which contains customizations with animations, effects and dedicated applications.

The latest version available is Enlightenment 0.20.2, which has been recently released, coming with a bunch of fixes only:

  • Add missing function prototype for e_winlist_direction_select
  • emix: Rename parameter bool to mute
  • wayland: Add support for wl_surface.damage_buffer
  • alsa: fix a valgrind warning
  • mixer: only save state if not in init
  • simplify e_mouse_update() code for x11 compositors
  • only show x11 clients during MapNotify/Request if they have Normal state
  • show non-new x11 clients immediately when changing Withdrawn -> Normal
  • ignore withdrawn state for x11 override clients during show
  • Set QT_QPA_PLATFORM theme to gtk2
  • enhance winlist next window selection

Installation instructions:

Up to date packages are available via some third party PPA, so installing the software on Ubuntu 15.10 Wily Werewolf and Ubuntu 14.04 Trusty Tahr systems is easy.

All you need to do is add the PPA to your system, update the local repository index and install the enlightenment package:

$ sudo add-apt-repository ppa:niko2040/e19
$ sudo apt-get update
$ sudo apt-get install enlightenment

Optional, to undo the changes, do:

$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:niko2040/e19

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles