fredizzimo
fredizzimo
No, it's definitely caused by the handle inheritance, here's what's happening. 1. Neovide creates pipes to communicate with Neovim using stdio 2. Neovim duplicates those handles for its own internal...
The workaround I have been using is to add the following patch to `distrobox-enter` ```diff diff --git a/distrobox-enter b/distrobox-enter index 997fd14..5b8b1e1 100755 --- a/distrobox-enter +++ b/distrobox-enter @@ -386,7 +386,8 @@...
Also note that this issue is more generic than https://github.com/89luca89/distrobox/issues/420 In my configuration, in addition to setting the XDG directories, 1. I remove a few things from the path so...
One thing that the login shell helps with, is dealing with environment variables and isolated environments as described in this issue https://github.com/89luca89/distrobox/issues/656, towards the bottom of it.
> wl-paste is not a GUI app, it's a Unix command line tool, so it uses blocking I/O like Unix command line tools are supposed to. For command line tools,...
I disabled `Klipper`, and installed `CopyQ` instead, but the same issue persists. But the root cause could be in `kwin`, which would mean it's still a KDE issue in the...
One workaround that seems to work is to move the `dispatch_pending` call after calling `prepare_read` only actually poll the socket and read if it returns 0. So something like this...
Hi @ec1oud, I will look at this, I'm not sure how much I can do without being able to test it myself though, but at least I can try to...
It seems like not even putting the keyboard to sleep will fix the issue. In fact it seems like the sleep command is ignored and the graphics is still shown...
I have not personally observed the LED backlight going dark. But @tthayer reported a similar issue when he was testing the LED support https://github.com/fredizzimo/infinity_ergodox/issues/5. But that problem makes the issue...