mrcbns
mrcbns
I hope this [pull request](https://github.com/jc21/docker-registry-ui/pull/26) helps you, actually docker secrets didn't work if you don't implement it in your image because secrets are loaded from a file and you are...
Im looking for something simmilar as I want to be able to just stream audio on the background while so I can use my phone as a wireless game audio...
If I want to execute a .jar file with JDK or JRE installed from scoop, there is no file assosiation and, if you try to execute it by java it...
This happened to me from the time I set wlan0 static IP from GUI. I see it happening the same thing from this thread https://raspberrypi.stackexchange.com/questions/58809/rpi-loses-its-wlan0-configuration-when-any-docker-container-is-started/117381#117381 It was solved disabling DHCP...
You must follow WSLG https://github.com/microsoft/wslg documentation to properly get wsl2 GUI apps running on windows
Did you try Appimage or .deb?
My guess is Tauri relies on some sort of OpenGL rendering implementation. Most Linux software currently running GUI on WSL are native applications. I think your WSL setup is using...
@dzek69 can you test this for me? `sudo apt install mesa-utils` -> this is to get info about your graphic drivers on wsl then `glxinfo | grep OpenGL` it should...
Thanks you. As shown on this this topic https://github.com/tauri-apps/tauri/issues/2313 I would try to update your WSL2 to WSLG as older "GUI backends" are outdated and full of bugs. I think...
Thanks you for your work you put into the research about this issue. I am looking into it today. There is something about hot reloading websockets and docker networking hostnames...