[Bug 1587249] Re: PIL exception fromstring

2017-06-10 Thread Phillip "ZyanKLee" Stockmann
when running qreator on xenial this error occurs as well:

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.

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

Title:
  PIL exception fromstring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qrencode/+bug/1587249/+subscriptions

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


[Bug 1677150] Re: keepass2 (2.35+dfsg-1~ubuntu16.04~ppa1) crashes switching tabs

2017-03-29 Thread Phillip "ZyanKLee" Stockmann
to resolve this issue myself I tried the following:

* updated mono to latest upstream packages (had the problem with mono 
4.2.1.102+dfsg2-7ubuntu4, too)
* checked if newer packages were in ppa by ~jtaylor

Another issue (crashes on double clicking items) was resolved by
updating to mono 4.8.0 but switching tabs still leads to crashes.

Those crashes started last week, as far as I can tell.

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

Title:
  keepass2 (2.35+dfsg-1~ubuntu16.04~ppa1) crashes switching tabs

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

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


[Bug 1677150] Re: keepass2 (2.35+dfsg-1~ubuntu16.04~ppa1) crashes switching tabs

2017-03-29 Thread Phillip "ZyanKLee" Stockmann
** Description changed:

  This looks to me like a regression:
  https://sourceforge.net/p/keepass/bugs/1440/ ,
  https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/891029
  
- 
- One of those two dbs lies on a gvfs-mounted CIFS device and the very same db 
additionally has a tab color assigned.
- 
+ One of those two dbs lies on a gvfs-mounted CIFS device and the very
+ same db additionally has a tab color assigned.
  
  ## Trace copied to clipboard:
  
- 
  Cannot add Control to TabControl. Only TabPages can be directly added to 
TabControls.
  System.Windows.Forms
-   at System.Windows.Forms.TabControl+ControlCollection.Add 
(System.Windows.Forms.Control value) [0x00027] in 
:0 
-   at System.Windows.Forms.Control.set_Parent (System.Windows.Forms.Control 
value) [0x00043] in :0 
-   at System.Windows.Forms.Control..ctor (System.Windows.Forms.Control parent, 
System.String text) [0xd] in :0 
-   at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor 
(System.Windows.Forms.Control,string)
-   at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, 
System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) 
[0x00181] in :0 
-   at System.Windows.Forms.XplatUIX11.DispatchMessage 
(System.Windows.Forms.MSG& msg) [0x0] in 
:0 
-   at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG& 
msg) [0x0] in :0 
-   at System.Windows.Forms.Application.RunLoop (System.Boolean Modal, 
System.Windows.Forms.ApplicationContext context) [0x0036e] in 
:0 
-   at System.Windows.Forms.Application.Run 
(System.Windows.Forms.ApplicationContext context) [0x00014] in 
:0 
-   at System.Windows.Forms.Application.Run (System.Windows.Forms.Form 
mainForm) [0x6] in :0 
-   at KeePass.Program.Main (System.String[] args) [0x00547] in 
<19f1ceabd1b244629754fa1ac25797e5>:0 
+   at System.Windows.Forms.TabControl+ControlCollection.Add 
(System.Windows.Forms.Control value) [0x00027] in 
:0
+   at System.Windows.Forms.Control.set_Parent (System.Windows.Forms.Control 
value) [0x00043] in :0
+   at System.Windows.Forms.Control..ctor (System.Windows.Forms.Control parent, 
System.String text) [0xd] in :0
+   at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor 
(System.Windows.Forms.Control,string)
+   at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, 
System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) 
[0x00181] in :0
+   at System.Windows.Forms.XplatUIX11.DispatchMessage 
(System.Windows.Forms.MSG& msg) [0x0] in 
:0
+   at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG& 
msg) [0x0] in :0
+   at System.Windows.Forms.Application.RunLoop (System.Boolean Modal, 
System.Windows.Forms.ApplicationContext context) [0x0036e] in 
:0
+   at System.Windows.Forms.Application.Run 
(System.Windows.Forms.ApplicationContext context) [0x00014] in 
:0
+   at System.Windows.Forms.Application.Run (System.Windows.Forms.Form 
mainForm) [0x6] in :0
+   at KeePass.Program.Main (System.String[] args) [0x00547] in 
<19f1ceabd1b244629754fa1ac25797e5>:0
  Void Add(System.Windows.Forms.Control)
- 
  
  ## versions:
  
  mono --version
  Mono JIT compiler version 4.8.0 (Stable 4.8.0.520/8f6d0f6 Wed Mar 15 16:18:35 
UTC 2017)
  Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. 
www.mono-project.com
-   TLS:   __thread
-   SIGSEGV:   altstack
-   Notifications: epoll
-   Architecture:  amd64
-   Disabled:  none
-   Misc:  softdebug 
-   LLVM:  supported, not enabled.
-   GC:sgen
- 
+  TLS:   __thread
+  SIGSEGV:   altstack
+  Notifications: epoll
+  Architecture:  amd64
+  Disabled:  none
+  Misc:  softdebug
+  LLVM:  supported, not enabled.
+  GC:sgen
  
  keepass2 --version
  KeePass 2.35
  Copyright © 2003-2017 Dominik Reichl
  
  (from dpkg: 2.35+dfsg-1~ubuntu16.04~ppa1 )
