[Bug 1396325] [NEW] Aw, snap! In chromium after youtube video

2014-11-25 Thread Joshua Hopp
Public bug reported: Since the latest software update I get the Aw, snap! error frequently at the end of youtube videos. I can watch the whole video, afterwards chromium displays the grid with related videos for about a second and than the pages crashes (Aw snap!) dmesg: [ 32.383142]

[Bug 879838] Re: Keyboard Layout Germany Neo 2: Mod4 does not work if used as secondary keyboard layout

2012-05-31 Thread Joshua Hopp
My current workaround is to bypass the gnome keyboard layout as follows: Use the following shell script as an autostart script: #!/bin/bash function start_neo () { ~/neo/init_layout.sh } start_neo # prevent gnome from switching back to their keyboard layout: sleep 2

[Bug 879838] [NEW] Keyboard Layout Germany Neo 2: Mod4 does not work if used as secondary keyboard layout

2011-10-22 Thread Joshua Hopp
Public bug reported: If Neo 2 is used as secondary keyboard layout, Layer 4 and 6 (that is, Mod4) don't work. To reproduce this bug, do the following: 1: Neo 2 as primary keyboard layout - start gnome-keyboard-properties - Click Add... - Select Country: Germany and Variants: Germany Neo 2 -

[Bug 872766] [NEW] firefox crashes after click on link

2011-10-12 Thread Joshua Hopp
Public bug reported: Sometimes after I clicked on a link, firefox crashes and the report this crash to the devellopers window opens. From then on I am unable to start firefox, as it crashes again every time (session manager recovery window pops up for a short moment, then it disappears and the

[Bug 872766] Re: firefox crashes after click on link

2011-10-12 Thread Joshua Hopp
** Attachment added: backtrace of what happens after unsuccessfully trying to start firefox https://bugs.launchpad.net/bugs/872766/+attachment/2538201/+files/backtrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 821731] [NEW] gnome terminal segfaults

2011-08-05 Thread Joshua Hopp
Public bug reported: Gnome segfaulted while execution of the following command: convert -delay 4 Kernschatten.*.png -loop 0 Kernschatten.gif Afterwards starting gnome-terminal (e.g. from xterm) resulted in segfaults, sometimes within less then one second, directly after showing the prompt.

[Bug 821731] Re: gnome terminal segfaults

2011-08-05 Thread Joshua Hopp
** Description changed: Gnome segfaulted while execution of the following command: convert -delay 4 Kernschatten.*.png -loop 0 Kernschatten.gif Afterwards starting gnome-terminal (e.g. from xterm) resulted in - segfaults, sometimes within less then one second + segfaults, sometimes

[Bug 780014] [NEW] Pylint crashes if the word coding is used as keyword argument

2011-05-09 Thread Joshua Hopp
Public bug reported: Binary package hint: pylint Example code: --- pylint.py -- def do_something(a_word_with_coding=None): pass Now run pylint: user@localhost:~$ pylint pylint.py No config file found, using default

[Bug 780014] Re: Pylint crashes if the word coding is used as keyword argument

2011-05-09 Thread Joshua Hopp
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780014 Title: Pylint crashes if the word coding is used as keyword argument -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 751517] [NEW] Error if filename contains spaces

2011-04-05 Thread Joshua Hopp
Public bug reported: Binary package hint: pfstools If the filename (first commandline argument) contains spaces, both pfsin and pfsv fail to load the image (due to missing quotes). The attached patches resolve the problem. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: pfsview

[Bug 751517] Re: Error if filename contains spaces

2011-04-05 Thread Joshua Hopp
** Patch added: patch for pfsv https://bugs.launchpad.net/ubuntu/+source/pfstools/+bug/751517/+attachment/1983274/+files/pfsv.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751517 Title:

[Bug 751517] Re: Error if filename contains spaces

2011-04-05 Thread Joshua Hopp
** Patch added: Patch for pfsin https://bugs.launchpad.net/bugs/751517/+attachment/1983272/+files/pfsin.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/751517 Title: Error if filename

[Bug 732503] [NEW] Evince display shreddered

2011-03-10 Thread Joshua Hopp
Public bug reported: Binary package hint: evince After some scrolling the page content is totally shreddered. (Thumbnails are displayed correctly.) I tried several PDF files, this happens each time. See screenshots. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: evince

[Bug 732503] Re: Evince display shreddered

2011-03-10 Thread Joshua Hopp
** Attachment added: Evince-screenshots.gif https://bugs.launchpad.net/bugs/732503/+attachment/1898408/+files/Evince-screenshots.gif -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732503 Title:

[Bug 718852] [NEW] PIL: write to file-compatible object fails

2011-02-14 Thread Joshua Hopp
Public bug reported: Binary package hint: python-imaging import io, PIL.Image img = PIL.Image.new(RGB,(10,10)) stream = io.BytesIO() img.save(stream,PPM) Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.6/dist-packages/PIL/Image.py, line 1439, in