Guilherme Janczak
Guilherme Janczak
I managed to port it to NetBSD before there was a reply or merge. Rebased on the latest master and tested on FreeBSD, OpenBSD, and NetBSD.
Hmm, the Android failure happened because there wasn't a method that could find OpenGL on Android. And the graphical rendering breakage was because I broke setting `HAS_OPENGL` which meant the...
I'm going to consider the NetBSD port a failure and revert to only trying to port it to OpenBSD. If, for some reason, the NetBSD port is useful, the code...
This is going to break on NetBSD because the latest minizip-ng in the repositories is 4.0.2 and minizip-ng doesn't compile on NetBSD (the repository version is patched). It's also going...
I sent a PR to your PR. It fixes compilation on OpenBSD, it shouldn't break other platforms but I don't have any available to test. https://github.com/mitaclaw/dolphin/pull/1 I guess NetBSD will...
I also experience this issue, but I have no idea how to debug it.
Command line args are also visible via top, a program running under a different user could call the syscalls top uses to monitor other processes and watch for your key...
Being able to take screenshots of Wayland and also Haiku, Windows, MacOS is one of my personal interests, but that would require significant refactoring right now. Most of scrot's code...
Turns out the test in proxychains-ng hasn't worked in 8 years. See this commit: https://cvsweb.openbsd.org/src/lib/libc/stdio/fclose.c?rev=1.10&content-type=text/x-cvsweb-markup >let internal calls resolve directly and not be overridable I modified the earlier test program...
After reading a bit more of the source code, I don't see how whether the underlying fd of a FILE is closed by fclose() has any effect on the code....