You are not logged in.

#1 2015-12-14 23:44:40

89c51
Member
Registered: 2012-06-05
Posts: 741

[Solved] Enlightenment E20 doesn't render windows.

Its internal windows to be precise.

Anyone else getting this??

My setup is Xorg with radeon open drivers.



Also the PKGBUILD is missing optional deps (geolocation) and wayland support which is considered supported(ish) on E20.

Last edited by 89c51 (2015-12-16 11:18:48)

Offline

#2 2015-12-15 05:30:51

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Solved] Enlightenment E20 doesn't render windows.

89c51 wrote:

Its internal windows to be precise.

Anyone else getting this??

My setup is Xorg with radeon open drivers.

Works for me on Intel hardware on x86_64

89c51 wrote:

Also the PKGBUILD is missing optional deps (geolocation) and wayland support which is considered supported(ish) on E20.

I'll see if I can add it to 0.20.1, but if they break wayland support as often as they did in 0.19.x it will remove it again for some time.

Offline

#3 2015-12-15 08:17:30

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: [Solved] Enlightenment E20 doesn't render windows.

pressh wrote:
89c51 wrote:

Its internal windows to be precise.

Anyone else getting this??

My setup is Xorg with radeon open drivers.

Works for me on Intel hardware on x86_64

I basically can't use the file manager the settings etc etc. It shows an image of the background on them instead of the content.

pressh wrote:
89c51 wrote:

Also the PKGBUILD is missing optional deps (geolocation) and wayland support which is considered supported(ish) on E20.

I'll see if I can add it to 0.20.1, but if they break wayland support as often as they did in 0.19.x it will remove it again for some time.

Anyone using wayland at this point (be it gnome E or whatever) knows he is on the edge of things.


Another thing thats missing is the packagekit opt dep but i have no idea how well this will work with pacman.


Regards and thanks for the reply.

Offline

#4 2015-12-15 09:58:18

Galerote
Member
Registered: 2010-04-22
Posts: 11

Re: [Solved] Enlightenment E20 doesn't render windows.

Hi,

I haven't tried the official Arch package, but when E20 was released I compiled it myself and I experienced the same problem as you, 89c51. In my case I'm using Intel drivers on x86_64.

So you're not the only one. Guess I'll stick to 0.19.14 at this moment.

Offline

#5 2015-12-15 09:59:27

Ghostofkendo
Member
From: France
Registered: 2008-10-14
Posts: 10

Re: [Solved] Enlightenment E20 doesn't render windows.

89c51 wrote:

Its internal windows to be precise.

Anyone else getting this??

I am getting this behaviour too, and I use the latest intel driver (xf86-video-intel 1:2.99.917+478+gdf72bc5-3) on x86_64.
This happens even with a clean configuration (removing $HOME/.e/).

Offline

#6 2015-12-15 14:39:34

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: [Solved] Enlightenment E20 doesn't render windows.

# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Enlightenment Developers <enlightenment-devel@enlightenment.org>>

pkgname=enlightenment
pkgver=0.20.1
pkgrel=1
pkgdesc="Enlightenment window manager"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('BSD')
depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
         'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
optdepends=('connman: network module'
            'acpid: power events on laptop lid close')
provides=('notification-daemon')
backup=('etc/enlightenment/sysactions.conf'
        'etc/xdg/menus/e-applications.menu')
source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
install=enlightenment.install
sha1sums=('SKIP')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  export CFLAGS="$CFLAGS -fvisibility=hidden"

  ./configure --prefix=/usr --sysconfdir=/etc
  make
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make -j1 DESTDIR="$pkgdir" install

  # install LICENSE
  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}

build 0.20.1 with the above and at least it renders the windows. 

So we wait for ronald to release it.

Offline

#7 2015-12-15 16:21:32

Ghostofkendo
Member
From: France
Registered: 2008-10-14
Posts: 10

Re: [Solved] Enlightenment E20 doesn't render windows.

89c51 wrote:

build 0.20.1 with the above and at least it renders the windows.

Indeed, problem fixed for me too with version 0.20.1.
Thanks 89c51.

Offline

#8 2015-12-16 07:49:32

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [Solved] Enlightenment E20 doesn't render windows.

Please test the new efl 1.16.0-2 and enlightenment 0.20.1-1 packages I just pushed. It should have wayland support now but I have no time to figure out how to use it, so wayland support is still untested.

Offline

#9 2015-12-16 09:58:36

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: [Solved] Enlightenment E20 doesn't render windows.

X works and at the moment this is what matters. smile

Thanks for solving it fast.

Offline

Board footer

Powered by FluxBB