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: Thu, 28 Apr 2011 09:46:29 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hello Sebastian,

On Thu, Apr 28, 2011 at 09:05:23AM +0200, Sebastian Reitenbach wrote:
> When I start up simpleagenda, then I see those messages on the console:
> 

> 2011-04-28 08:48:04.290 SimpleAgenda[28617] File DKEndpointManager.m:
> 409. In -[DKEndpointManager endpointForWellKnownBus:] Could not open
> D-Bus connection. Error: org.freedesktop.DBus.Error.FileNotFound.
> (Failed to connect to socket /var/run/dbus/system_bus_socket: No such
> file or directory)
> 2011-04-28 08:48:04.291 SimpleAgenda[28617] File DKEndpointManager.m:
> 409. In -[DKEndpointManager endpointForWellKnownBus:] Could not open
> D-Bus connection. Error: org.freedesktop.DBus.Error.FileNotFound.
> (Failed to connect to socket /var/run/dbus/system_bus_socket: No such
> file or directory)
> 2011-04-28 08:48:04.291 SimpleAgenda[28617] File DKEndpointManager.m:
> 409. In -[DKEndpointManager endpointForWellKnownBus:] Could not open
> D-Bus connection. Error: org.freedesktop.DBus.Error.FileNotFound.
> (Failed to connect to socket /var/run/dbus/system_bus_socket: No such
> file or directory)

This is DBusKit complaining about unsuccessful connection attempts to
the system-wide D-Bus daemon. This is expected if it is not enabled
on your system. It shouldn't affect SimpleAgenda because it wants a
connection to the session bus. Are the messages too noisy? I could
easily reduce them to debug messages.

> ERROR: Removing exception handler that is not on top of the stack. (You
> probably called return in an NS_DURING block.)

This looks like an DBusKit bug, I'll investigate it.

> 2011-04-28 08:48:04.678 SimpleAgenda[28617] File DKPort.m: 235. In
> -[DKPort hasValidRemoteOnBus:] D-Bus service
> org.freedesktop.Notifications is neither available nor activatable
> 2011-04-28 08:48:04.678 SimpleAgenda[28617] Unable to create a proxy for
> /org/freedesktop/Notifications
> 2011-04-28 08:48:04.678 SimpleAgenda[28617] No response to
> GetCapabilities method
> 
> dbus-1.4.6v0        message bus system
> dbus-glib-0.92v0    glib bindings for dbus message system
> gnustep-dbuskit-0.1 GNUstep dbus interface
> and latest releases of gnustep core installed.

Apart from the D-Bus daemon (which is just the message broker), you need
some application that provides the org.freedesktop.Notifications service
so SimpleAgenda can use it. I think both Gnome and KDE come with a
component to provide it but there are also some standalone packages. (In
Debian, for example, notification-daemon or notify-osd)

Cheers,

Niels



reply via email to

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