tobi-wan-kenobi
7a10b575a4
[modules/vpn] Add tk requirement to documentation
...
fixes #588
2020-04-04 07:37:42 +02:00
tobi-wan-kenobi
e390cdae32
Merge pull request #564 from naota/patch-2
...
Properly connect to the selected VPN profile
2020-02-27 21:02:52 +01:00
Naohiro Aota
caf9696e2b
Properly connect to the selected VPN profile
...
The vpn module is trying to connect "self._connected_vpn_profile", but it is None when no VPN is connected. As a result, the VPN connecting menu is not working. Use "self._selected_vpn_profile" to connect the selected one.
2020-02-27 11:47:15 +09:00
Naohiro Aota
e6fef1baca
import popup_v2
...
The vpn module is using bumblebee.popup_v2, but does not import it, causing nothing on click.
2020-02-27 11:40:37 +09:00
Stijn Van Campenhout
00bc827f27
Use format vpn namespace
2019-11-12 11:10:59 +01:00
Stijn Van Campenhout
c669f49d9f
Quote vpn names when executing nmcli
2019-11-12 11:04:29 +01:00
Gael Chamoulaud
49f32f9a49
Remove Microsoft Carriage Return and Line Feed.
...
This patch get rid of the Microsoft CR and LF in the following modules:
- pihole.py
- vpn.py
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-07-02 11:55:19 +02:00
Tobias Witek
71d80ded40
[modules/vpn] Fix tests
...
Add a guard in case nmcli is not installed or does not return anything.
2019-06-14 20:09:03 +02:00
Bernhard B
c7a0caeda5
small improvements in vpn module
...
* renamed "Off" to "Disconnect"
* do not show already established connection in popup menu
2019-06-10 20:12:54 +02:00
Bernhard B
a7a1da6b5d
added vpn module
...
* shows current VPN connection
* allows to establish a VPN connection
2019-06-10 20:05:32 +02:00