Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2014 13:56:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 191296] x11/xdm fails to start xfce4
Message-ID:  <bug-191296-7141-XwDjuwVmT5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191296-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191296-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191296

Mikhail T. <mi@ALDAN.algebra.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mi@ALDAN.algebra.com

--- Comment #2 from Mikhail T. <mi@ALDAN.algebra.com> ---
Oliver, xdm is a perfectly cable login-manager and there is no reason xfce4
should not be working with it.

The solution is proposed here:

https://bugzilla.xfce.org/show_bug.cgi?id=8841

Following the example given over there, I modified my own ~/.xsession to
initialize dbus before launching startxfce4:

if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]
then
        eval `dbus-launch --sh-syntax --exit-with-session`
fi
exec ...... startxfce4

With the above work-around, I am able to login now, but the xfce4 port should
have a new patch added as a fix to make work-around unnecessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191296-7141-XwDjuwVmT5>