--===============0244737666== Content-Type: multipart/signed; boundary="nextPart3008288.eX0HjKiEaG"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart3008288.eX0HjKiEaG Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi all,=20 In the solid network manager backend, in the file NetworkManager-wirelessne= two rk.cpp, line 264, a false is added onto the dbus argument list. This will c= aus e the connection to fail every time (line 70, nm-ap-security.c). Simply rem= ovi ng this makes it all work fine (for me), but there is a "#warning fixme har= dco ded false fallback bool in setActiveDevice" two lines above it. Can anyone = tel l me why it is there, and what would be broken by removing it? My svn diff: Index: workspace/solid/networkmanager-0.6/NetworkManager-wirelessnetwork.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- workspace/solid/networkmanager-0.6/NetworkManager-wirelessnetwork.cpp= =20 (revision 778237) +++ workspace/solid/networkmanager-0.6/NetworkManager-wirelessnetwork.cpp = =20 (working copy) @@ -261,7 +261,7 @@ QDBusObjectPath op(devicePath); #warning fixme hardcoded false fallback bool in setActiveDevice QList args; =2D args << qVariantFromValue(op) << d->essid << false; + args << qVariantFromValue(op) << d->essid;// << false; bool error; args =3D NMDBusHelper::serialize(d->authentication, d->essid, args, &e= rror) ; kDebug(1441) << " " << args; Thanks Thomas --nextPart3008288.eX0HjKiEaG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQBHwDV3sqVMXRJ0E1QRAo/1AJwJVVlwEQ11jXbSLV+Zrs0wy6rVLwCdHxjg 8dhYF8KGR7zgbys5o4jbqHQ= =f6/M -----END PGP SIGNATURE----- --nextPart3008288.eX0HjKiEaG-- --===============0244737666== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --===============0244737666==--