Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt.dbus.integration: Could not connect "org.freedesktop.IBus" to globalEngineChanged(QString) #1150

Open
Cipivious opened this issue May 8, 2024 · 1 comment

Comments

@Cipivious
Copy link

qt.dbus.integration: Could not connect "org.freedesktop.IBus" to globalEngineChanged(QString)
Traceback (most recent call last):
File "/home/yang/.emacs.d/site-lisp/emacs-application-framework/core/utils.py", line 56, in on_signal_received
self._func(obj, *args, **kwargs)
File "/home/yang/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 156, in new_buffer
self.create_buffer(buffer_id, url, module_path, arguments)
File "/home/yang/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 174, in create_buffer
app_buffer = module.AppBuffer(buffer_id, url, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/yang/.emacs.d/site-lisp/emacs-application-framework/app/system-monitor/buffer.py", line 37, in init
self.load_index_html(file)
File "/home/yang/.emacs.d/site-lisp/emacs-application-framework/core/webengine.py", line 1603, in load_index_html
with open(self.index_file, "r") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] 没有那个文件或目录: '/home/yang/.emacs.d/site-lisp/emacs-application-framework/app/system-monitor/dist/index.html'

@manateelazycat
Copy link
Member

Please follow README, use eaf.py install all dependences , make sure system-monitor do "npm build"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants