Luca Corbo
                                            Luca Corbo
                                        
                                    Depending on the configuration you'd need sudo privileges to run docker. Could you please confirm that the [docker post installation](https://docs.docker.com/engine/install/linux-postinstall/) step have been performed ?
If I got correctly this happens inside a linux VM running with docker engine installed and running as daemon. If so, sometimes this kind of errors could be related to...
Thanks for the PR, but the `v2` is needed as per go module support. Without it go will download and install the version `v1` on the develop branch. Probably this...
Private repositories are not supported yet
Another couple of thinghs we'd try is to upgrade the version of fyne used in this version... (it is running an old one `v1.0.2`) Could you please try with the...
mmm weird. Tried the version from master on a ubuntu 20.04 box and apart the warning about the "linux joystick" (that can be safely ignored) it seems to compile. ```...
Happy to see it is compiling now. You should get that error only using the develop version of fyne. It should work with the latest version of fyne, but to...
To use fyne@latest or [email protected] you need to run go get with the version you want to use againts: `go get -u fyne.io/fyne@latest` otherwise go get will try to update...
wrt 1.0.2 there was a typo on my side it'd be `v1.0.2` but that tag does not exist.. the current version of fyne-opensnitch was using a develop version of fyne...
Ok, as expected the actual code would need some love to be compatible with latest versions of fyne :) Please note that there are plans to update this project to...