Dan Halbert
Dan Halbert
> Why does Linux/OSx check for both PYBFLASH and CIRCUITPY, where Windows only checks for CIRCUITPY? I don't know. PYBFLASH is what MicroPython shows. Is this path also used for...
I am seeing the same issue on Ubuntu 22.04 with the new 1.2.0 AppImage. libfuse2 is installed. Same errors as in the first post and in https://github.com/mu-editor/mu/issues/2318#issuecomment-1202342703,
> Do you get the same error with: > > ``` > QT_QPA_PLATFORM=xcb ./Mu_Editor.... > ``` I do. But `XDG_SESSION_TYPE` is `x11`, not `wayland` (as asked by @ntoll). I am...
Looks like it did not get to that `logging.info()`: ``` $ MU_LOG_TO_STDOUT=1 QT_QPA_PLATFORM=xcb bin/MuEditor-Linux-1.2.0-x86_64.AppImage 2022-11-15 11:42:16,368 - root:283(run) INFO: ----------------- Starting Mu 1.2.0 2022-11-15 11:42:16,368 - root:284(run) INFO: uname_result(system='Linux', node='cod',...
Worked for me on Ubuntu 22.04 running Cinnamon desktop (uses x11, not Wayland). Thanks!!
Try inserting a delay of a few seconds before creating the `Keyboard()` object. Internally, the constructor has a delay: it tries once, and if that fails, it tries again, after...
Yes, this could be a Windows sleep issue, somehow we are not recovering properly from that. I feel it also used to work for me (I have a Trinket M0...
Could you describe more precisely what is happening in terms of delays? Is that the whole program? Is the `time.sleep(0.2)` for debouncing? Consider using the `keypad` module instead of manual...
If you do press/release, do you see that too? How about press/delay/release? Maybe make sure that `kbd.send()` is only being called once.
Try `pip3 install --upgrade bleak` on Linux to move past 0.8.0.