Skip to content
Commit b7f2cc47 authored by Lamarque Souza's avatar Lamarque Souza
Browse files

Fix networkmanagement_configshell launching:

KToolInvocation::kdeinitExec searchs only in $PATH, but
networkmanagement_configshell is not in $PATH, it is
located in $KDEDIR/kde4/libexec/networkmanagement_configshell. Using
KGlobal::dirs()->findResource("exe", "networkmanagement_configshell")
solves this problem.

This fix makes it possible to click on an AP in the connection list at the
right widget to open the wireless configuration dialog with most settings
(essid, encryption type, etc) filled in.
parent a9a0526b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment