Benjamin Gilbert
Benjamin Gilbert
Right, that was my point. If -2 is the correct error, something in your library stack may be dropping the minus sign. 2 is indeed `ENOENT`.
Unwinding the nested exceptions, it seems that the `Errno 2` is coming directly from the `getaddrinfo` call in `socket.create_connection`, so this message is not due to a VMNetX bug.
Also, instead of running `desktop-file-install` with various fallbacks and ignoring errors, we should install the desktop file directly from Automake and then run `update-desktop-database`.
https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/
The mailing list is probably better for user-visible API changes.
The Java viewer has longstanding problems with visual glitches, unfortunately, and is essentially unmaintained. If you're able to track down the problem at all, please let us know what you...
Looks good, thank you! I've rebased, updated to the current internal API, and fixed up some formatting. I have a few more cleanup commits coming, and will fix the tests.
CI was fixed in #589. You can rebase onto `main` to pick it up.
Hello! OpenSlide currently does not support KFB files. We'd be interested in supporting the format if someone can contribute sample KFB files and code to support KFB. (Sample files can...
@XKhelloworld OpenSlide never modifies slide files on disk. It only supports reading slide files. @peterchen183 Thanks for working on this! However, do not post your code in issue comments. All...