fyne-opensnitch icon indicating copy to clipboard operation
fyne-opensnitch copied to clipboard

An OpenSnitch UI in Go using Fyne

Results 2 fyne-opensnitch issues
Sort by recently updated
recently updated
newest added

fyne-opensnitch fails to build for me with: ``` github.com/go-gl/glfw/v3.2/glfw vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4:10: fatal error: glfw/src/context.c: No such file or directory 4 | #include "glfw/src/context.c" | ^~~~~~~~~~~~~~~~~~~~ ``` This is due to https://github.com/golang/go/wiki/Modules#some-needed-files-may-not-be-present-in-populated-vendor-directory...

Hello, I get an error upon attempting compiling the UI. $ go build -o fyne-opensnitch && ./fyne-opensnitch # github.com/go-gl/glfw/v3.2/glfw In file included from /home/war/go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/c_glfw_linbsd.go:24: /home/war/go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/glfw/src/linux_joystick.c: In function ‘_glfwInitJoysticksLinux’: /home/war/go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/glfw/src/linux_joystick.c:224:42: warning:...