[Bug 397368] New: kbluetooth is broken
https://bugzilla.novell.com/show_bug.cgi?id=397368 Summary: kbluetooth is broken Product: openSUSE 11.0 Version: RC 1 Platform: x86 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: wrana@blauhaus.org QAContact: qa@suse.de Found By: Beta-Customer In KDE, there is the bluetooth-symbol in the systray. If you click it, it opens Konqueror-kde4, but Konqueror-kde4 does not support the bluetooth kio-slave and ends with a error message. The icon in systemsettings is missing. The Applications Bluetooth Monitor and Bluetooth Assistant are crashing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |tpatzig@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 User tpatzig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=397368#c1 Tom Patzig <tpatzig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tpatzig@novell.com Status|NEEDINFO |ASSIGNED Info Provider|tpatzig@novell.com | --- Comment #1 from Tom Patzig <tpatzig@novell.com> 2008-06-05 06:11:05 MDT --- The kdebluetooth, that is used within KDE4 is the version written for KDE3. So some features might not work as expected, but we had to use the KDE3 version, because the KDE4 kbluetooth is still in progress and not really useable. So the kio module, which enables konqueror to handle the bluetooth protocol uses plain obexftp code. Right now i'am writing a wrapper for the obex-data-server, which offers a nice dbus api. This wrapper is then used for KDE4 kdebluetooth obex operations (Send File,...). So the new module for konqueror-kde4 should also use this api. So for now i will disable the KDE3 kdebluetooth "start-konqueror" feature, until the new module is ready. Which icon in systemsettings do u mean. Not quite sure, but i think its not planned to have a bluetooth systemsettings icon. All tasks should be handled via the systray. Could you please attach a backtrace of the Monitor crash, if there is any. Bluetooth Assistent...? You mean the input wizard ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 Tom Patzig <tpatzig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kde-maintainers@suse.de |tpatzig@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|KDE4 Workspace |KDE4 Applications -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 User wrana@blauhaus.org added comment https://bugzilla.novell.com/show_bug.cgi?id=397368#c2 --- Comment #2 from Daniel Wrana <wrana@blauhaus.org> 2008-06-05 13:52:33 MDT --- Thanks for the reply and the work on kdebluetooth. SYSTEMSETTINGS I am coming from kubuntu, there has been a systemsettings module and in the Suse help you can read: "In the control center module of kbluetoothd you can configure if and how often kbluetoothd searches for devices". MONITOR It crashed the morning and I could reproduce it. Now, after I restarted kdebluetooth, I can't reproduce the crash. Now it even recognizes the devices (another computer and a lg handy), but no services on the devices are recognized. In the left corner there is written: "Diensteerkennung abgeschaltet" what means: "Service Discovery deactivated" or similar. I have the device, but I cannot do anything with it. BLUETOOTH ASSISTENT/INPUT WIZARD Yes, it might be the input wizard, working on a german localization, here its called "Bluetooth Assistent". Now it does not crash. But when I am searching for a new device, the device is found - the trayapplet pops up "Connected with 'Elshandy'" and gets a light blue color, but less than a second later, the color changes again to gray. The device never shows up in the input wizard. Dmesg on console has no related messages. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 User tpatzig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=397368#c3 --- Comment #3 from Tom Patzig <tpatzig@novell.com> 2008-06-06 06:51:53 MDT --- Ok. So we have to update the help. :) kbluetoothd is the very, very old KDE bluetooth Ui. Also on KDE3 kbluetoothd is no longer used. So in the future there is no need for a bluetooth systemsettings entry. If the monitor crashes again, please attach the backtraces. If you enable service discovery, it will take quite long to discover services from the device, so dont worry, if there is no response immediately. So if the monitor recognizes devices it sounds like it works as expected. The input wizard has the task to configure BT input devices, like mouse and keyboard. If your mobile phone supports the HID protocol, you can configure it also as input device. The wizard only shows devices, that support the HID protocol. To find out, if your device supports that protocol a connection to the device is established, that's why the trayicon pops up with some info messages. So if your device it not in the list, it does not support HID. What can you do with your device... ? You can try to send a file to your device, to see wether it supports obexftp or obexpush. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=397368 User tpatzig@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=397368#c4 Tom Patzig <tpatzig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Tom Patzig <tpatzig@novell.com> 2008-09-22 10:10:32 MDT --- There is a new kdebluetooth4 version (0.2) released. This version replaces the old kdebluetooth3 version on KDE4. The bugs mentioned in this report are not valid/found in kdebluetooth4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com