larrybrit

Results 18 comments of larrybrit

Hello Steve, thanks for the lead on the fix. Unfortunately, I'm not sure where to look to edit out the code in the "linux joystick" part of the driver. Not...

The dev version : $ go get -u fyne.io/fyne@develop && go build . return this error: go1: internal compiler error: in mangled_name, at go/gofrontend/names.cc:559 Please submit a full bug report,...

the latest version : $ go get -u fyne.io/fyne@latest && go build . return these errors : # github.com/go-gl/glfw/v3.2/glfw In file included from ../../go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/c_glfw_linbsd.go:24: ../../go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/glfw/src/linux_joystick.c: In function ‘_glfwInitJoysticksLinux’: ../../go/pkg/mod/github.com/go-gl/[email protected]/v3.2/glfw/glfw/src/linux_joystick.c:224:42: warning:...

Hello Luca, Thanks a lot for taking the time here. I tried to carefully matched you env infos. Mine currently are : OS ubuntu 20.04 gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 export...

I thought it might be because of using go get -u fyne.io/fyne@develop && go build . but... I get the error as well with : go get -u fyne.io/fyne &&...

Here's what the suggested commands return: $ go get -u fyne.io/[email protected] && go build . go get fyne.io/[email protected]: fyne.io/[email protected]: invalid version: unknown revision 1.0.2 AND... $ go get -u fyne.io/fyne@latest...

$ go list -m fyne.io/fyne fyne.io/fyne v1.2.4

I had thought of that potential fix! I still get the error when removing /tmp/osui.sock. :( I found your gui while searching why the one provided with opensnitch didn't open....

$ rm /tmp/osui.sock $ ./fyne-opensnitch [2020-04-22 18:04:53] INF starting Fyne OpenSnitch application [2020-04-22 18:04:53] INF OpenSnitch gRPC server listening on socket: unix:///tmp/osui.sock fatal error: unexpected signal during runtime execution [signal...

The version compiled against the @develop produces this error, if that helps... $ ./fyne-opensnitch_dev [2020-04-22 18:07:23] INF starting Fyne OpenSnitch application [2020-04-22 18:07:23] INF OpenSnitch gRPC server listening on socket:...