Dahan Gong
Dahan Gong
@benide What's your operating system?
@tom-james-watson @benide It seems that this bug occurs because Firefox runs on "Wayland" . So you have to install a "standard" Firefox to run on X11. As said in [1],...
@tom-james-watson Firefox supports log files, and you may run (in terminal) `MOZ_LOG=KeymapWrapperWidgets:3 MOZ_LOG_FILE=/tmp/moz_log.txt firefox` to notify Firefox to write logs about keyboard into `/tmp/moz_log.txt*`. And then please upload it here,...
Well, after hard searching, I failed to found the root cause. As far as I've found, the potential causes are: * `XGetKeyboardControl` returns a state of `global_auto_repeat = false` *...
@benide Sorry but I have a question: in Fedora 31, the pre-installed Firefox seems to have only Wayland support, so could you provide a snapshot of `about:support` on Firefox to...
@tom-james-watson How did you get your Firefox 69? I find the Fedora version has something different from the official one, which causes this bug. So I wonder whether the official...
Hello. I find `MOZ_USE_XINPUT2` is a magic environment variable. In Fedora, `/usr/bin/firefox` is a shell script and it forces `MOZ_USE_XINPUT2=1`, and then yum-installed Firefox always loses `.repeat` status. And, `MOZ_USE_XINPUT2=0...
OKay, then we may close this issue ^_^
The snapshot shows Firefox doesn't expose the state of "a key is being pressed" (no `.repeat`). So, as said in https://github.com/philc/vimium/issues/3386#issuecomment-549318796 , please **try removing** `export MOZ_ENABLE_WAYLAND=1` firstly. **Added**: I...
um, please try: close all firefox processes, export env, exec the firefox ELF file directly.