Closed gyxx-xc closed 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
~/.emacs.d/init.el
(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
eaf not support daemon
Describe the bug When emacs run as daemon, every time when forcus changed, it shows the warnning (in Minibuffer):
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 testAnd open a emacsclient
Expected behavior not showing the warning
Versions (please complete the following info):
Error logs none