View Single Post
Posts: 43 | Thanked: 12 times | Joined on Dec 2010
#1745
Originally Posted by carlon View Post
@trisha02 and @witteyheart

I made a mistake with the code, here is the one you should use:

leafpad /etc/event.d/dbus-scripts-session

replace whats there with the code below then reboot. or follow Karams post on pg 174

description "dbus-scripts-session"
author "Graham Cobb <g+770@cobb.uk.net>"

start on started hildon-desktop
stop on stopping hildon-desktop

console none

exec run-standalone.sh /usr/sbin/dbus-scripts --session

respawn
thanks...tried but no success...still getting 1000 while checking..
after opening dbus-scripts-session, pasted everything from description to respawn...is that the correct way?