Revision b7f2cc4...

Go back to digest for 10th April 2011

Bug Fixes in Networking Tools

Lamarque Souza committed changes in [networkmanagement] /:

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.

File Changes

Modified 2 files
  •   applet/activatablelistwidget.cpp
  •   libs/service/configurationlauncher.cpp
2 files changed in total