FIX wifi password lookup fail
This commit is contained in:
parent
24430eaeb7
commit
c35be51dd4
|
@ -279,12 +279,12 @@ runNotificationContext =
|
|||
--------------------------------------------------------------------------------
|
||||
-- System commands
|
||||
|
||||
-- this is required for some vpn's to work properly with network-manager
|
||||
-- needed to lookup/prompt for passwords/keys for wifi connections and some VPNs
|
||||
runNetAppDaemon :: Maybe NamedSysConnection -> Sometimes (XIO (P.Process () () ()))
|
||||
runNetAppDaemon cl =
|
||||
Sometimes
|
||||
"network applet"
|
||||
xpfVPN
|
||||
(\x -> xpfVPN x || xpfWireless x)
|
||||
[Subfeature (DBusRoot_ cmd tree cl) "NM-applet"]
|
||||
where
|
||||
tree = toAnd_ app $ Bus networkManagerPkgs networkManagerBus
|
||||
|
|
Loading…
Reference in New Issue