I have a LG Nexus 5 with Nethunter set up. Everything works fine generally, but when I tried to install blueman I ran into an issue that I don't know how to fix.

What I did: apt-get install blueman

What I see:

[....] Reloading system message bus config...Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
invoke-rc.d: initscript dbus, action "reload" failed.
dpkg: error processing package blueman (--configure): subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
blueman
E: Sub-process /usr/bin/dpkg returned an error code(1)
At first, I thought this was simply blacklisted. Looking at /usr/sbin/update-rc.d, I found that bluetooth was disabled, so I added it to the whitelist. Re-running 'apt-get upgrade' or 'apt-get install blueman' shows the same error. So I tried to add blueman into the whitelist, with no effect.

I know my bluetooth dongle that I wish to use works with Kali, as I can use it with my laptop which has it installed. This seems to be a software issue rather than hardware.

Does anyone know how to address this issue, or if there's a workaround?