discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANNOUNCE] SimpleAgenda 0.42


From: Niels Grewe
Subject: Re: [ANNOUNCE] SimpleAgenda 0.42
Date: Sat, 30 Apr 2011 19:36:34 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Sebastian,

On Sat, Apr 30, 2011 at 01:50:33PM +0200, Sebastian Reitenbach wrote:
> With system dbus daemon started, and kde 3.5.10 knotify running, I get
> the following when starting simpleagenda:

Hmm, have no idea whether KDE 3 supports fdo notifications already, I
only know that for sure for KDE 4.

> $ ps aux | grep -i dbus
> _dbus    31355  0.0  0.0   940  1392 ??  Ss     1:14PM    0:00.03
> /usr/local/bin/dbus-daemon --system
> sebastia 18428  0.0  0.0   800  1004 ??  Is     1:14PM    0:00.00
> /usr/local/bin/dbus-daemon --fork --print-pid 7 --print-address 9 --session
> sebastia 28139  0.0  0.0   872  1348 ??  Ss     1:19PM    0:00.07
> /usr/local/bin/dbus-daemon --fork --print-pid 9 --print-address 11 --session
> sebastia 29988  0.0  0.0   360   336 p1  R+/1   1:48PM    0:00.00 grep
> -i dbus
> sebastia  7487  0.0  0.0   808  1572 p2  I      1:19PM    0:00.01
> dbus-launch --autolaunch 490315cc638e8f5232fb78fd4d60e936
> --binary-syntax --close-stderr
> 
> $ ps aux | grep -i knot
> sebastia   961  0.0  0.4  2736 16684 ??  S      1:28PM    0:00.35
> kdeinit: kdeinit: knotify (kdeinit)

This only confirms that both dbus and knotify are running, which is
neither a necessary nor a sufficent condition for a working D-Bus
notification system. You could try running the following command:

dbus-send  --print-reply --dest=org.freedesktop.Notifications \
  /org/freedesktop/Notifications \
  org.freedesktop.DBus.Introspectable.Introspect

It should print some XML gibberish that includes a '<method name="Notify">'
node. If it does, and things are still not working, there is something
wrong either with DBusKit or with SimpleAgenda.

Cheers,

Niels



reply via email to

[Prev in Thread] Current Thread [Next in Thread]