- 
  
  lsb_release -a
  Distributor ID:   Ubuntu
  Description:  Ubuntu 16.04.2 LTS
  Release:  16.04
  Codename: xenial
  
  
+ ## installed packages/plugins:
+ 
+ keepass2 2.35+dfsg-1~ubuntu16.04~ppa1
+ keepass2-plugin-application-indicator 0.4.7+0.5.7
+ keepass2-plugin-keeagent 0.8.1
+ keepass2-plugin-keepasshttp 1.8.4.1
+ keepass2-plugin-launcher 0.1.1+0.5.7
+ keepass2-plugin-libdbus 0.3.1+0.5.7
+ keepass2-plugin-libdbusmenu 0.1.1+0.5.7
+ keepass2-plugin-libimagemagick 0.2.8+0.5.7
+ keepass2-plugin-libunity 0.1.1+0.5.7
+ keepass2-plugin-rpc 1.6.4-0
+ 
+ 
+ ## used ppas:
+ 
+ deb http://ppa.launchpad.net/dlech/keepass2-plugins/ubuntu xenial main
+ deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu xenial main
+ deb http://download.mono-project.com/repo/debian/ wheezy main
+ 
  
  you need anything else?

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

Title:
  

[Bug 1677150] Re: keepass2 (2.35+dfsg-1~ubuntu16.04~ppa1) crashes switching tabs

2017-03-29 Thread Phillip &quot;ZyanKLee" Stockmann
chose keepass2 package

** Project changed: os-win => keepass2 (Ubuntu)

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

Title:
  keepass2 (2.35+dfsg-1~ubuntu16.04~ppa1) crashes switching tabs

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

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


[Bug 1376587] Re: wine and fglrx packages are mutually exclusive

2015-02-25 Thread Phillip ZyanKLee Stockmann
*** This bug is a duplicate of bug 1129409 ***
https://bugs.launchpad.net/bugs/1129409

This error is still persisting in ubuntu 14.04.2 LTS:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.2 LTS
Release:14.04
Codename:   trusty


# LANG=C apt-get install wine
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ruby-rgen ruby-safe-yaml
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  attr cabextract fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei
  libaio1 libcapi20-3 libcapi20-3:i386 libexif12:i386 libgd3:i386 libgif4:i386
  libglamor0 libglu1-mesa:i386 libgphoto2-6:i386 libgphoto2-port10:i386
  libgpm2:i386 libgstreamer-plugins-base0.10-0:i386 libgstreamer0.10-0:i386
  libhdb9-heimdal libieee1284-3:i386 libkdc2-heimdal liblcms2-2:i386
  libltdl7:i386 libmpg123-0 libmpg123-0:i386 libncurses5:i386 libnss-winbind
  libopenal-data libopenal1 libopenal1:i386 libosmesa6 libosmesa6:i386
  libp11-kit-gnome-keyring:i386 libpam-winbind libsane:i386 libspice-server1
  libusb-1.0-0:i386 libv4l-0:i386 libv4lconvert0:i386 libvpx1:i386
  libxatracker2 libxpm4:i386 libxvmc1 ocl-icd-libopencl1
  ocl-icd-libopencl1:i386 p11-kit-modules:i386 p7zip python-dnspython samba
  samba-dsdb-modules samba-vfs-modules tdb-tools ttf-mscorefonts-installer
  ttf-wqy-microhei unixODBC winbind wine-gecko2.21 wine-gecko2.21:i386
  wine-mono0.0.8 wine1.6 wine1.6-amd64 wine1.6-i386:i386 winetricks
  xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-cirrus
  xserver-xorg-video-fbdev xserver-xorg-video-glamoregl
  xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga
  xserver-xorg-video-modesetting xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sis
  xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
  xserver-xorg-video-vesa xserver-xorg-video-vmware
Suggested packages:
  isdnutils-doc isdnutils-doc:i386 libgd-tools:i386 gphoto2:i386 gtkam:i386
  gpm:i386 libvisual-0.4-plugins:i386 gstreamer-codec-install:i386
  gnome-codec-install:i386 gstreamer0.10-tools:i386
  gstreamer0.10-plugins-base:i386 liblcms2-utils:i386 libroar-compat2
  libportaudio2:i386 libroar-compat2:i386 hplip:i386 hpoj:i386
  libsane-extras:i386 opencl-icd opencl-icd:i386 bind9 bind9utils ldb-tools
  ntp smbldap-tools dosbox:any firmware-linux
Recommended packages:
  unixODBC:i386 wine-mono0.0.8:i386
The following packages will be REMOVED:
  fglrx fglrx-amdcccle fglrx-core fglrx-dev
The following NEW packages will be installed:
  attr cabextract fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei
  libaio1 libcapi20-3 libcapi20-3:i386 libexif12:i386 libgd3:i386 libgif4:i386
  libglamor0 libglu1-mesa:i386 libgphoto2-6:i386 libgphoto2-port10:i386
  libgpm2:i386 libgstreamer-plugins-base0.10-0:i386 libgstreamer0.10-0:i386
  libhdb9-heimdal libieee1284-3:i386 libkdc2-heimdal liblcms2-2:i386
  libltdl7:i386 libmpg123-0 libmpg123-0:i386 libncurses5:i386 libnss-winbind
  libopenal-data libopenal1 libopenal1:i386 libosmesa6 libosmesa6:i386
  libp11-kit-gnome-keyring:i386 libpam-winbind libsane:i386 libspice-server1
  libusb-1.0-0:i386 libv4l-0:i386 libv4lconvert0:i386 libvpx1:i386
  libxatracker2 libxpm4:i386 libxvmc1 ocl-icd-libopencl1
  ocl-icd-libopencl1:i386 p11-kit-modules:i386 p7zip python-dnspython samba
  samba-dsdb-modules samba-vfs-modules tdb-tools ttf-mscorefonts-installer
  ttf-wqy-microhei unixODBC winbind wine wine-gecko2.21 wine-gecko2.21:i386
  wine-mono0.0.8 wine1.6 wine1.6-amd64 wine1.6-i386:i386 winetricks
  xserver-xorg-video-all xserver-xorg-video-ati xserver-xorg-video-cirrus
  xserver-xorg-video-fbdev xserver-xorg-video-glamoregl
  xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga
  xserver-xorg-video-modesetting xserver-xorg-video-neomagic
  xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-s3 xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sis
  xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
  xserver-xorg-video-vesa xserver-xorg-video-vmware
0 upgraded, 88 newly installed, 4 to remove and 14 not upgraded.
Need to get 105 MB/156 MB of archives.
After this operation, 152 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.

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

Title:
  wine and fglrx packages are mutually 

[Bug 1074645] Re: Shotwell crashes on image export

2012-11-04 Thread Phillip ZyanKLee Stockmann
Ok, so far it works without this specific problem. Guess you fixed it
somewhere between 0.12 and 0.13.1 - thanks for your time and advice.

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

Title:
  Shotwell crashes on image export

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

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


[Bug 1074645] [NEW] Shotwell crashes on image export

2012-11-03 Thread Phillip ZyanKLee Stockmann
Public bug reported:

Had to export a fair amount of images. During this process shotwell crashed 
multiple times just in the middle of the exporting process.
When dying shotwells last message to the living is:

ERROR:/build/buildd/shotwell-0.12.3/src/core/DataSource.vala:424:data_source_contact_subscribers:
assertion failed: (!_tmp0_)

Source format was NEF; destination format PNG in full size. I'll attach
some image as a demo for you. All files have the same height and width,
and are shot with the same camera. Aside from that I could not find a
scheme for a crash reason at the images.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: shotwell 0.12.3-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Sat Nov  3 13:11:27 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

** Attachment added: demo image
   
https://bugs.launchpad.net/bugs/1074645/+attachment/3422559/+files/DSC_0022.NEF

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

Title:
  Shotwell crashes on image export

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

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


[Bug 1074645] Re: Shotwell crashes on image export

2012-11-03 Thread Phillip ZyanKLee Stockmann
** Description changed:

  Had to export a fair amount of images. During this process shotwell crashed 
multiple times just in the middle of the exporting process.
  When dying shotwells last message to the living is:
  
  
ERROR:/build/buildd/shotwell-0.12.3/src/core/DataSource.vala:424:data_source_contact_subscribers:
  assertion failed: (!_tmp0_)
  
  Source format was NEF; destination format PNG in full size. I'll attach
- some image as a demo for you. All files have the same height and width,
- and are shot with the same camera. Aside from that I could not find a
- scheme for a crash reason at the images.
+ some image as a demo for you. All files have the same height and width
+ (or are rotated), and are shot with the same camera. Aside from that I
+ could not find a scheme for a crash reason at the images.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: shotwell 0.12.3-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Sat Nov  3 13:11:27 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: shotwell
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Shotwell crashes on image export

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

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

[Bug 1074645] Re: Shotwell crashes on image export

2012-11-03 Thread Phillip ZyanKLee Stockmann
ran shotwell with gdb and strace but neither did run into this error.

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

Title:
  Shotwell crashes on image export

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

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


[Bug 1074645] Re: Shotwell crashes on image export

2012-11-03 Thread Phillip ZyanKLee Stockmann
my first test exporting 43 pictures with the build from your precise ppa ran 
without errors.
will do some more tests in the morning, perhaps it was related to exporting to 
a usb flash drive? we will see if 0.13.1 runs stable with that.

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

Title:
  Shotwell crashes on image export

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

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