[Bug 1803476] Re: After reboot, snap-confine has elevated permissions and is not confined but should be

2018-11-21 Thread grisu48
I'm having the same issue with spotify and tusk, installed via snap. The
workaround suggested by nereocystis works, but it would be nice if it
would not be necessary.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1803476

Title:
  After reboot, snap-confine has elevated permissions and is not
  confined but should be

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1803476/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1711819] [NEW] fromstring() has been removed

2017-08-19 Thread grisu48
Public bug reported:

Generation of CR codes based on Texts failes with the following
Traceback

Traceback (most recent call last):
  File "/usr/share/qreator/qreator/QreatorWindow.py", line 512, in 
on_qr_drawingarea_draw
output_type=QRCodeOutput.CAIRO_SURFACE)
  File "/usr/share/qreator/qreator/QRCode.py", line 61, in encode
border)
  File "/usr/share/qreator/qreator/QRCode.py", line 70, in _encode_to_cairo
current_color_bg, previous_color_bg, border)
  File "/usr/share/qreator/qreator/QRCode.py", line 94, in _encode_to_pil
version, self.qrcode_size, self.image = qrencode.encode(text)
  File "/usr/lib/python2.7/dist-packages/qrencode/__init__.py", line 47, in 
encode
im = Image.fromstring('L', (size, size), data)
  File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2063, in fromstring
"Please call frombytes() instead.")
Exception: fromstring() has been removed. Please call frombytes() instead.
Traceback (most recent call last):
  File "/usr/share/qreator/qreator/QreatorWindow.py", line 512, in 
on_qr_drawingarea_draw
output_type=QRCodeOutput.CAIRO_SURFACE)
  File "/usr/share/qreator/qreator/QRCode.py", line 61, in encode
border)
  File "/usr/share/qreator/qreator/QRCode.py", line 70, in _encode_to_cairo
current_color_bg, previous_color_bg, border)
  File "/usr/share/qreator/qreator/QRCode.py", line 94, in _encode_to_pil
version, self.qrcode_size, self.image = qrencode.encode(text)
  File "/usr/lib/python2.7/dist-packages/qrencode/__init__.py", line 47, in 
encode
im = Image.fromstring('L', (size, size), data)
  File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2063, in fromstring
"Please call frombytes() instead.")
Exception: fromstring() has been removed. Please call frombytes() instead.

** Affects: qreator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711819

Title:
  fromstring() has been removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qreator/+bug/1711819/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1711818] [NEW] Missing packages

2017-08-19 Thread grisu48
Public bug reported:

In addition to Bug #1365572 in Ubuntu 16.04 I also had to install
python-gi-cairo to get it working.

The program needs to run the following packages:
* geoclue-hostip
* geoclue-ubuntu-geoip
* python-gi-cairo


Traceback:
/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/share/qreator/qreator/QreatorWindow.py", line 266, in 
switch_callback
self.ui.notebook1.set_current_page(page)
TypeError: Couldn't find foreign struct converter for 'cairo.Context'
Traceback (most recent call last):
  File "/usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py", line 77, in 
update_ssids
ssids = get_ssids()
  File "/usr/share/qreator/qreator/qrcodes/QRCodeWifiGtk.py", line 138, in 
get_ssids
for dev in devs:
TypeError: Couldn't find foreign struct converter for 'cairo.Context'

** Affects: qreator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711818

Title:
  Missing packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qreator/+bug/1711818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1365572] Re: Missing dependency: qreator requires geoclue-hostip

2017-08-19 Thread grisu48
I can confirm this bug with a clean installation of Ubuntu 16.04.
I had to install the following two packages to get it run: geoclue-hostip, 
geoclue-ubuntu-geoip

Solution:
apt-get install geoclue-hostip geoclue-ubuntu-geoip

** Attachment added: "Traceback without installed geoclue-hostip and without 
geoclue-ubuntu-geoip"
   
https://bugs.launchpad.net/ubuntu/+source/qreator/+bug/1365572/+attachment/4935230/+files/bug.txt

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs