moonarch-vpn: duplicate notifications after nmcli migration #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
moonarch-vpnsends its ownnotify-sendcalls on connect/disconnect (lines 45, 47, 55, 59 indefaults/bin/moonarch-vpn). Since the migration tonmcli, NetworkManager (via nm-applet) also sends notifications for VPN state changes. This results in duplicate notifications for every VPN toggle.Expected behavior
One notification per VPN connect/disconnect action.
Fix options