bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#67386: 29.1; dbus error with recent dbus


From: Michael Albinus
Subject: bug#67386: 29.1; dbus error with recent dbus
Date: Fri, 24 Nov 2023 11:14:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Version: 29.2

Rahguzar via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@gnu.org> writes:

> Dear Emacs maintainers,

Hi Rahguzar,

> To reproduce the error from emacs -Q please evaluate the following code,
>
> (require dbus)
> (dbus-unregister-object
>  (dbus-register-method
>   :system (dbus-get-unique-name :system)
>   "a/path" "inter.face"
>   "method" #'ignore))
>
> Upon this I get an error,
>
> (dbus-error "org.freedesktop.DBus.Error.InvalidArgs" "Cannot release a 
> service starting with ':' such as \":1.98\"")

Looks, like the D-Bus library is more picky now :-)

I've fixed this in the emacs-29 branch. Closing the bug.

> Thanks,
> Rahguzar

Best regards, Michael.





reply via email to

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