[Bug 643957] [NEW] zsh segfaults when pressing ^C while it is waiting for completion of a multi-line command

2010-09-20 Thread Nick Welch
Public bug reported:

Binary package hint: zsh

If I type an incomplete command ending with a pipe, and then press enter
and then ^C, zsh segfaults.

Example:


~ % zsh
~ % ls | while read i; do echo $i |
pipe while pipe [THIS IS WHERE I HIT ^C]
zsh: segmentation fault  zsh
~ % 

Package version: 4.3.10-5ubuntu3

I do not recall encountering this problem until after a recent upgrade.
I'm certain I would have noticed it before because after the upgrade I
started noticing it multiple times, unsure of what was happening
initially.

Strangely, when I grep through all of the rotated /var/log/dpkg.log*
files, I see that the last upgrade of zsh recorded there is many months
ago, which suggests that this problem could possibly be in some more
recently updated dependency?  But zsh's only deps are ncurses and
libcap2, neither of which were updated recently either.  The problem
happens in both gnome-terminal and xterm, so I don't think that's a
factor.

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

-- 
zsh segfaults when pressing ^C while it is waiting for completion of a 
multi-line command
https://bugs.launchpad.net/bugs/643957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 643957] Re: zsh segfaults when pressing ^C while it is waiting for completion of a multi-line command

2010-09-20 Thread Nick Welch
FWIW, I'm running on 32-bit.  I'll try at home on my 64-bit machine and
see if there's any difference.

uname -a:

Linux nick 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010
i686 GNU/Linux

-- 
zsh segfaults when pressing ^C while it is waiting for completion of a 
multi-line command
https://bugs.launchpad.net/bugs/643957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 355442] [NEW] libSDL_image has no pkg-config support

2009-04-04 Thread Nick Welch
Public bug reported:

Binary package hint: libsdl-image1.2-dev

I believe this also applies to other SDL optional components, like
SDL_mixer, SDL_net, etc.  There's no way to get the right link flags
through pkg-config or even sdl-config.  One has to manually add
-lSDL_image to the link flags in your project's Makefile (or
equivalent).

I believe the solution is that there should be a /usr/lib/pkgconfig/sdl-
image.pc file provided by libsdl-image1.2-dev, and so on for libsdl-
mixer1.2-dev, libsdl-net1.2-dev, and others.

Running Ubuntu 8.10 with libsdl-image1.2-dev 1.2.6-3.

** Affects: sdl-image1.2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libSDL_image has no pkg-config support
https://bugs.launchpad.net/bugs/355442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 103306] Re: compiz eats mouse clicks at the border of the screen

2008-07-11 Thread Nick Welch
Woohoo!

I've finally come up with the magic bit of CSS to work around this:

hbox#browser { margin-right: -1px !important; }

(to anyone reading this that isn't sure what to do with that, copy/paste
it into ~/.mozilla/firefox/your profile/chrome/userChrome.css)

This may be not be the absolute most correct solution (I think some
other element has a border/margin/padding of 1 where it should be 0, but
I couldn't track it down), but it fixes the problem for me perfectly.

-- 
compiz eats mouse clicks at the border of the screen
https://bugs.launchpad.net/bugs/103306
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 103306] Re: compiz eats mouse clicks at the border of the screen

2008-07-11 Thread Nick Welch
Sorry, that last comment was intended for #125734, although there seems
to be a lot of confusion between these two bugs and maybe some people
watching this one will benefit from it.

-- 
compiz eats mouse clicks at the border of the screen
https://bugs.launchpad.net/bugs/103306
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 125734] Re: Firefox scrollbar doesn't use the infinite size usability effect

2008-07-11 Thread Nick Welch
Woohoo!

I've finally come up with the magic bit of CSS to work around this:

hbox#browser { margin-right: -1px !important; }

(to anyone reading this that isn't sure what to do with that, copy/paste
it into ~/.mozilla/firefox/your profile/chrome/userChrome.css)

This may be not be the absolute most correct solution (I think some
other element has a border/margin/padding of 1 where it should be 0, but
I couldn't track it down), but it fixes the problem for me perfectly.

-- 
Firefox scrollbar doesn't use the infinite size usability effect
https://bugs.launchpad.net/bugs/125734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 125734] Re: Firefox scrollbar doesn't use the infinite size usability effect

2008-06-26 Thread Nick Welch
*** This bug is a duplicate of bug 103306 ***
https://bugs.launchpad.net/bugs/103306

This has nothing to do with compiz. Firefox has an extra pixel of
padding/border/whatever to the right of the scrollbar, which is the
cause of the scrollbar not being right at the edge of the screen.  I
have never even had compiz installed and I've experienced this problem
with Firefox for as long as I can remember on multiple Ubuntu machines.

-- 
Firefox scrollbar doesn't use the infinite size usability effect
https://bugs.launchpad.net/bugs/125734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 125734] Re: Firefox scrollbar doesn't use the infinite size usability effect

2008-06-26 Thread Nick Welch
*** This bug is a duplicate of bug 103306 ***
https://bugs.launchpad.net/bugs/103306

I just installed the LittleFox theme and the annoying 1px scrollbar
padding is gone.  The problem is in Firefox's default theme.  This could
be a dead simple CSS change for someone familiar with the chrome.

-- 
Firefox scrollbar doesn't use the infinite size usability effect
https://bugs.launchpad.net/bugs/125734
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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