On Sun, 23 Oct 2016 18:56:55 +0200 Pierre Couderc <[email protected]> said:

> 
> 
> On 10/23/2016 03:32 AM, Carsten Haitzler (The Rasterman) wrote:
> > I get this not from a log but as an output on tty :
> >
> >
> > RESTART: 0.03929 [0.00000] - E_Msgbus Init
> > <<<< Enlightenment Error >>>>
> > Enlightenment cannot create a dbus session connection.
> > At best this will break many things, at worst it will hard lock your
> > machine.
> > If you're sure you know what you're doing, export E_NO_DBUS_SESSION=1
> > E: Begin Shutdown Procedure!
> > E - PID=628, valgrind=0
> >
> > Is there some dbus thing that I should start ?
> >
> > I have used a minimum jessie installation + xinit + xorg then :
> >
> > https://www.enlightenment.org/distros/debian-start
> > enlightenment_starts checks to see if it has a dbus session environment
> > variable set (meaning it's in a dbus session). if it doesn,t it re-executes
> > itself using dbus-launch. this ensures enlightenment has a dbus session to
> > work with. this is used to advertise remote ipc for efm for example so
> > enlightenment_open works from things like xdg-open (once updated) etc.
> > enlightenment now starts and tries to connect to the session bus.
> > dbus-launch should have taken care of this. this connect to the session bus
> > is failing. you can force e to ignore the lack of a session bus with export
> > E_NO_DBUS_SESSION=1 before running enlightenment (or
> > enlightenment_start)... but no session bus is your problem. something lower
> > down in the system quite possibly. what? needs debugging. specific to your
> > system it seems. :(
> >
> >
> Thank you. Sure that no dbus-session is my problem....
> But it is your problem too for the time you spend answering me. Thank 
> you for that !
> In fact, I do not know what is dbus, but I have checked that dbus-launch 
> is not installed !
> So :
> - I think there is a bug in enlightenment "make install" that would 
> check that dbus-launch is installed. !

oh. this is certainly not a build requirement so it should not be checked by
the build. it's a runtime requirement. i guess debian splits this off from
dbus. we do list dbus as a requirement and dbus-launch comes from the dbus
package/software, but debian is splitting this up into little packages so it
seems you have to chase this down. :( this probably should be added to the
debian (and likely ubuntu etc.) specific wiki info above as a requirement for
enlightenment.

> - I have installed it (with dbus-x11 package) and now I have the errors :
> ESTART: 0,05142 [0,00002] - Compositor Init
> <<<< Enlightenment Error >>>>
> Enlightenment ne parvient pas à initialiser Ecore_X !

well.. e cant init x. ecore_x_init() is failing. it cannot connect to the
xserver. connection is failing. xopendisplay is failing.

is $DISPLAY set? do you have an authentication issue? likely auth/permissions
of some sort.

> <<<< Enlightenment Error >>>>
> Enlightenment cannot create a compositor.
> 
> E: Begin Shutdown Procedure!
> E - PID=29805, valgrind=0
> 
> My system is  a basic minimum debian system (with no session manager), 
> and nothing more installed more than vim,sudo...
> and  all that is required in 
> https://www.enlightenment.org/distros/debian-start
> 
> Are other things needed that are not in this page ?

missing maybe xauth? you are likely missing some basics to allow anything to
log into x. like dbus-x11 before was basic for any DE that uses dbus (all of
the major ones do).

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to