On Mon, Oct 1, 2012 at 4:05 PM, Mike Belopuhov <m...@belopuhov.com> wrote:
> On Mon, Oct 1, 2012 at 3:20 PM, Mike Belopuhov <m...@belopuhov.com> wrote:
>> On Mon, Oct 1, 2012 at 12:19 PM, Mike Belopuhov <m...@belopuhov.com> wrote:
>>> On Tue, Sep 4, 2012 at 2:56 PM, Manuel Giraud <man...@ledu-giraud.fr> wrote:
>>>> jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:
>>>>
>>>>> I'm running the no_x11 flavor on i386 since a few hours, without
>>>>> a problem.  The gtk3 and (default) gtk2 flavors are building fine,
>>>>> athena is on the way, but please do test them, as I don't use those
>>>>> flavors.
>>>>
>>>> Can't really comment on the port changes but I'm using the default gtk2
>>>> flavor for 3 days now without issue.
>>>>
>>>> --
>>>> Manuel Giraud
>>>>
>>>
>>> unfortunately I had to roll back to 23.  emacs gtk2 flavor hangs
>>> on exit in approx. 50% of cases.  if you start it from an xterm,
>>> the control is returned to the terminal, but the window doesn't
>>> get destroyed.
>>>
>>> it might be a problem with our rthreads or the snapshot I'm
>>> running here (sep 11), but unfortunately i don't have time to
>>> look closer at this right now. the only thing is that i've been
>>> running 24.0 (or 24.1) w/o this problems for months so it
>>> might be a regression in 24.2. don't quote me on that though.
>>>
>>> cheers,
>>> mike
>>
>> adding --without-{dbus,gconf,gsettings} fixes the issue...
>> dbus is running and was started via rc.d.
>
> hmm, adding dbus to my .xsession instead and doing a full
> relogin solved the problem...
>
> if [ -x /usr/local/bin/dbus-launch -a \
>      -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
>         eval `dbus-launch --sh-syntax --exit-with-session`
> fi
>
> apparently the dbus from /etc/rc.d is for different purposes.

thanks to ajacoutot for hints.

Reply via email to