dbus is in your daemons array, so you should not need to start it manually. If for some reason you think you should, then use `rc.d restart dbus`. If a service is not running the restart command will simply start it, but if it is already running, restart will stop it, then start it again.You will, however, need a dbus-session (different from the dbus daemon). If you get dbus erro
^ There should be a dbus session for each user that is logged into your computer along with the one for root.The users session-bus is started at login, I belive by your login manager.If you already have another notification daemon running and it works you have a session bus for that user since all notifications are sent over dbus.You can check if you have a session-bus after you are logged in by c
Hi all.I recently re-installed Arch on my laptop, partly to migrate away from Gnome cleanly. I have been using KDE for a week now, but recently the login manager has gone wrong.I booted my laptop up and the first thing I noticed was a fallback KDM session with no background and a clock. I tried logging in and got an error message reffering me to the KDE log.
Thanks for the reply, Trilby!Trilby wrote:I've never used lxdm, but I suspect you need to add dbus-launch to the exec line of your window manager.To test this, first check a process monitor like hop or pstree. You should have three processes with dbus in the name: 2 dbus-daemon processes (one for user "dbus" and one for your user), and 1 dbus-launch.I think that you are sugges
I have a script that has to be run under root, with bindings to dbus.
DBUS_SESSION_BUS_ADDRESS = 'address set under .dbus file ...'
class NewApp(dbus.service.Object):
def __init__(self):
busname = dbus.service.BusName('org.newapp', dbus.SessionBus(mainloop=DBusGMainLoop()))
dbus.service.Object.__init__(self, busname, '/org/newapp')
@dbus.service.method('org.newapp', out
Hi all
I hope someone can help me with this one.
A dbus-daemon process hogs a major part of my cpu cycles. I've been trying to find a solution all over but didn't manage so I'm turning to the collected knowledge-base here.
See below cut from top and ps aux | grep dbus-daemon
I'm on a opensuse 11.1 and kde 4.3 system.
Thanks
Try adding "dbus-launch" to your ~/.xinitrc:[...]
exec dbus-launch startfluxbox
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-10-12T20:25:19Z
yourealwaysbe wrote:Thanks again for all your help Here's my current pstree:systemd
├─acpid -f
├─agetty --noclear tty1 38400
├─at-spi-bus-laun
│ ├─dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
│ └─3*[{at-spi-bus-laun}]
├─at-spi2-registr --use-gnome-session
│ └─{at-spi2-registr}
├─crond -n
├─dbus-daemon --fork --print-pid 5 --print
I had SELinux installed on my system which actually was a bit annoying. I tried to remove it. After that my system is unable to start.