all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Subject: Re: Unable to register dbus method
Date: Wed, 12 Dec 2012 20:43:02 +0100	[thread overview]
Message-ID: <87ip87uke1.fsf@gmx.de> (raw)
In-Reply-To: <87vcc72uc0.fsf@fimbulvetr.bsc.es> ("Lluís"'s message of "Wed, 12 Dec 2012 15:55:43 +0100")

Lluís <xscript@gmx.net> writes:

> Hi,

Hi Lluís,

> After getting a working implementation for providing GNOME Shell's calendar
> widget with info from org-mode events, it looks like this suddenly stopped
> working:
>
> The callback never gets invoked, while "dbus-monitor" shows a method call is
> actually sent by the widget, but only the evolution server responds to it:
>
> Is it maybe that evolution registered for that method first and thus further
> registrations simply take no effect?

Maybe. Or Evolution has replaced your registration by its own. D-Bus
life is hard.

Note, that you cannot register for just one method; you can register
only for a whole service. `dbus-register-method' does it silently for
you.

Install d-feet (very useful anyway!), and check, which application has
registered for the service org.gnome.Shell.CalendarServer.

In order to bring your application in front of the service, you could
use `dbus-register-service' with the `:replace-existing' flag.

> Thanks,
>   Lluis

Best regards, Michael.



  reply	other threads:[~2012-12-12 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-12 14:55 Unable to register dbus method Lluís
2012-12-12 19:43 ` Michael Albinus [this message]
2012-12-12 21:12   ` Lluís
2012-12-13  9:08     ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ip87uke1.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.