Keyboard is not working properly when launching DBUS session bus from rc.sysinit
prashant pathak
prashant.k.pathak at gmail.com
Sun Jan 17 22:02:51 PST 2010
>
> When launching dbus session bus (using dbus-lauch) my keyboard is not
> working properly i.e. some time it does not detect. I am launching dbus
> session bus in rc.sysinit as below
>
> echo -n "**Launching session bus** "
> if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
> ## if not found, launch a new one
> eval `dbus-launch --sh-syntax --exit-with-session`
> echo "DBUS_SESSION_BUS_ADDRESS=$DBUS_SESSION_BUS_ADDRESS" >
> /etc/profile.d/dbus_session.sh
> fi
>
>
> if [ -x /usr/sbin/my_service ] ; then
> (
> nice -n 20 /usr/sbin/my_service &
> )
> fi
>
Please provide a solution.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/dbus/attachments/20100118/0d5e592d/attachment.htm
More information about the dbus
mailing list