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

dbus-call-method: D-Bus error: "org.freedesktop.DBus.Error.UnknownMethod", "Object does not exist at path “/org/eaf/wayland”" [4 times] #1116

Closed crislar closed 11 months ago

crislar commented 1 year ago

On Ubuntu ,22.04.3 LTS Gnome 42.9 Wayland GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-09-13

I thought I'd retest whether using eaf is now viable. So I reinstalled eaf from git and run install.py from within emacs and on cli

Gnome Extensions sees EAF Waynland Extensions (sic) eaf-wayland@emacs-eaf.org
with a red symbol and the slider option greyed out. The Description given is Expose a D-Bus interface to help EAF running on Wayland Version 1

A clear and concise description of what the bug is.

To Reproduce Ensure you're on the latest master branch, then note the steps to reproduce the behavior.

Expected behavior A clear and concise description of what you expected to happen.

I tested to see if the eaf-browser displays websites - no Mark set dbus-call-method: D-Bus error: "org.freedesktop.DBus.Error.UnknownMethod", "Object does not exist at path “/org/eaf/wayland”" [2 times] [EAF/browser] Opening https://gitlab.com Versions (please complete the following info):

Error logs Please check the *eaf* buffer, if there is any error in it, paste it here. current buffer is not supported by eaf (it is a bog standard org-mode buffer)

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

I've seen reports that some later versions of Gnome may not be supported. But I've not seen info whether this is a permanent situation or if there's a config change to a Dbus config file needed that I've missed.

manateelazycat commented 1 year ago

use gnome xorg

wayland code break by gnome change api

Vertecedoc4545 commented 11 months ago

ive fixed the extension code for gnome 45 @manateelazycat

manateelazycat commented 11 months ago

Thanks for patch.