On Sat, 22 Oct 2016 10:06:50 +0200 Pierre Couderc <[email protected]> said:
> > > On 10/21/2016 04:33 PM, Dave wrote: > > ~/.xsession-errors ? > > > > > > In the year 2016, of the month of October, on the 21st day, Massimo > > Maiurana wrote: > >> Xorg.log in /var/log or in ~/.local/share/xorg? > >> > >> > > 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. :( -- ------------- 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
