Can't Unlock VPN Tab

4 respuestas [Último envío]
Watchingtheweasels
Desconectado/a
se unió: 09/05/2013

Initially I figured it was locked because the network manager wasn't installed by default but after

sudo apt-get install openvpn network-manager-openvpn

I'm still unable to unlock it.

Any thoughts?

Sachin
Desconectado/a
se unió: 06/02/2012

On Thursday 05 September 2013 05:07 AM, name at domain wrote:
> Initially I figured it was locked because the network manager wasn't
> installed by default but after
>
> sudo apt-get install openvpn network-manager-openvpn
>
> I'm still unable to unlock it.
>
> Any thoughts?
>
It's irony that Trisquel-mini already has those packages.

--
Sachin Dey

jdenz
Desconectado/a
se unió: 11/18/2011

Not sure if you figured this out, but in case you didn't, I was having the same problem until I added network-manager-openvpn-gnome:

sudo apt-get install network-manager-openvpn-gnome

I got the idea from Riseup:

https://help.riseup.net/en/openvpn-linux

Maybe that'll work for you too.

BugRep
Desconectado/a
se unió: 04/05/2012

I found out I needed to reinstall some packages to get the gui applet working.

Some lines might not be needed, but try:

sudo apt-get install network-manager-openvpn network-manager-openvpn-gnome

sudo apt-get install --reinstall network-manager network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome

sudo service network-manager restart

killall nm-applet

nm-applet &
CentaurX
Desconectado/a
se unió: 12/03/2013

I already installed the first command, so I gave it a try to the second and IT WORKED! :D sudo apt-get install network-manager-openvpn-gnome