wiregui
wiregui copied to clipboard
"Electron's autoUpdater does not support the 'linux' platform"
Hello, great little app.. very helpful with the conflicting conf files for wg
and wg-quick
.
Unfortunately, I get this error when loading. It can be worked around by using wiregui --no-sandbox &
from the CLI, but this is a security flaw. (similar report for this Electron issue with another app: https://github.com/felixrieseberg/macintosh.js/issues/4).
I'm using Ubuntu 22.04 in a VM. Interestingly, my VM host, Ubuntu 20.04 that I dist-upgraded to 22.04 doesnt have this issue.
For now I am just using the same configuration that works in an /etc/wireguard/wg0.conf file, and issuing the command sudo wg-quick up wg0
. (btw, this is a better place for the conf file than inside /home/user/.config, because of the root file protections. It would be best if Wiregui put its conf file there). Cheers