emacs-application-framework icon indicating copy to clipboard operation
emacs-application-framework copied to clipboard

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

Open Cipivious opened this issue 1 year ago • 1 comments

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'

Cipivious avatar May 08 '24 15:05 Cipivious

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

manateelazycat avatar May 08 '24 16:05 manateelazycat