Recently, Plasma Network Management applet gained ability for bluetooth tethering. The initial support was only for DUN (Dial Up Networking), but not for PAN (Personal Area Network) or NAP (Network Access Point).
Sat a whole day staring at KDE networkmanagement code and GNOME network-manager-applet to figure out how to extend this to NAP (my phone seems to support that); and with help of Lamarque, a few lines of code did the job.
The patch to implement this is under review. It has had only limited testing from my end. Note that this will work only if you have applied patch for Solid to support bluetooth devices in kdebase-workspace. I’ve updated the kde-plasma-networkmanagement and kdebase-workspace RPMS and uploaded here. Binary RPMs are only for x86_64; for other architectures, rebuild the SRPMs. If there are brave souls out there to test it out, here’s the procedure:
- Update
kdebase-workspace
with the above ones - Update
kde-plasma-networkmanagement*
- Run “
/usr/libexec/kde4/networkmanagement_configshell create --type bluetooth --specific-args "A1:B2:C3:D4:E5:F6 nap
“. ReplaceA1:B2:C3:D4:E5:F6
with the hardware address of your bluetooth device (can be found out easily from BlueDevil). - That’s it, the connection should automatically be set up and appear in Plasma NM.
Update: The patch is upstream. Lamarque has adapted and integrated it.