Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 7b7e02765369eafe829d680a8cb4908e > files > 2

blueman-2.0.6-1.mga6.src.rpm

--- a/apps/blueman-report	2015-05-24 09:01:34.000000000 +0100
+++ b/apps/blueman-report	2015-05-27 12:43:44.916949194 +0100
@@ -77,7 +77,7 @@ print("")
 print("=====================================")
 print("")
 print("blueman: " + VERSION)
-v = subprocess.Popen(['/usr/sbin/bluetoothd', '-v'], stdout=subprocess.PIPE).stdout.read().decode('UTF-8')[:-1]
+v = subprocess.Popen(['/usr/libexec/bluetooth/bluetoothd', '-v'], stdout=subprocess.PIPE).stdout.read().decode('UTF-8')[:-1]
 print("BlueZ: " + v)
 print("Distribution: ")
 print("Desktop: " + os.environ.get('XDG_CURRENT_DESKTOP'))