Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't build on Ubuntu 20.04 #50

Open
alexander-potemkin opened this issue Sep 13, 2021 · 5 comments
Open

Won't build on Ubuntu 20.04 #50

alexander-potemkin opened this issue Sep 13, 2021 · 5 comments

Comments

@alexander-potemkin
Copy link

Due to the following packages deprecated:

libnm-util-dev
libnm-glib-dev
libnm-glib-vpn-dev

@m00head
Copy link

m00head commented Sep 17, 2021

@KingCartman found a way to get it working on Ubuntu 20.04. Here are the steps you need to do:

Install the needed packages to build and use the plugin:

sudo apt install wireguard git dh-autoreconf libglib2.0-dev intltool build-essential libgtk-3-dev libnma-dev libsecret-1-dev network-manager-dev resolvconf

Clone the plugin from github, compile and install it:

git clone https://github.com/max-moser/network-manager-wireguard
cd network-manager-wireguard
./autogen.sh --without-libnm-glib

./configure --without-libnm-glib --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/NetworkManager --localstatedir=/var

make
sudo make install

Source: https://askubuntu.com/questions/1233034/wireguard-vpn-client-gui/1233341#1233341
via #46 (comment)

@alexander-potemkin
Copy link
Author

@m00head , thanks a lot! It does appear in the GUI now, hope it will be working as well :)

@cccaballero
Copy link

I built and install it for Ubuntu 20.04 using these instructions, and I can create a new wireguard VPN from the Network manager GUI, and if I start the VPN I get the indicator that the VPN is active, but in reality it seems that wireguard is not running and I go to the internet through the normal network, without VPN

@vip5912
Copy link

vip5912 commented Apr 16, 2023

@m00head Thanks! It's working for me (Ubuntu 22.04).

@y2k04
Copy link

y2k04 commented Jun 20, 2024

Can confirm that this fork works! I can connect to a WireGuard VPN successfully. The parent repo just fails on attempting to connect. I do have to mention that when you disconnect it "fails".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants