Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 18, 2019 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4606a2102100b4c478d803f7d0bf879d to your computer and use it in GitHub Desktop.
Save ryantm/4606a2102100b4c478d803f7d0bf879d to your computer and use it in GitHub Desktop.
/nix/store/53vi8nbpiihiakmk1g73sf84cwpxfpnb-blueman-2.0.8
├── bin
│   ├── blueman-adapters
│   ├── blueman-applet
│   ├── blueman-assistant
│   ├── blueman-browse
│   ├── blueman-manager
│   ├── blueman-report
│   ├── blueman-sendto
│   └── blueman-services
├── etc
│   ├── dbus-1
│   │   └── system.d
│   │   └── org.blueman.Mechanism.conf
│   └── xdg
│   └── autostart
│   └── blueman.desktop
├── lib
│   └── python3.7
│   └── site-packages
│   ├── blueman
│   │   ├── bluez
│   │   │   ├── Adapter.py
│   │   │   ├── AgentManager.py
│   │   │   ├── Agent.py
│   │   │   ├── BlueZInterface.py
│   │   │   ├── Device.py
│   │   │   ├── errors.py
│   │   │   ├── Headset.py
│   │   │   ├── __init__.py
│   │   │   ├── Manager.py
│   │   │   ├── Network.py
│   │   │   ├── NetworkServer.py
│   │   │   ├── obex
│   │   │   │   ├── AgentManager.py
│   │   │   │   ├── Agent.py
│   │   │   │   ├── Base.py
│   │   │   │   ├── Client.py
│   │   │   │   ├── Error.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── Manager.py
│   │   │   │   ├── ObjectPush.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── Agent.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Agent.cpython-37.pyc
│   │   │   │   │   ├── AgentManager.cpython-37.opt-1.pyc
│   │   │   │   │   ├── AgentManager.cpython-37.pyc
│   │   │   │   │   ├── Base.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Base.cpython-37.pyc
│   │   │   │   │   ├── Client.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Client.cpython-37.pyc
│   │   │   │   │   ├── Error.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Error.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── Manager.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Manager.cpython-37.pyc
│   │   │   │   │   ├── ObjectPush.cpython-37.opt-1.pyc
│   │   │   │   │   ├── ObjectPush.cpython-37.pyc
│   │   │   │   │   ├── Session.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Session.cpython-37.pyc
│   │   │   │   │   ├── Transfer.cpython-37.opt-1.pyc
│   │   │   │   │   └── Transfer.cpython-37.pyc
│   │   │   │   ├── Session.py
│   │   │   │   └── Transfer.py
│   │   │   ├── PropertiesBlueZInterface.py
│   │   │   └── __pycache__
│   │   │   ├── Adapter.cpython-37.opt-1.pyc
│   │   │   ├── Adapter.cpython-37.pyc
│   │   │   ├── Agent.cpython-37.opt-1.pyc
│   │   │   ├── Agent.cpython-37.pyc
│   │   │   ├── AgentManager.cpython-37.opt-1.pyc
│   │   │   ├── AgentManager.cpython-37.pyc
│   │   │   ├── BlueZInterface.cpython-37.opt-1.pyc
│   │   │   ├── BlueZInterface.cpython-37.pyc
│   │   │   ├── Device.cpython-37.opt-1.pyc
│   │   │   ├── Device.cpython-37.pyc
│   │   │   ├── errors.cpython-37.opt-1.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── Headset.cpython-37.opt-1.pyc
│   │   │   ├── Headset.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Manager.cpython-37.opt-1.pyc
│   │   │   ├── Manager.cpython-37.pyc
│   │   │   ├── Network.cpython-37.opt-1.pyc
│   │   │   ├── Network.cpython-37.pyc
│   │   │   ├── NetworkServer.cpython-37.opt-1.pyc
│   │   │   ├── NetworkServer.cpython-37.pyc
│   │   │   ├── PropertiesBlueZInterface.cpython-37.opt-1.pyc
│   │   │   └── PropertiesBlueZInterface.cpython-37.pyc
│   │   ├── Constants.py
│   │   ├── DeviceClass.py
│   │   ├── Functions.py
│   │   ├── gui
│   │   │   ├── Animation.py
│   │   │   ├── applet
│   │   │   │   ├── __init__.py
│   │   │   │   ├── PluginDialog.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── PluginDialog.cpython-37.opt-1.pyc
│   │   │   │   └── PluginDialog.cpython-37.pyc
│   │   │   ├── CommonUi.py
│   │   │   ├── DeviceList.py
│   │   │   ├── DeviceSelectorDialog.py
│   │   │   ├── DeviceSelectorList.py
│   │   │   ├── DeviceSelectorWidget.py
│   │   │   ├── Dialogs.py
│   │   │   ├── GenericList.py
│   │   │   ├── GsmSettings.py
│   │   │   ├── GtkAnimation.py
│   │   │   ├── __init__.py
│   │   │   ├── manager
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ManagerDeviceList.py
│   │   │   │   ├── ManagerDeviceMenu.py
│   │   │   │   ├── ManagerMenu.py
│   │   │   │   ├── ManagerProgressbar.py
│   │   │   │   ├── ManagerStats.py
│   │   │   │   ├── ManagerToolbar.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ManagerDeviceList.cpython-37.opt-1.pyc
│   │   │   │   ├── ManagerDeviceList.cpython-37.pyc
│   │   │   │   ├── ManagerDeviceMenu.cpython-37.opt-1.pyc
│   │   │   │   ├── ManagerDeviceMenu.cpython-37.pyc
│   │   │   │   ├── ManagerMenu.cpython-37.opt-1.pyc
│   │   │   │   ├── ManagerMenu.cpython-37.pyc
│   │   │   │   ├── ManagerProgressbar.cpython-37.opt-1.pyc
│   │   │   │   ├── ManagerProgressbar.cpython-37.pyc
│   │   │   │   ├── ManagerStats.cpython-37.opt-1.pyc
│   │   │   │   ├── ManagerStats.cpython-37.pyc
│   │   │   │   ├── ManagerToolbar.cpython-37.opt-1.pyc
│   │   │   │   └── ManagerToolbar.cpython-37.pyc
│   │   │   ├── MessageArea.py
│   │   │   ├── Notification.py
│   │   │   └── __pycache__
│   │   │   ├── Animation.cpython-37.opt-1.pyc
│   │   │   ├── Animation.cpython-37.pyc
│   │   │   ├── CommonUi.cpython-37.opt-1.pyc
│   │   │   ├── CommonUi.cpython-37.pyc
│   │   │   ├── DeviceList.cpython-37.opt-1.pyc
│   │   │   ├── DeviceList.cpython-37.pyc
│   │   │   ├── DeviceSelectorDialog.cpython-37.opt-1.pyc
│   │   │   ├── DeviceSelectorDialog.cpython-37.pyc
│   │   │   ├── DeviceSelectorList.cpython-37.opt-1.pyc
│   │   │   ├── DeviceSelectorList.cpython-37.pyc
│   │   │   ├── DeviceSelectorWidget.cpython-37.opt-1.pyc
│   │   │   ├── DeviceSelectorWidget.cpython-37.pyc
│   │   │   ├── Dialogs.cpython-37.opt-1.pyc
│   │   │   ├── Dialogs.cpython-37.pyc
│   │   │   ├── GenericList.cpython-37.opt-1.pyc
│   │   │   ├── GenericList.cpython-37.pyc
│   │   │   ├── GsmSettings.cpython-37.opt-1.pyc
│   │   │   ├── GsmSettings.cpython-37.pyc
│   │   │   ├── GtkAnimation.cpython-37.opt-1.pyc
│   │   │   ├── GtkAnimation.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── MessageArea.cpython-37.opt-1.pyc
│   │   │   ├── MessageArea.cpython-37.pyc
│   │   │   ├── Notification.cpython-37.opt-1.pyc
│   │   │   └── Notification.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── main
│   │   │   ├── applet
│   │   │   │   ├── BluezAgent.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── BluezAgent.cpython-37.opt-1.pyc
│   │   │   │   ├── BluezAgent.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── AppletService.py
│   │   │   ├── Config.py
│   │   │   ├── DbusService.py
│   │   │   ├── Device.py
│   │   │   ├── DhcpClient.py
│   │   │   ├── FakeDevice.py
│   │   │   ├── __init__.py
│   │   │   ├── Mechanism.py
│   │   │   ├── NetConf.py
│   │   │   ├── NetworkManager.py
│   │   │   ├── PluginManager.py
│   │   │   ├── PPPConnection.py
│   │   │   ├── PulseAudioUtils.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AppletService.cpython-37.opt-1.pyc
│   │   │   │   ├── AppletService.cpython-37.pyc
│   │   │   │   ├── Config.cpython-37.opt-1.pyc
│   │   │   │   ├── Config.cpython-37.pyc
│   │   │   │   ├── DbusService.cpython-37.opt-1.pyc
│   │   │   │   ├── DbusService.cpython-37.pyc
│   │   │   │   ├── Device.cpython-37.opt-1.pyc
│   │   │   │   ├── Device.cpython-37.pyc
│   │   │   │   ├── DhcpClient.cpython-37.opt-1.pyc
│   │   │   │   ├── DhcpClient.cpython-37.pyc
│   │   │   │   ├── FakeDevice.cpython-37.opt-1.pyc
│   │   │   │   ├── FakeDevice.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── Mechanism.cpython-37.opt-1.pyc
│   │   │   │   ├── Mechanism.cpython-37.pyc
│   │   │   │   ├── NetConf.cpython-37.opt-1.pyc
│   │   │   │   ├── NetConf.cpython-37.pyc
│   │   │   │   ├── NetworkManager.cpython-37.opt-1.pyc
│   │   │   │   ├── NetworkManager.cpython-37.pyc
│   │   │   │   ├── PluginManager.cpython-37.opt-1.pyc
│   │   │   │   ├── PluginManager.cpython-37.pyc
│   │   │   │   ├── PPPConnection.cpython-37.opt-1.pyc
│   │   │   │   ├── PPPConnection.cpython-37.pyc
│   │   │   │   ├── PulseAudioUtils.cpython-37.opt-1.pyc
│   │   │   │   ├── PulseAudioUtils.cpython-37.pyc
│   │   │   │   ├── SignalTracker.cpython-37.opt-1.pyc
│   │   │   │   ├── SignalTracker.cpython-37.pyc
│   │   │   │   ├── SpeedCalc.cpython-37.opt-1.pyc
│   │   │   │   └── SpeedCalc.cpython-37.pyc
│   │   │   ├── SignalTracker.py
│   │   │   └── SpeedCalc.py
│   │   ├── plugins
│   │   │   ├── applet
│   │   │   │   ├── AppIndicator.py
│   │   │   │   ├── AuthAgent.py
│   │   │   │   ├── DBusService.py
│   │   │   │   ├── DhcpClient.py
│   │   │   │   ├── DiscvManager.py
│   │   │   │   ├── ExitItem.py
│   │   │   │   ├── GameControllerWakelock.py
│   │   │   │   ├── Headset.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── KillSwitch.py
│   │   │   │   ├── Menu.py
│   │   │   │   ├── NetUsage.py
│   │   │   │   ├── Networking.py
│   │   │   │   ├── NMDUNSupport.py
│   │   │   │   ├── NMPANSupport.py
│   │   │   │   ├── PowerManager.py
│   │   │   │   ├── PPPSupport.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── AppIndicator.cpython-37.opt-1.pyc
│   │   │   │   │   ├── AppIndicator.cpython-37.pyc
│   │   │   │   │   ├── AuthAgent.cpython-37.opt-1.pyc
│   │   │   │   │   ├── AuthAgent.cpython-37.pyc
│   │   │   │   │   ├── DBusService.cpython-37.opt-1.pyc
│   │   │   │   │   ├── DBusService.cpython-37.pyc
│   │   │   │   │   ├── DhcpClient.cpython-37.opt-1.pyc
│   │   │   │   │   ├── DhcpClient.cpython-37.pyc
│   │   │   │   │   ├── DiscvManager.cpython-37.opt-1.pyc
│   │   │   │   │   ├── DiscvManager.cpython-37.pyc
│   │   │   │   │   ├── ExitItem.cpython-37.opt-1.pyc
│   │   │   │   │   ├── ExitItem.cpython-37.pyc
│   │   │   │   │   ├── GameControllerWakelock.cpython-37.opt-1.pyc
│   │   │   │   │   ├── GameControllerWakelock.cpython-37.pyc
│   │   │   │   │   ├── Headset.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Headset.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── KillSwitch.cpython-37.opt-1.pyc
│   │   │   │   │   ├── KillSwitch.cpython-37.pyc
│   │   │   │   │   ├── Menu.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Menu.cpython-37.pyc
│   │   │   │   │   ├── NetUsage.cpython-37.opt-1.pyc
│   │   │   │   │   ├── NetUsage.cpython-37.pyc
│   │   │   │   │   ├── Networking.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Networking.cpython-37.pyc
│   │   │   │   │   ├── NMDUNSupport.cpython-37.opt-1.pyc
│   │   │   │   │   ├── NMDUNSupport.cpython-37.pyc
│   │   │   │   │   ├── NMPANSupport.cpython-37.opt-1.pyc
│   │   │   │   │   ├── NMPANSupport.cpython-37.pyc
│   │   │   │   │   ├── PowerManager.cpython-37.opt-1.pyc
│   │   │   │   │   ├── PowerManager.cpython-37.pyc
│   │   │   │   │   ├── PPPSupport.cpython-37.opt-1.pyc
│   │   │   │   │   ├── PPPSupport.cpython-37.pyc
│   │   │   │   │   ├── RecentConns.cpython-37.opt-1.pyc
│   │   │   │   │   ├── RecentConns.cpython-37.pyc
│   │   │   │   │   ├── SerialManager.cpython-37.opt-1.pyc
│   │   │   │   │   ├── SerialManager.cpython-37.pyc
│   │   │   │   │   ├── ShowConnected.cpython-37.opt-1.pyc
│   │   │   │   │   ├── ShowConnected.cpython-37.pyc
│   │   │   │   │   ├── StandardItems.cpython-37.opt-1.pyc
│   │   │   │   │   ├── StandardItems.cpython-37.pyc
│   │   │   │   │   ├── StatusIcon.cpython-37.opt-1.pyc
│   │   │   │   │   ├── StatusIcon.cpython-37.pyc
│   │   │   │   │   ├── TransferService.cpython-37.opt-1.pyc
│   │   │   │   │   └── TransferService.cpython-37.pyc
│   │   │   │   ├── RecentConns.py
│   │   │   │   ├── SerialManager.py
│   │   │   │   ├── ShowConnected.py
│   │   │   │   ├── StandardItems.py
│   │   │   │   ├── StatusIcon.py
│   │   │   │   └── TransferService.py
│   │   │   ├── AppletPlugin.py
│   │   │   ├── BasePlugin.py
│   │   │   ├── ConfigurablePlugin.py
│   │   │   ├── __init__.py
│   │   │   ├── manager
│   │   │   │   ├── __init__.py
│   │   │   │   ├── PulseAudioProfile.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── PulseAudioProfile.cpython-37.opt-1.pyc
│   │   │   │   │   ├── PulseAudioProfile.cpython-37.pyc
│   │   │   │   │   ├── Services.cpython-37.opt-1.pyc
│   │   │   │   │   └── Services.cpython-37.pyc
│   │   │   │   └── Services.py
│   │   │   ├── ManagerPlugin.py
│   │   │   ├── mechanism
│   │   │   │   ├── __init__.py
│   │   │   │   ├── Network.py
│   │   │   │   ├── Ppp.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── Network.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Network.cpython-37.pyc
│   │   │   │   │   ├── Ppp.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Ppp.cpython-37.pyc
│   │   │   │   │   ├── Rfcomm.cpython-37.opt-1.pyc
│   │   │   │   │   ├── Rfcomm.cpython-37.pyc
│   │   │   │   │   ├── RfKill.cpython-37.opt-1.pyc
│   │   │   │   │   └── RfKill.cpython-37.pyc
│   │   │   │   ├── Rfcomm.py
│   │   │   │   └── RfKill.py
│   │   │   ├── MechanismPlugin.py
│   │   │   ├── __pycache__
│   │   │   │   ├── AppletPlugin.cpython-37.opt-1.pyc
│   │   │   │   ├── AppletPlugin.cpython-37.pyc
│   │   │   │   ├── BasePlugin.cpython-37.opt-1.pyc
│   │   │   │   ├── BasePlugin.cpython-37.pyc
│   │   │   │   ├── ConfigurablePlugin.cpython-37.opt-1.pyc
│   │   │   │   ├── ConfigurablePlugin.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ManagerPlugin.cpython-37.opt-1.pyc
│   │   │   │   ├── ManagerPlugin.cpython-37.pyc
│   │   │   │   ├── MechanismPlugin.cpython-37.opt-1.pyc
│   │   │   │   ├── MechanismPlugin.cpython-37.pyc
│   │   │   │   ├── ServicePlugin.cpython-37.opt-1.pyc
│   │   │   │   └── ServicePlugin.cpython-37.pyc
│   │   │   ├── ServicePlugin.py
│   │   │   └── services
│   │   │   ├── __init__.py
│   │   │   ├── Network.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── Network.cpython-37.opt-1.pyc
│   │   │   │   ├── Network.cpython-37.pyc
│   │   │   │   ├── Transfer.cpython-37.opt-1.pyc
│   │   │   │   └── Transfer.cpython-37.pyc
│   │   │   └── Transfer.py
│   │   ├── __pycache__
│   │   │   ├── Constants.cpython-37.opt-1.pyc
│   │   │   ├── Constants.cpython-37.pyc
│   │   │   ├── DeviceClass.cpython-37.opt-1.pyc
│   │   │   ├── DeviceClass.cpython-37.pyc
│   │   │   ├── Functions.cpython-37.opt-1.pyc
│   │   │   ├── Functions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Sdp.cpython-37.opt-1.pyc
│   │   │   ├── Sdp.cpython-37.pyc
│   │   │   ├── Service.cpython-37.opt-1.pyc
│   │   │   └── Service.cpython-37.pyc
│   │   ├── Sdp.py
│   │   ├── Service.py
│   │   └── services
│   │   ├── AudioSink.py
│   │   ├── AudioSource.py
│   │   ├── DialupNetwork.py
│   │   ├── GroupNetwork.py
│   │   ├── HandsfreeGateway.py
│   │   ├── Headset.py
│   │   ├── __init__.py
│   │   ├── Input.py
│   │   ├── meta
│   │   │   ├── __init__.py
│   │   │   ├── NetworkService.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── NetworkService.cpython-37.opt-1.pyc
│   │   │   │   ├── NetworkService.cpython-37.pyc
│   │   │   │   ├── SerialService.cpython-37.opt-1.pyc
│   │   │   │   └── SerialService.cpython-37.pyc
│   │   │   └── SerialService.py
│   │   ├── NetworkAccessPoint.py
│   │   ├── __pycache__
│   │   │   ├── AudioSink.cpython-37.opt-1.pyc
│   │   │   ├── AudioSink.cpython-37.pyc
│   │   │   ├── AudioSource.cpython-37.opt-1.pyc
│   │   │   ├── AudioSource.cpython-37.pyc
│   │   │   ├── DialupNetwork.cpython-37.opt-1.pyc
│   │   │   ├── DialupNetwork.cpython-37.pyc
│   │   │   ├── GroupNetwork.cpython-37.opt-1.pyc
│   │   │   ├── GroupNetwork.cpython-37.pyc
│   │   │   ├── HandsfreeGateway.cpython-37.opt-1.pyc
│   │   │   ├── HandsfreeGateway.cpython-37.pyc
│   │   │   ├── Headset.cpython-37.opt-1.pyc
│   │   │   ├── Headset.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.opt-1.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Input.cpython-37.opt-1.pyc
│   │   │   ├── Input.cpython-37.pyc
│   │   │   ├── NetworkAccessPoint.cpython-37.opt-1.pyc
│   │   │   ├── NetworkAccessPoint.cpython-37.pyc
│   │   │   ├── SerialPort.cpython-37.opt-1.pyc
│   │   │   └── SerialPort.cpython-37.pyc
│   │   └── SerialPort.py
│   ├── _blueman.la
│   └── _blueman.so
├── libexec
│   ├── blueman-mechanism
│   └── blueman-rfcomm-watcher
├── nix-support
│   └── propagated-user-env-packages
└── share
├── applications
│   ├── blueman-adapters.desktop
│   └── blueman-manager.desktop
├── blueman
│   └── ui
│   ├── adapters-tab.ui
│   ├── adapters.ui
│   ├── applet-passkey.ui
│   ├── applet-plugins-widget.ui
│   ├── assistant.ui
│   ├── device-list-widget.ui
│   ├── gsm-settings.ui
│   ├── manager-main.ui
│   ├── net-usage.ui
│   ├── rename-device.ui
│   ├── send-dialog.ui
│   ├── services-network.ui
│   ├── services-transfer.ui
│   └── services.ui
├── dbus-1
│   ├── services
│   │   └── blueman-applet.service
│   └── system-services
│   └── org.blueman.Mechanism.service
├── doc
│   └── blueman
│   ├── CHANGELOG.md
│   ├── COPYING
│   ├── FAQ
│   └── README.md
├── gsettings-schemas
│   └── blueman-2.0.8
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.blueman.gschema.xml
├── icons
│   └── hicolor
│   ├── 128x128
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 16x16
│   │   ├── actions
│   │   │   ├── blueman-plugin.png
│   │   │   └── blueman-trust.png
│   │   ├── apps
│   │   │   └── blueman.png
│   │   ├── devices
│   │   │   └── blueman-device.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman-down-active.png
│   │   ├── blueman-down-inactive.png
│   │   ├── blueman.png
│   │   ├── blueman-tray.png
│   │   ├── blueman-up-active.png
│   │   └── blueman-up-inactive.png
│   ├── 192x192
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 22x22
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 24x24
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 256x256
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 32x32
│   │   ├── actions
│   │   │   ├── blueman-plugin.png
│   │   │   ├── blueman-send-file.png
│   │   │   ├── blueman-trust.png
│   │   │   └── blueman-untrust.png
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 48x48
│   │   ├── actions
│   │   │   └── blueman-send-file.png
│   │   ├── apps
│   │   │   └── blueman.png
│   │   ├── devices
│   │   │   ├── blueman-camera.png
│   │   │   ├── blueman-cellular.png
│   │   │   ├── blueman-desktop.png
│   │   │   ├── blueman-handheld.png
│   │   │   ├── blueman-handsfree.png
│   │   │   ├── blueman-headset.png
│   │   │   ├── blueman-keyboard.png
│   │   │   ├── blueman-laptop.png
│   │   │   ├── blueman-loudspeaker.png
│   │   │   ├── blueman-mouse.png
│   │   │   ├── blueman-pointing.png
│   │   │   ├── blueman-scanner.png
│   │   │   ├── blueman-server.png
│   │   │   └── blueman-smart-phone.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   └── blueman.png
│   ├── 64x64
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 72x72
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   ├── 96x96
│   │   ├── apps
│   │   │   └── blueman.png
│   │   └── status
│   │   ├── blueman-active.png
│   │   ├── blueman-disabled.png
│   │   ├── blueman.png
│   │   └── blueman-tray.png
│   └── scalable
│   ├── actions
│   │   └── blueman-plugin.svg
│   ├── apps
│   │   └── blueman.svg
│   ├── devices
│   │   ├── blueman-device.svg
│   │   └── blueman-serial.svg
│   └── status
│   ├── blueman-active.svg
│   ├── blueman-disabled.svg
│   ├── blueman.svg
│   ├── blueman-tray.svg
│   └── blueman-x.svg
├── locale
│   ├── af
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── am
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── bs
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── en_AU
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── hi
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── kk
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── mk
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── mr
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── nds
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── sw
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   ├── zh_HK
│   │   └── LC_MESSAGES
│   │   └── blueman.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── blueman.mo
├── man
│   └── man1
│   ├── blueman-adapters.1.gz
│   ├── blueman-applet.1.gz
│   ├── blueman-assistant.1.gz
│   ├── blueman-browse.1.gz
│   ├── blueman-manager.1.gz
│   ├── blueman-report.1.gz
│   ├── blueman-sendto.1.gz
│   └── blueman-services.1.gz
├── pixmaps
│   └── blueman
│   ├── blueman-lq-100.png
│   ├── blueman-lq-10.png
│   ├── blueman-lq-20.png
│   ├── blueman-lq-30.png
│   ├── blueman-lq-40.png
│   ├── blueman-lq-50.png
│   ├── blueman-lq-60.png
│   ├── blueman-lq-70.png
│   ├── blueman-lq-80.png
│   ├── blueman-lq-90.png
│   ├── blueman-rssi-100.png
│   ├── blueman-rssi-10.png
│   ├── blueman-rssi-20.png
│   ├── blueman-rssi-30.png
│   ├── blueman-rssi-40.png
│   ├── blueman-rssi-50.png
│   ├── blueman-rssi-60.png
│   ├── blueman-rssi-70.png
│   ├── blueman-rssi-80.png
│   ├── blueman-rssi-90.png
│   ├── blueman-tpl-100.png
│   ├── blueman-tpl-10.png
│   ├── blueman-tpl-20.png
│   ├── blueman-tpl-30.png
│   ├── blueman-tpl-40.png
│   ├── blueman-tpl-50.png
│   ├── blueman-tpl-60.png
│   ├── blueman-tpl-70.png
│   ├── blueman-tpl-80.png
│   └── blueman-tpl-90.png
└── Thunar
└── sendto
└── thunar-sendto-blueman.desktop
218 directories, 586 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment