Bug#917812: gnome-software: update broke gnome software
Package: gnome-software Version: 3.30.6-4 Followup-For: Bug #917812 Dear Maintainer, I found this fix by accident. I disconnect my laptop from the internet completely and restart. On restart gnome-software works again somehow. Also removed the flatpak and snap plugins but that definitely wasn't the cause as the bug exists without them too. -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages gnome-software depends on: ii appstream0.12.5-1 ii apt-config-icons 0.12.5-1 ii dconf-gsettings-backend [gsettings-backend] 0.30.1-2 ii gnome-software-common3.30.6-4 ii gsettings-desktop-schemas3.28.1-1 ii libappstream-glib8 0.7.14-1 ii libatk1.0-0 2.30.0-2 ii libc62.28-5 ii libcairo21.16.0-2 ii libfwupd21.1.4-1 ii libgdk-pixbuf2.0-0 2.38.0+dfsg-7 ii libglib2.0-0 2.58.2-3 ii libgnome-desktop-3-173.30.2-4 ii libgspell-1-11.6.1-2 ii libgtk-3-0 3.24.4-1 ii libgtk3-perl 0.034-2 ii libgudev-1.0-0 232-2 ii libjson-glib-1.0-0 1.4.4-2 ii libpackagekit-glib2-18 1.1.12-1 ii libpolkit-gobject-1-00.105-25 ii libsecret-1-00.18.7-1 ii libsoup2.4-1 2.64.2-2 ii packagekit 1.1.12-1 ii software-properties-gtk 0.96.20.2-1 Versions of packages gnome-software recommends: ii fwupd 1.1.4-1 Versions of packages gnome-software suggests: pn apt-config-icons-hidpi pn gnome-software-plugin-flatpak pn gnome-software-plugin-snap -- no debconf information
Bug#917812: gnome-software: update broke gnome software
Package: gnome-software Version: 3.30.6-1 Severity: important Tags: newcomer Dear Maintainer, A recent update to gnome-software completely bricked it. I can start the application but it is permanently stuck at the "software catalog is being loaded" phase. No other errors show up when run from the terminal -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages gnome-software depends on: ii appstream0.12.4-2 ii apt-config-icons 0.12.4-2 ii dconf-gsettings-backend [gsettings-backend] 0.30.1-2 ii gnome-software-common3.30.6-1 ii gsettings-desktop-schemas3.28.1-1 ii libappstream-glib8 0.7.14-1 ii libatk1.0-0 2.30.0-2 ii libc62.28-2 ii libcairo21.16.0-2 ii libfwupd21.1.4-1 ii libgdk-pixbuf2.0-0 2.38.0+dfsg-7 ii libglib2.0-0 2.58.1-2 ii libgnome-desktop-3-173.30.2-4 ii libgspell-1-11.6.1-2 ii libgtk-3-0 3.24.2-3 ii libgtk3-perl 0.034-2 ii libgudev-1.0-0 232-2 ii libjson-glib-1.0-0 1.4.4-2 ii libpackagekit-glib2-18 1.1.12-1 ii libpolkit-gobject-1-00.105-23 ii libsecret-1-00.18.6-3 ii libsoup2.4-1 2.64.1-3 ii packagekit 1.1.12-1 ii software-properties-gtk 0.96.20.2-1 gnome-software recommends no packages. Versions of packages gnome-software suggests: pn apt-config-icons-hidpi ii fwupd 1.1.4-1 ii gnome-software-plugin-flatpak 3.30.6-1 ii gnome-software-plugin-snap 3.30.6-1 -- no debconf information
Bug#914792: kazam: Indicator not working
Package: kazam Version: 1.4.5-2 Severity: important Tags: newcomer Dear Maintainer, The app indicator that is supposed to show during screen recording does not show up. I used to use debian stretch/stable(with x11) and kazam worked fine then with a small widget on the bottom left corner. I recently upgraded to debian testing/buster(still with x11) but the indicator no longer works. Command line gives the following messages: ~$ kazam /usr/bin/kazam:32: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk /usr/lib/python3/dist-packages/kazam/frontend/window_area.py:30: PyGIWarning: Wnck was imported without specifying a version first. Use gi.require_version('Wnck', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject, Gdk, Wnck, GdkX11 /usr/lib/python3/dist-packages/kazam/backend/gstreamer.py:35: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GObject, Gst /usr/lib/python3/dist-packages/kazam/frontend/indicator.py:97: PyGIWarning: Keybinder was imported without specifying a version first. Use gi.require_version('Keybinder', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Keybinder /usr/lib/python3/dist-packages/kazam/app.py:145: Warning: value "((GtkIconSize) 32)" of type 'GtkIconSize' is invalid or out of range for property 'icon-size' of type 'GtkIconSize' self.builder.add_from_file(os.path.join(prefs.datadir, "ui", "kazam.ui")) (kazam:14247): Gtk-WARNING **: 15:53:34.864: Can't set a parent on widget which has a parent (kazam:14247): Gtk-WARNING **: 15:53:34.874: Can't set a parent on widget which has a parent Without the indicator there is no way to pause and resume recording smoothly. -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kazam depends on: ii gir1.2-gst-plugins-base-1.0 1.14.4-1 ii gir1.2-gstreamer-1.0 1.14.4-1 ii gir1.2-keybinder-3.0 0.3.2-1 ii gir1.2-wnck-3.0 3.30.0-1 ii gnome-session-canberra 0.30-6 ii gstreamer1.0-plugins-base1.14.4-1 ii gstreamer1.0-plugins-good1.14.4-1 ii gstreamer1.0-plugins-ugly1.14.4-1 ii gstreamer1.0-pulseaudio 1.14.4-1 ii python3 3.6.7-1 ii python3-cairo1.16.2-1+b1 ii python3-dbus 1.2.8-2+b1 ii python3-gi 3.30.2-1 ii python3-gi-cairo 3.30.2-1 ii python3-xdg 0.25-4 Versions of packages kazam recommends: ii gstreamer1.0-libav 1.15.0.1+git20180723+db823502-2 kazam suggests no packages. -- no debconf information
Bug#913292: gnome-software: Gnome Software Crashes
Package: gnome-software Version: 3.22.5-1 Severity: important Tags: upstream Dear Maintainer, ~$ gnome-software 07:54:46:0229 Gs failed to call gs_plugin_refresh on fwupd: failed to download https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz. asc: Not Found: NoSuchKeyThe specified key does not exist.downloads/firmware.xml.gz.ascCA09 BE93E7351291NemT+S3otRF+33NDYR9s3D2bzH3Amy6NAKMPoMj M7dCV5mt/beuiOHMVgriWfS7NHa3dfGa9Ycg= 07:54:46:0902 Gs hiding category graphics featured applications: found only 0 to show, need at least 9 07:54:46:0902 Gs hiding category audio-video featured applications: found only 0 to show, need at least 9 07:54:46:0963 GLib g_hash_table_get_values: assertion 'hash_table != NULL' failed And these were the dmesg logs that came immediately after the crash: [ 968.007046] gnome-software[2150]: segfault at d ip 7f71a5cf0e99 sp 7fffaa01a720 error 4 in libglib- 2.0.so.0.5000.3[7f71a5ca6000+112000] [ 968.007055] Code: 48 8d 35 7a ff 04 00 48 8d 3d 31 7f 04 00 e9 ae 6d 00 00 0f 1f 40 00 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 08 48 85 ff 74 3f <8b> 47 0c 85 c0 7e 10 8b 47 08 48 83 c4 08 c3 0f 1f 84 00 00 00 00 -- System Information: Debian Release: 9.5 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-0.bpo.1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages gnome-software depends on: ii appstream0.10.6-2 ii dconf-gsettings-backend [gsettings-backend] 0.26.0-2+b1 ii gnome-software-common3.22.5-1 ii gsettings-desktop-schemas3.22.0-1 ii libappstream-glib8 0.6.8-1 ii libatk1.0-0 2.30.0-1~bpo9+1 ii libc62.24-11+deb9u3 ii libcairo-gobject21.14.8-1 ii libcairo21.14.8-1 ii libenchant1c2a 1.6.0-11+b1 ii libfwupd10.7.4-2 ii libgdk-pixbuf2.0-0 2.36.5-2+deb9u2 ii libglib2.0-0 2.50.3-2 ii libgnome-desktop-3-123.22.2-1 ii libgtk-3-0 3.22.11-1 ii libgtkspell3-3-0 3.0.9-1 ii libgudev-1.0-0 230-3 ii libjson-glib-1.0-0 1.2.6-1 ii libpackagekit-glib2-18 1.1.5-2+deb9u1 ii libpango-1.0-0 1.40.5-1 ii libpangocairo-1.0-0 1.40.5-1 ii libpolkit-gobject-1-00.105-18 ii libsecret-1-00.18.5-3.1 ii libsoup2.4-1 2.56.0-2+deb9u2 ii libsqlite3-0 3.25.2-1~bpo9+1 ii packagekit 1.1.5-2+deb9u1 ii software-properties-gtk 0.96.20.2-1 gnome-software recommends no packages. Versions of packages gnome-software suggests: ii fwupd 0.7.4-2 ii gnome-software-plugin-flatpak 3.22.5-1 ii gnome-software-plugin-limba3.22.5-1 -- no debconf information
Bug#325723: me too report, naim isn't connecting to AOL
Hey Sorry about the long time without a response. Apparently, the naim writer ended up in the army and therefore there weren't any updates for a while. However, naim was finally updated recently and here is the new version http://mithrandir.dyndns.org/debs/source/ I hope you can upload it soon Rohit On Tuesday 06 September 2005 12:17 am, sean finney wrote: > hi rohit, nathan, daniel, > > (daniel: this is reference to debian bug 325723, which can be accessed > at http://bugs.debian.org/325723). > > i'd just like to add that i too can't seem to connect to AOL in naim. > i'd been running naim in a screened process for several months just fine, > but when i had to power down, move, and power up the server in question, > naim was no longer able to connect. > > i thought maybe AOL updated their protocol as they sometimes do, but > i'm unable to check for newer versions of naim on the upstream website: > > http://site.n.ml.org/info/naim/ > > as i get 403's :( > > > sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326981: xlibs-data fails to get installed/removed if /usr/X11R6/lib/X11/icons/ is missing
Package: xlibs-data Version: 6.8.2.dfsg.1-0pre1v1 Severity: normal If /usr/X11R6/lib/X11/icons/default/index.theme-dpkg.tmp is missing, the package xlibs-data is not installable or removable because the postinst script complains that it is unable to update /etc/alternatives/x-cursor-theme and fails with error 2. This is a potential problem if someone has a missing /usr/X11R6 dir and wants to reinstall X. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#301565: alQaeda its we are
The CreatePen functions create the dotted and dashed lines used to draw borders. AN ALLE FINANZINVESTOREN! DIESE AKTIE WIRD DURCHSTARTEN! FREITAG 20. APRIL STARTET DIE HAUSSE! REALISIERTER KURSGEWINN VON 400%+ IN 5 TAGEN! Symbol: G7Q.F Company: COUNTY LINE ENERGY 5 Tages Kursziel: 0.95 Schlusskurs: 0.21 WKN: A0J3B0 ISIN: US2224791077 Markt: Frankfurt LASSEN SIE SICH DIESE CHANCE NICHT ENTGEHEN! G7Q WIRD WIE EINE RAKETE DURCHSTARTEN! UNSERE ERWARTUNGEN WIRD G7Q.F UBERTREFFEN! Multiple helper addresses for IPX are supported in release 9. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#619027: Istanbul save dialogue does not open
Package: istanbul Version: 0.2.2-8 Tags: patch Usertags: origin-ubuntu natty ubuntu-patch Link to Launchpad Bug : https://bugs.launchpad.net/ubuntu/+source/istanbul/+bug/738673 On running istanbul. Recording takes place, but on stopping istanbul crashes with the following error : ** Message: pygobject_register_sinkfunc is deprecated (GstObject) DEBUG: final pipeline: istximagesrc name=videosource display-name=:0.0 screen-num=0 ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=1280,height=800,framerate=10/1 ! theoraenc ! oggmux name=mux ! filesink location=/tmp/tmpCbldBt Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/istanbul/main/save_window.py", line 42, in do_realize Gtk.DrawingArea.do_realize(self) NameError: global name 'Gtk' is not defined Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/istanbul/main/save_window.py", line 147, in init_videowidget widget._xid = widget.window.xid AttributeError: 'NoneType' object has no attribute 'xid' ** Gtk:ERROR:/build/buildd/gtk+2.0-2.24.3/gtk/gtkwidget.c:8832:gtk_widget_real_map: assertion failed: (gtk_widget_get_realized (widget)) Aborted (core dumped) The problem could be solved by correcting a typo in /usr/lib/pymodules/python2.7/istanbul/main/save_window.py Gtk.DrawingArea.do_realize(self) has to be changed to gtk.DrawingArea.do_realize(self) In Ubuntu, we've applied the attached patch to achieve the following: * correct the typo in debian/patches/fix_grab_xid.patch : "Gtk" to "gtk" We thought you might be interested in doing the same. -- Rohit R Third Year Int MSc Student Dept of Physics IIT Kharagpur
Bug#619028: Istanbul save dialogue does not open
Package: istanbul Version: 0.2.2-8 Tags: patch Usertags: origin-ubuntu natty ubuntu-patch Link to Launchpad Bug : https://bugs.launchpad.net/ubuntu/+source/istanbul/+bug/738673 On running istanbul. Recording takes place, but on stopping istanbul crashes with the following error : ** Message: pygobject_register_sinkfunc is deprecated (GstObject) DEBUG: final pipeline: istximagesrc name=videosource display-name=:0.0 screen-num=0 ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=1280, height=800,framerate=10/1 ! theoraenc ! oggmux name=mux ! filesink location=/tmp/tmpCbldBt Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/istanbul/main/save_window.py", line 42, in do_realize Gtk.DrawingArea.do_realize(self) NameError: global name 'Gtk' is not defined Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/istanbul/main/save_window.py", line 147, in init_videowidget widget._xid = widget.window.xid AttributeError: 'NoneType' object has no attribute 'xid' ** Gtk:ERROR:/build/buildd/gtk+2.0-2.24.3/gtk/gtkwidget.c:8832:gtk_widget_real_map: assertion failed: (gtk_widget_get_realized (widget)) Aborted (core dumped) The problem could be solved by correcting a typo in /usr/lib/pymodules/python2.7/istanbul/main/save_window.py Gtk.DrawingArea.do_realize(self) has to be changed to gtk.DrawingArea.do_realize(self) In Ubuntu, we've applied the attached patch to achieve the following: * correct the typo in debian/patches/fix_grab_xid.patch : "Gtk" to "gtk" We thought you might be interested in doing the same. -- Rohit R Third Year Int MSc Student Dept of Physics IIT Kharagpur istanbul_0.2.2-8ubuntu1.debdiff Description: Binary data
Bug#619027: Istanbul save dialogue does not open
Sorry, I forgot to attach the patch with the former mail !! -- Rohit R Third Year Int MSc Student Dept of Physics IIT Kharagpur istanbul_0.2.2-8ubuntu1.debdiff Description: Binary data
Bug#33975: I banged her till she bled
Achieve total and deep penetration. http://www.ppcthemovers.com/ She unwrapped herself to me -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#64141: Be warned, the changes are irreversible
Give yourself a new lease on life with this must-have Mens supplement. http://www.siepredto.com/ Challenge Your Genes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#623065: Typos in package description of libpam-blue
Package: libpam-blue Version: 0.9.0-3 Tags: patch Usertags: origin-ubuntu natty ubuntu-patch Link to Launchpad Bug : https://bugs.launchpad.net/ubuntu/+source/libpam-blue/+bug/763182 In the package description of libpam-blue 0.9.0-3, following typos are present : * "authenticaction" instead of "authentication" * 'b' is in lower case in "bluetooth" The patch attached achieves the following : * Typos fixed in package description. Fixes launchpad bug 763182 -- Rohit R Third Year Int MSc Student Dept of Physics IIT Kharagpur libpam-blue_0.9.0-3ubuntu1.debdiff Description: Binary data
Bug#623065: Changed patch
I had Ubuntu package versions mentioned in the earlier patch. Also I had not followed the right conventions for mentioning bugs closed. Here is a corrected patch. -- Rohit R Third Year Int MSc Student Dept of Physics IIT Kharagpur libpam-blue_0.9.0-3.debdiff Description: Binary data
Bug#943779: Bluez GATT server (peripheral) secure characteristic read/write not working
Package: Bluez Version: 5.50 I have implemented a GATT server in CPP which communicates to Bluez stack over DBUS APIs. I am able to advertise, expose characteristics and have clients connect with me. My reference is the doc and test folder in the bluez folder. I would like to make my characteristic accessible only on secure (not legacy) pairing. So I have added 'secure-write' and 'secure-read' flags to my characteristic. When I try to read and write them using the nRF connect tool I see that bluez is not forcing for pairing requests and I am able to read/write the characteristic. My app does not register any agent with the bluez since my peripheral has NoInputOutput capability. static int GetHandlerGattChar(sd_bus* bus, const char* path, const char* interface, const char* prop, sd_bus_message* reply, void* userdata, sd_bus_error* error) { . if (property == "UUID") { ret = sd_bus_message_append(reply, "s", "12345678-1234-5678-1234-56789abcdef1"); } else if (property == "Service") { ret = sd_bus_message_append(reply, "o", DBUS_OBJECT_SERVICE0_NAME.c_str()); } else if (property == "Flags") { ret = sd_bus_message_append(reply, "as", 3, "write-without-response", "secure-write", "secure-read"); } else { ret = sd_bus_error_set(error, SD_BUS_ERROR_UNKNOWN_PROPERTY, "" /* message*/); } .. } I don't understand what I am missing. Any help/support would be really appreciated. Rohit PAI Project Design Lead, Connected Systems Global Technology Organization, Energy Management Business Schneider Electric D +91 (80) 45540171 x 40171 M +91 9008728855 F +91 (80) 45542000 E rohit@se.com<mailto:rohit@se.com> Bearys Global Research Triangle (BGRT) 7th Floor, Tower-C, #63/3B, Gorvigere Village, Whitefield Ashram Road, Bangalore - 560067, India [cid:image001.png@01D29BE2.09B31090]<http://www.schneider-electric.com/b2b/en/campaign/innovation/overview.jsp#xtor=CS4-204-[Display]--->
Bug#942849: Bluez Service Crash just after Register Advertisement
Package: Bluez Version: 5.48 I am writing an application which communicates to Bluez over dbus APIs. I have a wilink 8 bluetooth 4.2 Low energy chip on my board. I am using example-advertisement and exmaple-gatt-server from test folder of the project as a reference to write my applicaiton. When I perfrom RegisterApplicaiton followed by RegisterAdvertisemtn then I can see that the bluez service is crashing. Please find below bluez logs. I dint not find any error or timeout in btmon. --- Bluez logs start - #: ../bluez-5.48/src/adapter.c:adapter_service_add() /org/bluez/hci0 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10003 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 0003--1000-8000-00805f9 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 0100--1000-8000-00805f9 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 1002--1000-8000-00805f9 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 111e--1000-8000-00805f9 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 1203--1000-8000-00805f9 #: ../bluez-5.48/src/adapter.c:adapter_service_insert() /org/bluez/hci0 #: ../bluez-5.48/src/adapter.c:add_uuid() sending add uuid command for index 0 #: ../bluez-5.48/src/adapter.c:property_set_mode() sending Set Powered command for index 0 #: ../bluez-5.48/src/adapter.c:dev_class_changed_callback() Class: 0x20 #: ../bluez-5.48/src/adapter.c:property_set_mode_complete() Success (0x00) #: ../bluez-5.48/src/adapter.c:new_settings_callback() Settings: 0x0ad1 #: ../bluez-5.48/src/adapter.c:settings_changed() Changed settings: 0x0001 #: ../bluez-5.48/src/adapter.c:adapter_start() adapter /org/bluez/hci0 has been enabled #: ../bluez-5.48/src/adapter.c:trigger_passive_scanning() #: ../bluez-5.48/src/gatt-database.c:manager_register_app() Registering application: :1.68:/com/schneider_electric/iotb/forum/objects/ble_transport #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char0, iface: org.freedesktop.DBus.Peer #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char0, iface: org.freedesktop.DBus.ObjectManager #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char0, iface: org.bluez.GattCharacteristic1 #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char1/desc0, iface: org.freedesktop.DBus.Peer #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char1/desc0, iface: org.freedesktop.DBus.ObjectManager #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char1/desc0, iface: org.bluez.GattDescriptor1 #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char1, iface: org.freedesktop.DBus.Peer #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char1, iface: org.freedesktop.DBus.ObjectManager #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0/char1, iface: org.bluez.GattCharacteristic1 #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0, iface: org.freedesktop.DBus.Peer #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0, iface: org.freedesktop.DBus.ObjectManager #: ../bluez-5.48/src/gatt-database.c:proxy_added_cb() Object received: /com/schneider_electric/iotb/forum/objects/ble_transport/service0, iface: org.bluez.GattService1 #: ../bluez-5.48/src/gatt-database.c:database_add_ccc() Created CCC entry for characteristic #: ../bluez-5.48/src/gatt-database.c:gatt_db_service_added() GATT Service added to local database #: ../bluez-5.48/src/adapter.c:adapter_service_add() /org/bluez/hci0 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Adding record with handle 0x10004 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 0007--1000-8000-00805f9 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 0100--1000-8000-00805f9 #: ../bluez-5.48/src/sdpd-service.c:add_record_to_server() Record pattern UUID 1002-
Bug#613096: test mail
Bug#613096: patch
Please find the patch in the attachment. Thanks, Rohit bug_613096.dpatch Description: Binary data
Bug#613096: [GSoC] patch for this bug
Hi, Please find the patch in the attachment. Thanks, Rohit. bug_613096.dpatch Description: bug_613096.dpatch
Bug#613096: patch
Please find the patch in the attachment. Regards, Rohit. bug_613096.dpatch Description: bug_613096.dpatch