Hi, I had this error before but on my case was that I compiled one of the libs witouth having some dev libs. It was a pain since I had to check the configure of each one.
It's not much but hope it helps. Your last mail made me think you were calling enlightenment_start directly from you tty after you login, hoping it would start X. I was obviously wrong. Using 'startx' and letting it execute your .xinitrc should have work. Another thing you cant try is putting : sleep 5s && exec /usr/bin/enlightenment_start & sleep 10s In your .xinitrc and comment your original line. What this will do is waiting 5 seconds before running enlightenment, to see if X starts successfully. then it will run enlightenment for 10 seconds, and exit. If you still get the same error with that, then it will begin to be harder for me to help you, and it will need some debug to see where exactly in ecore_x_init() it exits. I think this is the first time i see someone with this error. Le 23/08/2013 11:39, Asma a écrit : > I'm sorry but I didn't quite catch your last reply... > Does this mean that I need to change the contents of the .xinitrc file or > change the command line script? > I am using xdm as the login manager and 'startx' script works fine. > > But how do I ideally start enlightenment after launching X? > > So thats why. > Enlightenement wont start X. > X must be started first, it will then execute your .xinitrc, and so, > launch enlightenment. > You can launch X using the 'startx' script or any login manager. > ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
