Kiisu_Master
Kiisu_Master
If this is like regex then we have to check if the version string is always the full one like "4.3.0", because if its "4.3" i imagine it would break.
If im understand this correctly: https://github.com/abarichello/godot-ci/blob/bd9eea16d14bf71f5876b71b16955218df36266b/.github/workflows/release.yml#L17-L19 it's extracting the version string from this repos tags, which don't have the x.y.z format for every release.
`~/.config/godot/editor_settings-4.tres` is now `~/.config/godot/editor_settings-4.3.tres` and will change with every feature or major release.
This probably also breaks the android part of the stuff. I already dealt with this change on GodSVG exports ( custom github actions instead of this image ). I decided...
Other VNC clients usually ask something about if I trust the connection or credential stuff but this one never did. Maybe that's related. I cut the log to the part...
I followed the documentation on raspberry pi website. In TigerVNC it tells me it's connected to WayVNC. Also the [documentation](https://www.raspberrypi.com/documentation/computers/remote-access.html#connect-to-a-vnc-server) includes the screenshots of TigerVNC warning messages which are to...
Wayvnc version: 0.9.0~dev-1 Used the setting for relaxed encryption but still not connecting. Error in the logs seems to be the same.
Actually logs mention another security type that wasn't available before: type 30. It still uses 19 though. ```python 09-22 17:06:02.296 8748 9309 I NativeVnc: Received protocol version 3.8 09-22 17:06:02.296...
I tried the test APK you made with macOS security and it works now! Its way smoother connection than any other VNC client. How is that possible?
It breaks the application when fullscreen is set in project settings. It first shows black screen, then application window disappears and trying to open it from alt+tab or taskbar doesn't...