diff -Nru indicator-bluetooth-0.0.6+16.04.20160214/debian/changelog indicator-bluetooth-0.0.6+16.04.20160526/debian/changelog --- indicator-bluetooth-0.0.6+16.04.20160214/debian/changelog 2016-05-26 14:47:17.000000000 +0000 +++ indicator-bluetooth-0.0.6+16.04.20160526/debian/changelog 2016-05-26 14:47:18.000000000 +0000 @@ -1,3 +1,11 @@ +indicator-bluetooth (0.0.6+16.04.20160526-0ubuntu1) xenial; urgency=medium + + * src/desktop.vala: + - remove the "browse" action since there is no working backend + (LP: #1562822) + + -- Sebastien Bacher Thu, 26 May 2016 13:34:48 +0000 + indicator-bluetooth (0.0.6+16.04.20160214-0ubuntu1) xenial; urgency=medium * Change the indicator's Bluez class to watch for 'org.bluez' to diff -Nru indicator-bluetooth-0.0.6+16.04.20160214/src/desktop.vala indicator-bluetooth-0.0.6+16.04.20160526/src/desktop.vala --- indicator-bluetooth-0.0.6+16.04.20160214/src/desktop.vala 2016-02-14 21:13:50.000000000 +0000 +++ indicator-bluetooth-0.0.6+16.04.20160526/src/desktop.vala 2016-05-26 13:34:46.000000000 +0000 @@ -136,9 +136,14 @@ if (device.is_connectable) submenu.append_item (create_device_connection_menuitem (device)); + /* There is no working backend that can be used there, disable + the action until that situation gets sorted out + see http://launchpad.net/bugs/1562822 + if (device.supports_browsing) submenu.append (_("Browse files…"), @"indicator.desktop-browse-files::$(device.address)"); + */ if (device.supports_file_transfer) submenu.append (_("Send files…"),