We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When i start any app with eaf (browser or pdf-viewer), for example, no keyboard input is read.
To Reproduce I install using straight, this is my eaf config:
(use-package eaf :straight (eaf :type git :host github :repo "emacs-eaf/emacs-application-framework" :files ("*.el" "*.py" "core" "app" "*.json") :includes (eaf-markdown-previewer eaf-browser eaf-pdf-viewer) :pre-build (("python" "install-eaf.py" "--install" "browser" "markdown-previewer" "pdf-viewer")))) (use-package eaf-pdf-viewer :after eaf :hook (tex-mode . (lambda () (add-to-list 'TeX-view-program-list '("eaf" eaf-pdf-synctex-forward-view)) (add-to-list 'TeX-view-program-selection '(output-pdf "eaf")))) :config (eaf-bind-key scroll_up "C-n" eaf-pdf-viewer-keybinding) (eaf-bind-key scroll_down "C-p" eaf-pdf-viewer-keybinding)) (use-package eaf-markdown-previewer :after eaf)
Expected behavior Emacs keybind working, but no keybind is possible to input.
Versions (please complete the following info):
Error logs No logging
Additional context
manually setting this variable, eaf works as expected:
(setq eaf-wm-name "i3" eaf-is-member-of-focus-fix-wms t)
but something is going wrong 'cause the default eaf-wm-name was "" and eaf-is-member-of-focus-fix-wms was nil
eaf-wm-name
""
eaf-is-member-of-focus-fix-wms
nil
The text was updated successfully, but these errors were encountered:
If you don't use a virtual machine, will you have this problem with a physical machine?
Sorry, something went wrong.
Hi @manateelazycat, i tested on a Archlinux with a xfce4 de, and the same thing happens, no input and the eaf-wm-name is ""
You can set eaf-wm-name with Xfwm4 if you use xfce4
No branches or pull requests
Describe the bug
When i start any app with eaf (browser or pdf-viewer), for example, no keyboard input is read.
To Reproduce
I install using straight, this is my eaf config:
Expected behavior
Emacs keybind working, but no keybind is possible to input.
Versions (please complete the following info):
Error logs
No logging
Additional context
manually setting this variable, eaf works as expected:
but something is going wrong 'cause the default
eaf-wm-name
was""
andeaf-is-member-of-focus-fix-wms
wasnil
The text was updated successfully, but these errors were encountered: