[Bug 291373] Re: vim: hang after ^Z / fg

2009-02-22 Thread River Tarnell
FWIW: I've never encountered this bug on Solaris, so presumably whatever
the old code was meant to fix works fine there.  I'll look at compiling
a vim with this patch, and see if it fixes the problem on Linux, and/or
breaks it again on Solaris.

-- 
vim: hang after ^Z / fg
https://bugs.launchpad.net/bugs/291373
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 301023] [NEW] typo in systemsettings window behaviour

2008-11-22 Thread River Tarnell
Public bug reported:

Binary package hint: systemsettings

Under Window Behaviour  Focus, there is a checkbox Click raise active
window.  This should probably say Click raises active window.  (en_GB
locale.)

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
typo in systemsettings window behaviour
https://bugs.launchpad.net/bugs/301023
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 299727] [NEW] Sun Type 7 USB keyboard misdetected by X

2008-11-18 Thread River Tarnell
Public bug reported:

I use a Sun Type 7 UNIX-layout USB keyboard.  X detects the keyboard:

 (II) config/hal: Adding input device Sun USB Keyboard
 (**) Sun USB Keyboard: always reports core events
 (**) Sun USB Keyboard: Device: /dev/input/event2
 (II) Sun USB Keyboard: Found keys
 (II) Sun USB Keyboard: Configuring as keyboard
 (II) XINPUT: Adding extended input device Sun USB Keyboard (type: KEYBOARD)
 (**) Option xkb_rules evdev
 (**) Sun USB Keyboard: xkb_rules: evdev
 (**) Option xkb_model pc105
 (**) Sun USB Keyboard: xkb_model: pc105
 (**) Option xkb_layout us
 (**) Sun USB Keyboard: xkb_layout: us

But it wrongly detects it as a standard pc105 US keyboard.  This means
some keys don't work (e.g. Meta becomes Super, Compose becomes Menu,
etc.).  The correct layout for this keyboard is
us+sun_vndr/usb(sun_usb).  Setting this with setxkbmap -layout makes
the keyboard behave as expected.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Sun Type 7 USB keyboard misdetected by X
https://bugs.launchpad.net/bugs/299727
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 289329] Re: Intrepid: KDE logout screen is corrupted (garbage in background)

2008-11-07 Thread River Tarnell

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/19470211/Xorg.0.log

-- 
Intrepid: KDE logout screen is corrupted (garbage in background)
https://bugs.launchpad.net/bugs/289329
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 289329] Re: Intrepid: KDE logout screen is corrupted (garbage in background)

2008-11-07 Thread River Tarnell

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/19470214/lspci.txt

-- 
Intrepid: KDE logout screen is corrupted (garbage in background)
https://bugs.launchpad.net/bugs/289329
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 289329] Re: Intrepid: KDE logout screen is corrupted (garbage in background)

2008-11-07 Thread River Tarnell

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/19470222/xorg.conf

-- 
Intrepid: KDE logout screen is corrupted (garbage in background)
https://bugs.launchpad.net/bugs/289329
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 291373] Re: vim: hang after ^Z / fg

2008-11-01 Thread River Tarnell
'vim -u NONE' seems to fix the problem (I tried several times but
couldn't reproduce it).  However, it's not caused by my .vimrc; I
renamed the file and the problem still appears when not using '-u NONE'.
I don't have a .vim directory.

-- 
vim: hang after ^Z / fg
https://bugs.launchpad.net/bugs/291373
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 291991] [NEW] impossible to exit Krfb after starting it

2008-11-01 Thread River Tarnell
Public bug reported:

Binary package hint: krfb

Using krfb 4:4.1.2-0ubuntu4.

After starting Krfb from the K menu, its icon appears in the system
tray.  When right clicking on the icon and slecting 'quit', a dialogue
appears then immediately disappears (too quickly to see what it says).
After it disappears, Krfb is still running.  I had to kill the process
manually in order to exit.

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

-- 
impossible to exit Krfb after starting it
https://bugs.launchpad.net/bugs/291991
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 291373] [NEW] vim: hang after ^Z / fg

2008-10-30 Thread River Tarnell
Public bug reported:

Binary package hint: vim-gtk

Using vim-gtk 1:7.1.314-3ubuntu3.

vim sometimes (often) fails to resume properly after ^Z.  Instead of
redrawing the screen, it produces no output.  To get my vim back I have
to type ^C, after which it starts working normally again.

To reproduce:

1. Open a terminal
2. run 'vim'
3. quickly type 'ifoo ESC ^Z'
4. wait a few seconds, then type 'fg'
5. nothing happens.

Originally I thought this was an interaction with zsh, but it also
happens with the 'bash' shell.

This bug is present in Debian as well.  In fact, I encounter it nearly
every time I use vim on a Debian or Ubuntu system...

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

-- 
vim: hang after ^Z / fg
https://bugs.launchpad.net/bugs/291373
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 87168] Re: sed script masks php compile options

2008-10-27 Thread River Tarnell
I believe I'm running into this issue as well.  When PHP is compiled
with --enable-discard-path, it does not work as a FastCGI responder
under Sun Java System Web Server (aka iPlanet).  A hand compiled PHP
without this option works fine.  I would prefer not to compile my own
PHP, so I would be nice if a PHP binary were available without this
option.

-- 
sed script masks php compile options
https://bugs.launchpad.net/bugs/87168
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 87168] Re: sed script masks php compile options

2008-10-27 Thread River Tarnell
... when i say does not work, I mean I get the same error as the OP:
No input file specified.

-- 
sed script masks php compile options
https://bugs.launchpad.net/bugs/87168
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 87168] Re: sed script masks php compile options

2008-10-27 Thread River Tarnell
I believe I'm running into this issue as well.  When PHP is compiled
with --enable-discard-path, it does not work as a FastCGI responder
under Sun Java System Web Server (aka iPlanet).  A hand compiled PHP
without this option works fine.  I would prefer not to compile my own
PHP, so I would be nice if a PHP binary were available without this
option.

-- 
sed script masks php compile options
https://bugs.launchpad.net/bugs/87168
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 87168] Re: sed script masks php compile options

2008-10-27 Thread River Tarnell
... when i say does not work, I mean I get the same error as the OP:
No input file specified.

-- 
sed script masks php compile options
https://bugs.launchpad.net/bugs/87168
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 289329] Re: Intrepid: KDE logout screen is corrupted (garbage in background)

2008-10-26 Thread River Tarnell
Yes, I have desktop effects disabled (because they're too slow on this
card).

-- 
Intrepid: KDE logout screen is corrupted (garbage in background)
https://bugs.launchpad.net/bugs/289329
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 289743] [NEW] Intrepid: 'Show day of week' option in KDE digital clock doesn't work properly

2008-10-26 Thread River Tarnell
Public bug reported:

When enabling 'Show day of week' in the KDE digital clock (the one
that's on the panel by default), the width of the clock isn't changed to
make the day fit, and it ends up being truncated and unreadable.  See
attached screenshot.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Intrepid: 'Show day of week' option in KDE digital clock doesn't work properly
https://bugs.launchpad.net/bugs/289743
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 289743] Re: Intrepid: 'Show day of week' option in KDE digital clock doesn't work properly

2008-10-26 Thread River Tarnell

** Attachment added: broken_clock.png
   http://launchpadlibrarian.net/18935602/broken_clock.png

-- 
Intrepid: 'Show day of week' option in KDE digital clock doesn't work properly
https://bugs.launchpad.net/bugs/289743
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 289329] Re: Intrepid: KDE logout screen is corrupted (garbage in background)

2008-10-25 Thread River Tarnell

** Attachment added: brokenlogout.png
   http://launchpadlibrarian.net/18896440/brokenlogout.png

-- 
Intrepid: KDE logout screen is corrupted (garbage in background)
https://bugs.launchpad.net/bugs/289329
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 289329] [NEW] Intrepid: KDE logout screen is corrupted (garbage in background)

2008-10-25 Thread River Tarnell
Public bug reported:

When selecting 'log out' from the K menu, the logout dialogue displays
correctly, but the background (which in previous releases would be
greyed out) displays garbage - mainly fragments of previously open
programs.  (See attached screenshot).

After clicking logout, the desktop looks fine during the log out.

In case it matters, I'm using an NVIDIA Quadro FX 370 with the 177.80
drivers (latest in 8.10).

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Intrepid: KDE logout screen is corrupted (garbage in background)
https://bugs.launchpad.net/bugs/289329
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 289332] [NEW] Intrepid: kmix seems confused about how to label sliders

2008-10-25 Thread River Tarnell
Public bug reported:

Binary package hint: kmix

I have a Sun Ultra 24 with ICH9 integrated HD audio:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 02)

In 8.04, this worked fine in kmix.  However, in 8.10 (current as of
about an hour before reporting this), something has gone wrong.  Instead
of PCM and Front being the leftmost sliders in KMix, there are _two_
Front sliders, and PCM has moved over to the right.  alsamixer only
displays one Front (as well as Front Mic and Front Mic Boost), and a
Master.  Adjusting the Master slider in alsamixer causes the first Front
in kmix to change, so it seems this slider is being mislabelled somehow.

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

-- 
Intrepid: kmix seems confused about how to label sliders
https://bugs.launchpad.net/bugs/289332
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdemultimedia in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 288454] [NEW] Intrepid: Firefox 3.0.3 start page is a 404

2008-10-23 Thread River Tarnell
Public bug reported:

Binary package hint: firefox-3.0

After upgrading from Kubuntu 8.04 to 8.10 beta, starting Firefox for the
first time opens
http://www.mozilla.org/projects/firefox/3.0.3/firstrun/ in the first
tab.  This page is a 404.

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Intrepid: Firefox 3.0.3 start page is a 404
https://bugs.launchpad.net/bugs/288454
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