Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread The Rasterman
On Tue, 11 Sep 2012 07:20:39 +0530 Amit S said: well the fact that you are trying to use ecore_x libs from ubuntu packages implies that ecore_x didn't build - which means u are missing dev pkgs for x. a window not being able to be created in x11 means either evas's software-x11 enigne is missing

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread Amit S
Hi, Yes. I am very much familiar with the linux env and dev packages. I installed dev packages. On Sep 11, 2012 7:06 AM, "Carsten Haitzler" wrote: > On Mon, 10 Sep 2012 20:48:45 +0530 Amit S said: > > > Some more info if it helps. > > > > I am using fresh installation of Ubuntu 12.04. No applic

Re: [e-users] Getting Enlightenment on GDM Sessions Menu

2012-09-10 Thread The Rasterman
On Mon, 10 Sep 2012 15:24:18 -0400 Michael Hughes said: > Raster > > Re: fun and games with GDM "TryExec" > > I set up a script as you suggested and referenced it in "TryExec" with > an explicit path. Enlightenment disappears from the menu and the script > does NOT appear to execute. > > I

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread The Rasterman
On Mon, 10 Sep 2012 20:48:45 +0530 Amit S said: > Some more info if it helps. > > I am using fresh installation of Ubuntu 12.04. No applications downloaded > from Synaptic. > Since plain dependencies installation via aptitude did not work out, I also > downloaded e17 libraries from Synaptic. >

Re: [e-users] Getting Enlightenment on GDM Sessions Menu

2012-09-10 Thread Michael Hughes
Raster Re: fun and games with GDM "TryExec" I set up a script as you suggested and referenced it in "TryExec" with an explicit path. Enlightenment disappears from the menu and the script does NOT appear to execute. I noticed that "gnome.desktop" references "gnome-session" without a path so I

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread Amit S
Some more info if it helps. I am using fresh installation of Ubuntu 12.04. No applications downloaded from Synaptic. Since plain dependencies installation via aptitude did not work out, I also downloaded e17 libraries from Synaptic. May be that downloaded additional X11 binaries ? Regards, Amit

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread David Seikel
On Mon, 10 Sep 2012 20:11:22 +0530 Amit S wrote: > Yayy! > > Got it working... > > For people who are stuck like me, > > I did following steps to resolve it. > > 1. Removed all previously installed EFL libraries. > 2. Installed all the required dependencies > 3. Compiled, Build & installed as

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread Amit S
Yayy! Got it working... For people who are stuck like me, I did following steps to resolve it. 1. Removed all previously installed EFL libraries. 2. Installed all the required dependencies 3. Compiled, Build & installed as suggested in the downloads link. However, even then there was an issue

Re: [e-users] Terminology - screen artifacts

2012-09-10 Thread Mehturt
On Mon, Sep 10, 2012 at 12:03 PM, Cedric BAIL wrote: > On Mon, Sep 10, 2012 at 6:58 PM, Mehturt wrote: >> I am using finch within GNU screen in terminology. >> Sometimes I see various artifacts, the windows are bit distorted (see >> https://picasaweb.google.com/Mehturt/Various?authkey=Gv1sRgCKK58

Re: [e-users] Terminology - screen artifacts

2012-09-10 Thread Cedric BAIL
On Mon, Sep 10, 2012 at 6:58 PM, Mehturt wrote: > I am using finch within GNU screen in terminology. > Sometimes I see various artifacts, the windows are bit distorted (see > https://picasaweb.google.com/Mehturt/Various?authkey=Gv1sRgCKK58tiy-7XlLg#5786484074724570018). > Previously I used mrxvt a

Re: [e-users] Terminology - screen artifacts

2012-09-10 Thread Mehturt
I am using finch within GNU screen in terminology. Sometimes I see various artifacts, the windows are bit distorted (see https://picasaweb.google.com/Mehturt/Various?authkey=Gv1sRgCKK58tiy-7XlLg#5786484074724570018). Previously I used mrxvt and urxvt as the terminal, and I've never seen those. Who

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread Amit S
Hi, When I try running the same program with root permissions, my machine hangs and I have to do cold boot. (unbelievable that Linux hangs!!) Yes. I checked the EFL dependencies ( http://web.enlightenment.org/p.php?p=download&l=en). I tried to cover all the dependencies except the ones mentioned

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread The Rasterman
On Mon, 10 Sep 2012 11:27:01 +0530 Amit S said: it can't create a window... and it's trying to fall back to other engines. did evas, ecore etc. compile with x11 support? if u are trying to get windows in x11.. x11 support is pretty useful. :) if it is - do u have permission to display? runing as

Re: [e-users] Runtime Error - Cannot create window

2012-09-10 Thread Sanjeev BA
Not working from a terminal is weird, because it works here. Also, there seems nothing special in the test code. Is Anjuta installing its own set of EFL libs - which is taking precedence over your installation? Just guessing. find / -name "libeina*" ? On Mon, Sep 10, 2012 at 3:54 PM, Amit S w