I had the exact same problem, here is how i fixed it.
Blueman somehow fixes the default bluetooth manager (bluez
), but u will have two bluetooth icons
Blueman has a plugin named AppIndicator
that allows it to show in the system tray.
So all you need to do is remove the plugin's files (to hide blueman's tray icon) & use the default bluetooth manager (bluez
) to transfer files:
sudo rm '/usr/lib/python2.7/dist-packages/blueman/plugins/applet/AppIndicator.pyc'
sudo rm '/usr/lib/python2.7/dist-packages/blueman/plugins/applet/AppIndicator.py'
Then restart/logout to see the results.
I hope this helps