Javier Coindreau
Javier Coindreau
This isn't referring to installing a package, this is referring to the install command used to move built targets into some distribution location (`cmake --install`): https://cmake.org/cmake/help/book/mastering-cmake/chapter/Install.html
Commenting out the first two lines of the generated `/etc/apt/apt.conf.d/00_distrobox` seems to fix it. ``` #DPkg::Pre-Invoke {"if mountpoint /etc/localtime; then umount /etc/localtime; fi";}; #DPkg::Post-Invoke {"if [ -e /run/host//etc/localtime ]; then...
That would make sense, I'm also using Powerlevel10k.
I guess the question is, then, should applications that keep `/etc/localtime` open just be forced to close? There's gotta be other applications that just constantly check the time. Ideally a...
Yeah, I meant the force-close thing more to just make a point. If it could run `lsof` and tell you which application was using the file that is being unmounted...
This appears to be an issue with the OpenGL version, although the pixel format issue there is odd. I'll see what it can be. In the meantime, try updating your...
That is the default file dialog for Java. In File->Settings->Look and Feel, there is a toggle to use the system file dialog. Is that what you are looking for?
I'll look around to find a Java binding library for the main Windows file browser.
I believe we found an alternative, I'll add that in when possible.
That would happen because it's not sending the release of the S key after you let go. I'm not sure why that would be happening. I could fix that, but...