Still the same for 16.04. Still the geoclue-hostip package doesnt fix
the issue.
/usr/share/qreator/qreator_lib/Builder.py:21: 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 GObject, Gtk # pylint: disable=E0611
/usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:17: PyGIWarning:
GtkChamplain was imported without specifying a version first. Use
gi.require_version('GtkChamplain', '0.12') before import to ensure that the
right version gets loaded.
from gi.repository import Gtk, GtkChamplain, Clutter, Champlain
/usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py:19: PyGIWarning:
GtkClutter was imported without specifying a version first. Use
gi.require_version('GtkClutter', '1.0') before import to ensure that the right
version gets loaded.
from gi.repository import GtkClutter
/usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py:20: PyGIWarning:
NetworkManager was imported without specifying a version first. Use
gi.require_version('NetworkManager', '1.0') before import to ensure that the
right version gets loaded.
from gi.repository import Gtk, NetworkManager, NMClient, GLib, GdkPixbuf
/usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py:20: PyGIWarning: NMClient
was imported without specifying a version first. Use
gi.require_version('NMClient', '1.0') before import to ensure that the right
version gets loaded.
from gi.repository import Gtk, NetworkManager, NMClient, GLib, GdkPixbuf
No handlers could be found for logger "qreator_lib"
Traceback (most recent call last):
File "/usr/bin/qreator", line 46, in <module>
qreator.main()
File "/usr/share/qreator/qreator/__init__.py", line 63, in main
window = QreatorWindow.QreatorWindow()
File "/usr/share/qreator/qreator_lib/Window.py", line 48, in __new__
new_object.finish_initializing(builder)
File "/usr/share/qreator/qreator/QreatorWindow.py", line 79, in
finish_initializing
self.init_qr_types()
File "/usr/share/qreator/qreator/QreatorWindow.py", line 135, in init_qr_types
self.qr_types = [d(self.update_qr_code) for d in QRCodeType.dataformats]
File "/usr/share/qreator/qreator/qrcodes/QRCodeType.py", line 71, in __init__
self.create_widget() # pylint: disable=E1101
File "/usr/share/qreator/qreator/qrcodes/QRCodeLocation.py", line 29, in
create_widget
self.widget = QRCodeLocationGtk(self.qr_code_update_func)
File "/usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py", line 49, in
__init__
latitude, longitude = get_current_location()
File "/usr/share/qreator/qreator/qrcodes/QRCodeLocationGtk.py", line 111, in
get_current_location
dbus_interface='org.freedesktop.Geoclue.Position')
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in
call_blocking
message, timeout)
dbus.exceptions.DBusException:
org.freedesktop.DBus.GLib.UnmappedError.GeoclueErrorQuark.Code1:
xmlNanoHTTPMethod did not get a response from http://api.hostip.info/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365572
Title:
Missing dependency: qreator requires geoclue-hostip
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qreator/+bug/1365572/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs