Hi Marko,
On Wed 17/12 11:47, Marko Cupać wrote:
> On Wed, 17 Dec 2014 10:53:48 +0100
> Stefan Sperling <[email protected]> wrote:
>
> > Do you have a system dbus running?
> > If not, add dbus_daemon to pkg_scripts in /etc/rc.local.
> >
> > I've never seen this plugin not working for me.
>
> Yep, I am running system wide dbus daemon, here's my pkg_scripts line:
> pkg_scripts=dbus_daemon avahi_daemon avahi_dnsconfd slim
>
> Relevant lines in slim.conf:
> login_cmd exec /bin/sh -l ~/.xinitrc %session
> sessions xfce4
>
> Contents of .xinitrc:
> export LC_CTYPE=en_US.UTF-8
> /usr/local/bin/startxfce4 --with-ck-launch
>
[...]
Maybe useless to say, but you should add the "user session" d-bus part
too; in .xinitrc, something like:
# Start a session bus instance of dbus-daemon
if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
(see /usr/local/share/doc/pkg-readmes/dbus-x.y.z, maybe not needed if
your login/session manager does that for you).
Hope this help
--
Alessandro DE LAURENZIS
[mailto:[email protected]]
LinkedIn: http://it.linkedin.com/in/delaurenzis