emacs-eaf / emacs-application-framework

EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
GNU General Public License v3.0
3.1k stars 235 forks source link

EAF keep warning in emacs daemon #1154

Closed gyxx-xc closed 5 months ago

gyxx-xc commented 5 months ago

Describe the bug When emacs run as daemon, every time when forcus changed, it shows the warnning (in Minibuffer):

dbus-call-method: D-Bus error: "org.freedesktop.DBus.Error.UnknownMethod", "Object does not exist at path “/org/eaf/wayland”"Error during redisplay: (eval (doom-modeline-segment--check)) signaled (args-out-of-range 1 1)
Error during redisplay: (eval (doom-modeline-segment--check)) signaled (args-out-of-range 1 1) [3 times]

The function of the eaf apps is normal.

This problem keep happens in my last system(debain) and in the system I'm using now(arch)

To Reproduce I use ~/.emacs.d/init.el file as follow to test

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-image-viewer)
(provide 'init)

And open a emacsclient

Expected behavior not showing the warning

Versions (please complete the following info):

Error logs none

manateelazycat commented 5 months ago

eaf not support daemon