We're planning on taking the plunge and use knetworkmanager by default for F-13, so please add NotShowIn=KDE; to /etc/xdg/autostart/nm.applet.desktop
Since it's relatively easy, I can offer to flex my provenpackager muscles and just do it, if that's ok with you.
So this still hasn't been implemented, it seems. We agreed again in today's KDE SIG meeting that this was the way forward for F13 and higher.
I'm just committing and building this as it's trivial and only affects KDE, I hope I'm not hurting any feelings. :-)
Oh joy, the build failed due to the DSO linking changes: /usr/bin/ld: CMakeFiles/nmcli.dir/connections.c.o: undefined reference to symbol 'dbus_g_bus_get' /usr/bin/ld: note: 'dbus_g_bus_get' is defined in DSO /usr/lib64/libdbus-glib-1.so.2 so try adding it to the linker command line /usr/lib64/libdbus-glib-1.so.2: could not read symbols: Invalid operation
I fixed that, now it fails in nm-connection-editor: /usr/bin/ld: nm_connection_editor-page-wireless.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5' /usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line /lib64/libm.so.6: could not read symbols: Invalid operation
I finally got it to build now.
Pushed the -lm upstream in 1cc28feabf56a5a4ffb7f5cdf2881c7d06168628