https://bugs.kde.org/show_bug.cgi?id=425625

--- Comment #1 from Lamarque V. Souza <lamar...@kde.org> ---
This looks like a upstream problem:
https://bugzilla.gnome.org/show_bug.cgi?id=785699

As a workaround I do this in my Gentoo Linux:

systemtray -> Notifications -> Applications: Configure -> Network Management ->
Configure Events... -> Connection Activated

In "Run command field" add the path of a script like this:

    #!/bin/sh

    CONNECTION_NAME=connection
    VPN_NAME=vpn

    if nmcli | grep -q "connected to $CONNECTION_NAME" && ! nmcli c show
$VPN_NAME | grep -q ActiveConnection; then
        nmcli c up $VPN_NAME
    fi

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to