summaryrefslogtreecommitdiffstats
path: root/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-10-21 19:23:00 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-10-21 19:23:00 +0200
commit59daf455b483742c6c47099652117074df37889a (patch)
tree5271c465e9468df4e8fe1814bdb413164b40823e /redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch
parent7834467b40a454432c3f8d84b6b43e299afe4933 (diff)
downloadtde-packaging-59daf455b483742c6c47099652117074df37889a.tar.gz
tde-packaging-59daf455b483742c6c47099652117074df37889a.zip
RHEL/Fedora/MGA/MDV/Suse: update extras for TDE 3.5.13.1
Diffstat (limited to 'redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch')
-rw-r--r--redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch b/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch
new file mode 100644
index 000000000..e236dc44e
--- /dev/null
+++ b/redhat/extras/kdebluetooth/kdebluetooth-fix_bluez4_support.patch
@@ -0,0 +1,22 @@
+--- a/kdebluetooth/libkbluetooth/dbusinit.h.ORI 2012-09-01 20:45:58.121444854 +0200
++++ a/kdebluetooth/libkbluetooth/dbusinit.h 2012-09-01 20:46:09.735185514 +0200
+@@ -32,7 +32,7 @@
+ #include <dbus/connection.h>
+
+ #define BLUEZ_SERVICE "org.bluez"
+-#define BLUEZ_PATH "/org/bluez"
++#define BLUEZ_PATH "/"
+
+ #define OBEX_SERVICE "org.openobex"
+ #define OBEX_PATH "/org/openobex"
+--- a/kdebluetooth/libkbluetooth/inputmanager.h.ORI 2012-09-01 20:48:03.215640910 +0200
++++ a/kdebluetooth/libkbluetooth/inputmanager.h 2012-09-01 20:48:12.643428667 +0200
+@@ -32,7 +32,7 @@
+ #include "dbussignal.h"
+ #include "dbusfilter.h"
+
+-#define BLUEZ_PATH_INPUTMANAGER "/org/bluez/input"
++#define BLUEZ_PATH_INPUTMANAGER "/input"
+ #define INTERFACE_INPUTMANAGER "org.bluez.input.Manager"
+
+ namespace KBluetooth