[Bug 1813873] Re: Userspace break as a result of missing patch backport

2019-02-16 Thread Nat Wilson
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  Userspace break as a result of missing patch backport

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

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

[Bug 1741671] Re: nvidia-340 340.102-0ubuntu0.16.04.2: nvidia-340 kernel module failed to build [nv-linux.h:199:2: error: #error "This driver requires the ability to change memory types!"]

2018-01-21 Thread Nat Wyatt
I solved it with this:

sudo apt install nvidia-304-updates

(4.13.0-26-generic; Quadro NVS 290)

That got me to 304.135-0ubuntu0.16.04.2. Latest on
nvidia.com/object/unix.html is 340.137 2017.9.19.

I don't know if either of them have the Meltdown/Spectre fixes.

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

Title:
  nvidia-340 340.102-0ubuntu0.16.04.2: nvidia-340 kernel module failed
  to build [nv-linux.h:199:2: error: #error "This driver requires the
  ability to change memory types!"]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1741671/+subscriptions

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

[Bug 1652656] [NEW] package courier-mta 0.68.2-1ubuntu7 failed to install/upgrade: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

2016-12-26 Thread Nat Sakimura
Public bug reported:

Encountered this error during upgrade.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: courier-mta 0.68.2-1ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-106.153-generic 3.13.11-ckt39
Uname: Linux 3.13.0-106-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
Date: Mon Dec 26 17:17:48 2016
Ec2AMI: ami-d44282b5
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: ap-northeast-1c
Ec2InstanceType: t2.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
ErrorMessage: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: courier
Title: package courier-mta 0.68.2-1ubuntu7 failed to install/upgrade: サブプロセス 
インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました
UpgradeStatus: Upgraded to xenial on 2016-12-26 (0 days ago)

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


** Tags: amd64 apport-package ec2-images xenial

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

Title:
  package courier-mta 0.68.2-1ubuntu7 failed to install/upgrade: サブプロセス
  インストール済みの post-installation スクリプト はエラー終了ステータス 1 を返しました

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

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

[Bug 1585707] [NEW] virtio-serial devices in qemu-kvm break when guests write on channel with host side closed

2016-05-25 Thread Nat Meo
Public bug reported:

There is a problem in Ubuntu 16.04 when using virtio-serial devices in
qemu-kvm where writing to a channel from the guest side when the host
side has been closed will result in the host subsequently not being able
to read any data after the host side has been reopened. Here are the
steps to describe the problem in more detail:

1. Using virt-manager or some other means, install you favorite Linux 
distribution that has virtio-serial support in the kernel.
2. Add the following to the libvirt XML for the guest that you created:


  
  


3. Start up the guest and while it is booting do a virsh dumpxml to determine 
the /dev/pty/? device attached to the host side of the channel.
4. In a terminal on the host, execute the command "cat /dev/pty/?" to capture 
output.
5. In a terminal on the guest, execute the command "echo test1 > 
/dev/virtio-ports/test".
6. Observe that the message "test1" is displayed on the host side.
7. Press CTRL-C in the terminal on the host to kill the "cat" command.
8. In the terminal on the guest, execute the command "echo test2 > 
/dev/virtio-ports/test".
9. In a terminal on the host, execute the command "cat /dev/pty/?" to capture 
output again.
10. Observe that "test2" is not displayed in the output on the host side.
11. In the terminal on the guest, execute the command "echo test3 > 
/dev/virtio-ports/test".
12. Observe that "test3" is also not displayed in the output on the host side.

If you skip the step where "test2" is sent when the host side is closed
then you will see "test3" displayed successfully. It seems that if any
write occurs on the guest side while the host side has been closed, then
it breaks the virtio-serial channel in a manner that nothing else can
ever be read again. The only way to get it working again is to
completely shutdown the guest and restart it. The operating system
running inside the guest does not appear to matter as this happens with
Ubuntu, Windows, CentOS, etc, so this seems to be a problem with qemu-
kvm.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qemu-kvm virtio-serial xenial

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

Title:
  virtio-serial devices in qemu-kvm break when guests write on channel
  with host side closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1585707/+subscriptions

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


[Bug 173350] Re: Caps lock LED changes state even when caps lock is mapped to ctrl

2015-10-15 Thread Nat Tuck
Came back in 15.10

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

Title:
  Caps lock LED changes state even when caps lock is mapped to ctrl

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/173350/+subscriptions

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


[Bug 1271777] Re: cannot type in search or page boxes in evince

2014-01-26 Thread Nat Wilson
To follow up, it works as expected with Gnome Shell. So the only problem
is under Unity, with evince opened from the command line.

Can others reproduce this?

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

Title:
  cannot type in search or page boxes in evince

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

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


[Bug 1194074] Re: Default index.html blindly overwritten

2014-01-26 Thread Nat Brown
Thomas - both points well taken, thanks for triaging. (fyi, 1.5.8 and
now 1.5.9 are pulled in on 12.04.3 in AWS at least, so some folks who
bump into this may be not purely stock, but again your point is well
taken that 1.5.x aren't the minimal/initial test-case)

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

Title:
  Default index.html blindly overwritten

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

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


[Bug 1271777] Re: cannot type in search or page boxes in evince

2014-01-23 Thread Nat Wilson
It happens with all documents that I've tried, when I'm using Unity.
When I use i3wm, evince launched from the Terminal works as expected.

If I open a PDF from the dash, evince works as expected.

To summarise, I can so far only reproduce the problem when launching
evince from a terminal, under Unity.

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

Title:
  cannot type in search or page boxes in evince

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

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


[Bug 1271777] [NEW] cannot type in search or page boxes in evince

2014-01-22 Thread Nat Wilson
Public bug reported:

In Ubuntu 13.10, if I open a PDF file from the command line (e.g. by
typing `evince FNM.pdf`), I cannot type a page number in the box at the
top of the window. If I initiate a search by typing `/`, I cannot type
into the search box. I can paste into the box with a middle-click.

If I open the same PDF using Nautilus, it works as it should, i.e. I can
type text in the two boxes (typing a page number and pressing enter
takes me to that page, typing a word in the search box searches for that
word in the document).

This is not
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1247621, because
my home directory is located in `/home`, as expected by AppArmour. This
problem did not exist prior to 13.10. I have reproduced on two
computers, one of which has a clean install of 13.10.


Description:Ubuntu 13.10
Release:13.10

evince:
  Installed: 3.10.0-0ubuntu2
  Candidate: 3.10.0-0ubuntu2
  Version table:
 *** 3.10.0-0ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: evince (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/1271777

Title:
  cannot type in search or page boxes in evince

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

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


[Bug 1194074] Re: Default index.html blindly overwritten

2014-01-21 Thread Nat Brown
happened to me twice, most recently Ubuntu 12.04.3 upgrading Nginx to
1.5.8.

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

Title:
  Default index.html blindly overwritten

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

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


[Bug 1211066] Re: App indicators for copy.com, Dropbox not displaying

2013-10-29 Thread Nat Wilson
Fix #7 works for dropbox. Logging in and out in unecessary. Instead,
doing

dropbox stop
dropbox start

worked for me.

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

Title:
  App indicators for copy.com, Dropbox not displaying

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1211066/+subscriptions

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


[Bug 1222248] Re: regression: scroll areas on touchpad do not work any more

2013-10-15 Thread Nat Wilson
In that case, my touchpad was mistakingly detected to support two-finger
scroll. The dconf workaround (#10) worked. Xorg.0.log attached, if it's
useful.

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/148/+attachment/3878787/+files/Xorg.0.log

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

Title:
  regression: scroll areas on touchpad do not work any more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/148/+subscriptions

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


[Bug 898087] Re: Keyboard shortcuts set in Gnome Control Center - Keyboard do not have affect if those same shortcuts are set in Compiz

2013-02-12 Thread Nat Wilson
One more data point. I am using a fully updated 12.04. This bug is not
fixed. Switching the wordspace to 1/2/3/4 works; moving a window to a
specific workspace does not.

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

Title:
  Keyboard shortcuts set in Gnome Control Center - Keyboard do not have
  affect if those same shortcuts are set in Compiz

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/898087/+subscriptions

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


[Bug 1069377] [NEW] freeze on shutdown

2012-10-21 Thread Nat
Public bug reported:

I have upgraded from Kubuntu 12.04 to Kubuntu 12.10. After log in i
right click on desktop, choose "leave" and "Turn off computer". I get
the shutdown screen ( grey and Kubuntu logo ), and it stays like this
for as long as i wait - it just seems to freeze.

** Affects: kopete (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/1069377

Title:
  freeze on shutdown

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

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


[Bug 41301] Re: Mouse clicks stop working sporadically

2012-08-15 Thread Nat Tuck
The problem seems to have gone away after implementing the work around
described here: http://forums.fedoraforum.org/showthread.php?t=256841

Specifically, I performed the following steps:

# Create an xorg.conf file.
Xorg -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf

# Disable input device autodetection by adding the following to 
# Section "ServerLayout" in the new xorg.conf file:
Option  "AllowEmptyInput" "Off"
Option  "AutoAddDevices" "Off"

# Install the old default keyboard driver since the new
# driver depends on auto-detection.
apt-get install xserver-xorg-input-kbd

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

Title:
  Mouse clicks stop working sporadically

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

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


[Bug 801978] Re: unity window manager ignores input

2012-08-09 Thread Nat Tuck
This is probably a duplicate of
https://bugs.launchpad.net/debian/+bug/41301

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

Title:
  unity window manager ignores input

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/801978/+subscriptions

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


[Bug 41301] Re: Mouse clicks stop working sporadically

2012-08-09 Thread Nat Tuck
I'm on Kubuntu 12.04. I have "noapic acpi=off" in my boot flags. This
effects me on two different machines with both the open source FGLRX
drivers for my ATI cards.

The exact symptoms are that mouse clicks will sporadically stop working,
except that right clicking on some specific application - frequently the
KDE taskbar - will make the mouse work normally for one or two clicks.

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

Title:
  Mouse clicks stop working sporadically

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

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


[Bug 801978] Re: unity window manager ignores input

2012-08-06 Thread Nat Tuck
The issue occurs even in *K*ubuntu 12.04, so it's probably an X issue
rather than a Unity issue.

** Also affects: xorg-server
   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/801978

Title:
  unity window manager ignores input

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/801978/+subscriptions

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


[Bug 901530] Re: Grid plugin places windows incorrectly when dragged to right edge

2012-07-24 Thread Nat Wilson
This happens to me too, and has for a couple of Ubuntu releases. Also,
the overlapping window stays focused. Today I switched to the workspace
to the right, pressed Alt-F4, and accidentally killed a long running
MATLAB process in the original (left) workspace.

Running an up-to-date 12.04

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

Title:
  Grid plugin places windows incorrectly when dragged to right edge

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

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


[Bug 798445] Re: can't discern between two files or folder with identical names

2012-06-14 Thread Nat Wilson
Suggestion (1) wouldn't be very helpful when there are more than two or
three duplicates. For example, there may be a "figures" folder
associated with dozens of projects, and it would be time consuming to
use the mouse to hover over each result for a tooltip. Something
automatic or keyboard-accessible might be better.

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

Title:
  can't discern between two files or folder with identical names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/798445/+subscriptions

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


[Bug 857615] Re: ~/.xmodmaprc is not used

2012-06-01 Thread Nat Goodspeed
I confirm that the bug is still present in Ubuntu 12.04 LTS.

I further confirm that I can work around it with:

ln -s .xmodmaprc .Xmodmap

** Changed in: x11-xserver-utils (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  ~/.xmodmaprc is not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/857615/+subscriptions

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


[Bug 910343] [NEW] "Home Folder" launcher should launch default file manager

2011-12-31 Thread nat
Public bug reported:

The an "app" called "Home Folder" appears if one enters "home" into
Unity's search (Home lens and App lenses, and no "home" folder is
suggested) choosing this opens the user's home directory in Nautilus
even if the user has set another file manager as their default file
manager.

This seems to occur because the "Exec" line in: "/usr/share/applications
/nautilus-home.desktop" (a file owned by the Nautilus package) is set to
"nautilus ." rather than "xdg-open .", and because
"/usr/share/applications/nautilus-home.desktop" is the "app" entry with
the name "Home Folder"

I suspect changing the "Exec" line to "Exec=xdg-open ." should give the
expected behavior regardless of the user's choice of default file
manager (I tested and found this to work with my current default:
Marlin)

This seems to be a somewhat known issue as Ubuntu Community Documentation 
exists that suggests a work around of removing/editing the 
"nautilus-home.desktop" file from "/usr/share/applications/" when changing 
default file managers, as per:
https://help.ubuntu.com/community/DefaultFileManager

Similar changes/issues maybe be in "nautilus-browser.desktop",
"nautilus-computer.desktop" and "nautilus.desktop" (though I haven't
needed to edit these files personally yet)


tested with Ubuntu 11.10 (Arch:AMD64), Nautilus version: 1:3.2.1-0ubuntu3.1 
(oneric-updates)

** Affects: nautilus (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/910343

Title:
  "Home Folder" launcher should launch default file manager

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

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


[Bug 801978] Re: unity window manager ignores input

2011-09-08 Thread Nat Tuck
After experiencing this bug in Natty, I upgraded to Oneiric and it still
happens constantly.

The problem can be temporally fixed by right clicking to get a context
menu, but the window manager will re-break as soon as I interact with
non-window-manger controls at all.

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

Title:
  unity window manager ignores input

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/801978/+subscriptions

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


[Bug 829746] Re: Firefox update breaks addons

2011-08-19 Thread Nat Tuck
If that were a real answer, API compatibility wouldn't have been broken
and we wouldn't be having this discussion.

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

Title:
  Firefox update breaks addons

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

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


[Bug 829746] Re: Firefox update breaks addons

2011-08-19 Thread Nat Tuck
There is always a tradeoff between Gentoo-style "upgrade everything, the
user can handle it if it breaks their stuff" and Debian-style "upgrade
nothing, anything serious needs to be backported so we don't break any
user compatibility".

Pushing major versions as security updates is going too far.

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

Title:
  Firefox update breaks addons

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

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


[Bug 829746] [NEW] Firefox update breaks addons

2011-08-19 Thread Nat Tuck
*** This bug is a security vulnerability ***

Public security bug reported:

Updates in Natty will automatically upgrade to new Firefox versions as
if they were minor point releases. This breaks addon compatibility,
which - in addition to being annoying - is a security issue in the case
of security enhancing addons like Perspectives.

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

** Visibility changed to: Public

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

Title:
  Firefox update breaks addons

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

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


[Bug 829744] [NEW] Report bug button doesn't let you report abug

2011-08-19 Thread Nat Tuck
Public bug reported:

When I go to bugs.ubuntu.com and click "report a bug", I don't get the
form to report a bug.

** Affects: 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/829744

Title:
  Report bug button doesn't let you report abug

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

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


[Bug 801978] Re: unity window manager ignores input

2011-06-25 Thread Nat Tuck
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/801978

Title:
  unity window manager ignores input

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

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


[Bug 801978] [NEW] unity window manager ignores input

2011-06-25 Thread Nat Tuck
Public bug reported:

Sometimes the window manager just stops accepting any input. For
example, clicking on a different window or pressing alt+tab does not
change the window focus. Super+S works, Super+W does not.

This can be fixed temporarily by restarting unity with "unity
--replace", but once it starts happening it tends to re-break pretty
quickly.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.14-0ubuntu1~natty1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,resize,move,regex,snap,place,grid,compiztoolbox,mousepoll,vpswitch,animation,imgpng,resizeinfo,workarounds,gnomecompat,unitymtgrabhandles,wall,expo,session,ezoom,staticswitcher,fade,scale,unityshell]
Date: Sat Jun 25 12:37:15 2011
DistUpgraded: Log time: 2011-06-14 15:57:29.860817
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 270.41.06, 2.6.38-8-generic, x86_64: installed 
 fglrx, 8.841, 2.6.38-8-generic, x86_64: installed 
 fglrx, 8.841, 2.6.35-28-generic, x86_64: installed
GraphicsCard:
 ATI Technologies Inc Radeon HD 5800 Series (Cypress LE) [1002:689e] (prog-if 
00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:2092]
JockeyStatus: xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver 
(Proprietary, Enabled, In use)
Lsusb:
 Bus 002 Device 004: ID 046d:0a1f Logitech, Inc. 
 Bus 002 Device 003: ID 046d:c069 Logitech, Inc. 
 Bus 002 Device 002: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: MSI MS-7309
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=106088f7-9a8c-49a2-aea4-367edf42643b ro nopat quiet splash 
vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
SourcePackage: unity
UpgradeStatus: Upgraded to natty on 2011-06-14 (10 days ago)
dmi.bios.date: 07/15/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.0
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: K9N6PGM2-V2 (MS-7309)
dmi.board.vendor: MSI
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 2.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd07/15/2009:svnMSI:pnMS-7309:pvr2.0:rvnMSI:rnK9N6PGM2-V2(MS-7309):rvr2.0:cvnMSI:ct3:cvr2.0:
dmi.product.name: MS-7309
dmi.product.version: 2.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug natty running-unity ubuntu

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

Title:
  unity window manager ignores input

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

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


[Bug 781063] [NEW] Kopete unable to send file on yahoo protocol

2011-05-11 Thread Nat
Public bug reported:

Binary package hint: kopete

When logged into kopete on my yahoo ID and chatting to a my yahoo
friend. I try to send him a file and it never works.

** Affects: kopete (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/781063

Title:
  Kopete unable to send file on yahoo protocol

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


[Bug 739639] Re: No way to block IM spam

2011-03-21 Thread Nat Tuck
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/739639

Title:
  No way to block IM spam

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


[Bug 739639] [NEW] No way to block IM spam

2011-03-21 Thread Nat Tuck
Public bug reported:

Binary package hint: empathy

I get IM spam repeatedly from a small selection of screen names. I'd
like to be able to block messages from unwanted sources.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-27.48-generic 2.6.35.11
Uname: Linux 2.6.35-27-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Mon Mar 21 15:10:38 2011
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release Candidate amd64 
(20100928)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.utf8
SourcePackage: empathy

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


** Tags: amd64 apport-bug maverick

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

Title:
  No way to block IM spam

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


[Bug 658555] Re: Nautilus rename (F2) doesn't work as expected in list view [pb renommage]

2011-03-20 Thread Nat Wilson
I can second that it appears to work under 64-bit Maverick.

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

Title:
  Nautilus rename (F2) doesn't work as expected in list view [pb
  renommage]

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


[Bug 433592] Re: nautilus crashed with SIGSEGV in g_main_context_dispatch()

2011-02-25 Thread nat bahn
** Changed in: brasero (Ubuntu)
   Status: Invalid => New

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

Title:
  nautilus crashed with SIGSEGV in g_main_context_dispatch()

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


[Bug 638471] Re: Xorg crashed with SIGSEGV in xf86nameCompare()

2011-02-19 Thread Nat Taylor
** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Xorg crashed with SIGSEGV in xf86nameCompare()

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


[Bug 298804] Re: Hibernate fails on Dell Inspiron 8600 with Intrepid

2011-02-13 Thread Nat Kuhn
** Changed in: gnome-power-manager (Ubuntu)
   Status: New => Invalid

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

Title:
  Hibernate fails on Dell Inspiron 8600 with Intrepid

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


[Bug 718248] Re: Hibernate fails on Dell Inspiron 8600 with Maverick

2011-02-13 Thread Nat Kuhn


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

Title:
  Hibernate fails on Dell Inspiron 8600 with Maverick

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


[Bug 718248] [NEW] Hibernate fails on Dell Inspiron 8600 with Maverick

2011-02-13 Thread Nat Kuhn
Public bug reported:

Binary package hint: gnome-power-manager

This is basically the same as bug #298804 Hibernate fails on Dell
Inspiron 8600 with Intrepid, but to submit my apport data it seems to
want me to start a new report.

Just installed 10.10 Maverick on my Dell Inspiron 8600 dual-boot with
Windows XP.  Suspend is fine, but it will not hibernate.  This is not an
nVidia proprietary driver problem--I have the identical problem when I
roll back to the non-proprietary driver.

When I try to hibernate, it get the same message Marek got:
[*.] pm_op(): pci_pm_thaw + 0x0/0x50 returns -16
[*.] PM: Device :00:00.0 failed to thaw: error -16
except that I get "0x80" where he got "0x50".  After a little while the screen 
goes to a half-tone gray and the machine powers down.  Unlike Marek, when I 
restart I get no errors, just a standard boot.

Other than that, I love Maverick!  Thanks for any help you can give me.

You probably have this info collected, but:

nat@dell-laptop:~$ apt-cache policy gnome-power-manager
gnome-power-manager:
  Installed: 2.32.0-0ubuntu1
  Candidate: 2.32.0-0ubuntu1
  Version table:
 *** 2.32.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-power-manager 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Feb 13 12:12:32 2011
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GnomeSessionSuspendInhibited: No
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Computer Corporation Inspiron 8600
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-generic 
root=UUID=dded75d0-9260-44d9-8bb5-9e881d8244c9 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 06/30/2005
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A14
dmi.board.name: 0P3490
dmi.board.vendor: Dell Computer Corporation
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA14:bd06/30/2005:svnDellComputerCorporation:pnInspiron8600:pvr:rvnDellComputerCorporation:rn0P3490:rvr:cvnDellComputerCorporation:ct8:cvr:
dmi.product.name: Inspiron 8600
dmi.sys.vendor: Dell Computer Corporation

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

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

Title:
  Hibernate fails on Dell Inspiron 8600 with Maverick

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


[Bug 298804] Re: Hibernate fails on Dell Inspiron 8600 with Intrepid

2011-02-13 Thread Nat Kuhn
Having the same problem on an Inspiron 8600,  will gather apport data

** Changed in: gnome-power-manager (Ubuntu)
   Status: Invalid => New

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

Title:
  Hibernate fails on Dell Inspiron 8600 with Intrepid

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


[Bug 672234] Re: Sound clipping with high system load

2010-11-30 Thread Nat Welch
Hmm, it stopped happening last week after I did an update. So I guess
this can be closed.

-- 
Sound clipping with high system load
https://bugs.launchpad.net/bugs/672234
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 379105] Re: pscoast attempts to allocate silly amount of memory

2010-11-07 Thread Nat Wilson
No one has said anything, and I'm curious about where this stands.

As far as I can guess, it seems to be a problem with placing the map
annotations when the Cassini projection covers all latitudes. Logically,
the annotations would all need to converge on a single point, which
might (?) be where the problem is.

I had no problems running the command without annotations (removing the
-B flag) or by changing the -R flag from global coverage to something
like -R-180/180/-85/85.

-- 
pscoast attempts to allocate silly amount of memory
https://bugs.launchpad.net/bugs/379105
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 672234] Re: Sound clipping with high system load

2010-11-07 Thread Nat Welch


-- 
Sound clipping with high system load
https://bugs.launchpad.net/bugs/672234
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 672234] [NEW] Sound clipping with high system load

2010-11-07 Thread Nat Welch
Public bug reported:

Binary package hint: pulseaudio

When listening to anything for more than a minute or two, my system load
spikes to unreasonable levels and the sound starts jumping around and
clipping. I have most consistently run into this problem while using
rhythmbox.

I am using Ubuntu 10.10, after upgrading from 10.04.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nat1852 F pulseaudio
 /dev/snd/pcmC0D0p:   nat1852 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf262 irq 46'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa20ff,0010'
   Controls  : 14
   Simple ctrls  : 7
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7XHT24WW-1.06'
   Mixer name   : 'ThinkPad EC 7XHT24WW-1.06'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sun Nov  7 10:37:28 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SelectedCard: 0 Intel HDA-Intel - HDA Intel
SourcePackage: pulseaudio
Symptom: audio
Title: [Conexant CX20561 (Hermosa)] PA test tone failed (alsa tone succeeded)
dmi.bios.date: 03/10/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6DET63WW (3.13 )
dmi.board.name: 7454CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6DET63WW(3.13):bd03/10/2010:svnLENOVO:pn7454CTO:pvrThinkPadX200:rvnLENOVO:rn7454CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7454CTO
dmi.product.version: ThinkPad X200
dmi.sys.vendor: LENOVO

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


** Tags: apport-bug i386 maverick

-- 
Sound clipping with high system load
https://bugs.launchpad.net/bugs/672234
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 672031] [NEW] default install directory makes GMT harder to use

2010-11-06 Thread Nat Wilson
Public bug reported:

Binary package hint: gmt

Regarding the package 'gmt',
Maverick 10.10 (although I think I recall this in previous releases)
Version 4.5.2-1build1

Summary:
By default, the executables for the Generic Mapping Tools are placed in 
/usr/lib/gmt/bin. This is not on the normal PATH in Bash, which makes it 
difficult to use the executables without modifying one's PATH variable.

What I expected to happen:
I type, for example, 'xyz2grd' plus some arguments in the terminal. I expect 
the program xyz2grd to be called.

What happens instead:
The terminal returns
'xyz2grd: command not found'

This may be confusing, because I specifically recall installing the
generic mapping tools through the Software Center or synaptic.

Proposed solution:
It would make more sense to place the executables somewhere such as /usr/bin or 
/usr/local by default, to minimise the extra work that the end-user must put in 
to make the tools operable.

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

-- 
default install directory makes GMT harder to use
https://bugs.launchpad.net/bugs/672031
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 355400] Re: OpenLDAP doc page is horrible

2010-09-16 Thread nat
I just ran through (4x) the instructions at
http://doc.ubuntu.com/ubuntu/serverguide/C/openldap-server.html  on
clean ubuntu 10.04.01 (64bit) (client and server) and the instructions
not work.

On ubuntu 10.04.01 (32bit) (client and server)  work fine.

-- 
OpenLDAP doc page is horrible
https://bugs.launchpad.net/bugs/355400
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 570428] Re: CANON MP990 could'nt be recognized

2010-05-07 Thread Nat Tuck
Same thing happens with an MP560 on 10.04. The repo packages for sane
don't work, install sane from source works great.

** Changed in: sane-backends (Ubuntu)
   Status: New => Confirmed

-- 
CANON MP990 could'nt be recognized 
https://bugs.launchpad.net/bugs/570428
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 574450] Re: No marble globe wallpaper in desktop settings

2010-05-03 Thread Nat

** Attachment added: "Lack of marble wallpaper option"
   http://launchpadlibrarian.net/47547681/snapshot1.jpeg

-- 
No marble globe wallpaper in desktop settings
https://bugs.launchpad.net/bugs/574450
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 574450] [NEW] No marble globe wallpaper in desktop settings

2010-05-03 Thread Nat
Public bug reported:

Binary package hint: marble

I have marble installed on Kubuntu 10.04 ( data files,development files,marble 
globe and map widget,marble globe lib ) via Kpackage Kit,  and the program 
loads up fine. Now when i go to my desktop ->right click->desktop settings-> 
there is no option for using the marble globe as a wallpaper ( see attached 
lack of option on desktop settings )
I am using Kubuntu 10.04 the guys at #marble IRC told me it was probably a 
packaging problem and to report it here. The wallpaper feature worked fine in 
Kubuntu 9.10.

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

-- 
No marble globe wallpaper in desktop settings
https://bugs.launchpad.net/bugs/574450
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 510004] Re: [lucid regression] random graphics effects after resume from suspend to RAM

2010-03-22 Thread Nat
** Changed in: pm-utils (Ubuntu)
   Status: Fix Released => Fix Committed

** Changed in: pm-utils (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[lucid regression] random graphics effects after resume from suspend to RAM
https://bugs.launchpad.net/bugs/510004
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 533242] Re: pycentral crashed with NoSectionError in set()

2010-03-07 Thread Nat
*** This bug is a duplicate of bug 341372 ***
https://bugs.launchpad.net/bugs/341372

bug #341372 is private, I cannot access itis there any solution to
fix my problem?

-- 
pycentral crashed with NoSectionError in set()
https://bugs.launchpad.net/bugs/533242
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 533242] Re: pycentral crashed with NoSectionError in set()

2010-03-06 Thread Nat
** Changed in: python-central (Ubuntu)
   Status: Invalid => Incomplete

** Changed in: python-central (Ubuntu)
   Status: Incomplete => New

** Visibility changed to: Public

-- 
pycentral crashed with NoSectionError in set()
https://bugs.launchpad.net/bugs/533242
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 513045] Re: Transition to full-screen/slideshow mode is too slow

2010-02-05 Thread Nat Wilson
Frankly, I think it would be nice to have an option to turn off the
transition effects altogether. It looks cool the two times you use it,
but to me becomes annoying after that.

I suppose that this would be a feature request beyond the papercuts
project. Thanks for working on speeding it up though.

-- 
Transition to full-screen/slideshow mode is too slow
https://bugs.launchpad.net/bugs/513045
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


Re : [Bug 503356] Re: package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2010-01-07 Thread Nat
*** This bug is a duplicate of bug 85969 ***
https://bugs.launchpad.net/bugs/85969

ok, many thanks, I look the bug and continue to repport bugs




De : Jean-Baptiste Lallement 
À : lacroixren...@yahoo.fr
Envoyé le : Mer 6 Janvier 2010, 23 h 50 min 40 s
Objet : [Bug 503356] Re: package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to 
install/upgrade: le sous-processus post-installation script a retourn? une 
erreur de sortie d'?tat 1

*** This bug is a duplicate of bug 85969 ***
https://bugs.launchpad.net/bugs/85969

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 85969, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Changed in: sun-java5 (Ubuntu)
   Status: New => Confirmed

** This bug has been marked a duplicate of bug 85969
   Java Docs Package Won't Install

-- 
package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le 
sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/503356
You received this bug notification because you are a direct subscriber
of the bug.

Status in “sun-java5” package in Ubuntu: Confirmed

Bug description:
Paramétrage de sun-java5-doc (1.5.0-19-0ubuntu0.9.04) ... 
This package is an installer package, it does not actually contain the 
J2SDK documentation.  You will need to go download one of the 
archives: 

jdk-1_5_0-doc.zip jdk-1_5_0-doc-ja.zip

(choose the non-update version if this is the first installation). 
Please visit 

http://java.sun.com/j2se/1.5.0/download.html

now and download.  The file should be owned by root.root and be copied 
to /tmp. 

[Press RETURN to try again, 'no' + RETURN to abort]


Traitement des actions différées (« triggers ») pour « libc6 »... 
ldconfig deferred processing now taking place 
Des erreurs ont été rencontrées pendant l'exécution : 
sun-java5-doc 
E: Sub-process /usr/bin/dpkg returned an error code (1) 
Un paquet n'a pas pu être installé. Tentative de récupération : 
Paramétrage de sun-java5-doc (1.5.0-19-0ubuntu0.9.04) ... 
This package is an installer package, it does not actually contain the 
J2SDK documentation.  You will need to go download one of the 
archives: 

jdk-1_5_0-doc.zip jdk-1_5_0-doc-ja.zip

(choose the non-update version if this is the first installation). 
Please visit 

http://java.sun.com/j2se/1.5.0/download.html

now and download.  The file should be owned by root.root and be copied 
to /tmp. 

[Press RETURN to try again, 'no' + RETURN to abort]


[Press RETURN to try again, 'no' + RETURN to abort] no 
Abort installation of J2SDK documentation 
dpkg : erreur de traitement de sun-java5-doc (--configure) : 
le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1 
Des erreurs ont été rencontrées pendant l'exécution : 
sun-java5-doc

ProblemType: Package
Architecture: i386
Dependencies:
libgcc1 1:4.3.3-5ubuntu4
gcc-4.3-base 4.3.3-5ubuntu4
unzip 5.52-12ubuntu1
findutils 4.4.0-2ubuntu4
libc6 2.9-4ubuntu6.1
DistroRelease: Ubuntu 9.04
ErrorMessage: le sous-processus post-installation script a retourné une erreur 
de sortie d'état 1
NonfreeKernelModules: wl
Package: sun-java5-doc 1.5.0-19-0ubuntu0.9.04
PackageArchitecture: all
SourcePackage: sun-java5
Title: package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: 
le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1
Uname: Linux 2.6.28-17-generic i686

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/sun-java5/+bug/503356/+subscribe

-- 
package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le 
sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/503356
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 503356] Re: package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2010-01-05 Thread Nat

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/37449376/DpkgTerminalLog.txt

-- 
package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le 
sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/503356
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 503356] [NEW] package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1

2010-01-05 Thread Nat
Public bug reported:

Paramétrage de sun-java5-doc (1.5.0-19-0ubuntu0.9.04) ... 
This package is an installer package, it does not actually contain the 
J2SDK documentation.  You will need to go download one of the 
archives: 

jdk-1_5_0-doc.zip jdk-1_5_0-doc-ja.zip

(choose the non-update version if this is the first installation). 
Please visit 

http://java.sun.com/j2se/1.5.0/download.html

now and download.  The file should be owned by root.root and be copied 
to /tmp. 

[Press RETURN to try again, 'no' + RETURN to abort]



Traitement des actions différées (« triggers ») pour « libc6 »... 
ldconfig deferred processing now taking place 
Des erreurs ont été rencontrées pendant l'exécution : 
 sun-java5-doc 
E: Sub-process /usr/bin/dpkg returned an error code (1) 
Un paquet n'a pas pu être installé. Tentative de récupération : 
Paramétrage de sun-java5-doc (1.5.0-19-0ubuntu0.9.04) ... 
This package is an installer package, it does not actually contain the 
J2SDK documentation.  You will need to go download one of the 
archives: 

jdk-1_5_0-doc.zip jdk-1_5_0-doc-ja.zip

(choose the non-update version if this is the first installation). 
Please visit 

http://java.sun.com/j2se/1.5.0/download.html

now and download.  The file should be owned by root.root and be copied 
to /tmp. 

[Press RETURN to try again, 'no' + RETURN to abort]


[Press RETURN to try again, 'no' + RETURN to abort] no 
Abort installation of J2SDK documentation 
dpkg : erreur de traitement de sun-java5-doc (--configure) : 
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1 
Des erreurs ont été rencontrées pendant l'exécution : 
 sun-java5-doc

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.3-5ubuntu4
 gcc-4.3-base 4.3.3-5ubuntu4
 unzip 5.52-12ubuntu1
 findutils 4.4.0-2ubuntu4
 libc6 2.9-4ubuntu6.1
DistroRelease: Ubuntu 9.04
ErrorMessage: le sous-processus post-installation script a retourné une erreur 
de sortie d'état 1
NonfreeKernelModules: wl
Package: sun-java5-doc 1.5.0-19-0ubuntu0.9.04
PackageArchitecture: all
SourcePackage: sun-java5
Title: package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: 
le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1
Uname: Linux 2.6.28-17-generic i686

** Affects: sun-java5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package sun-java5-doc 1.5.0-19-0ubuntu0.9.04 failed to install/upgrade: le 
sous-processus post-installation script a retourn? une erreur de sortie d'?tat 1
https://bugs.launchpad.net/bugs/503356
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

Re: [Bug 333094] Re: package libc6 2.8~20080505-0ubuntu7 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2010-01-03 Thread Nat Taylor
I ended up deleting something in my apt cache I shouldn't have, then
couldn't find the version of the file I had deleted to replace it, and was
forever in apt limbo.  I ended up reformatting and reinstalling, after
trying in vain to fix things.

2010/1/2 Philip Muškovac 

>  Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering if this is still an issue
> for you. Can you still reproduce this issue? Thanks in advance.
>
> --
> package libc6 2.8~20080505-0ubuntu7 failed to install/upgrade: subprocess
> pre-installation script returned error exit status 1
> https://bugs.launchpad.net/bugs/333094
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “glibc” package in Ubuntu: Incomplete
>
> Bug description:
> Error occurred during upgrade.
>
> ProblemType: Package
> Architecture: amd64
> Dependencies:
>  libgcc1 1:4.3.2-1ubuntu12
>  gcc-4.3-base 4.3.2-1ubuntu12
>  findutils 4.4.0-2ubuntu3
>  libc6 2.8~20080505-0ubuntu7
> DistroRelease: Ubuntu 8.10
> ErrorMessage: subprocess pre-installation script returned error exit status
> 1
> NonfreeKernelModules: nvidia
> Package: libc6 2.8~20080505-0ubuntu7
> SourcePackage: glibc
> Title: package libc6 2.8~20080505-0ubuntu7 failed to install/upgrade:
> subprocess pre-installation script returned error exit status 1
> Uname: Linux 2.6.27-7-generic x86_64
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/333094/+subscribe
>

-- 
package libc6 2.8~20080505-0ubuntu7 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/333094
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 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2009-11-02 Thread nat
No! All my hopes are just vanished today. After installing Koala, and during a 
download test of a file (koala iso)...also only writing this post, my wireless 
connection  is gone down. My disappointment starts to become frustration.
I have a non-recent HP Pavilion zd7128ea, I've installed the "Broadcom B43 
Wireless driver".
natmio

-- 
[Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently
https://bugs.launchpad.net/bugs/348204
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 362373] Re: Sound recorder does not work in Samsung NC10 on Jaunty

2009-09-17 Thread Nat Taylor
Manoj lyer, have you mucked with the pulseaudio settings?  I am pretty
sure this issue is related to pulseaudio and not to anything else.  My
solution above worked just fine for me with Jaunty.  I'll bet you might
not even have to upgrade alsa in Karmic.  Sure, perhaps pulseaudio
should be configured differently automatically, but if it can be
reconfigured to make things work then it's worth it...

-- 
Sound recorder does not work in Samsung NC10 on Jaunty
https://bugs.launchpad.net/bugs/362373
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 362373] Re: Sound recorder does not work in Samsung NC10 on Jaunty

2009-09-15 Thread Nat Taylor
Solution:
Install the latest Alsa Driver from #12 (^above) - 
https://help.ubuntu.com/community/NC10#Audio%20-%20Alsa%20Driver
(it was 1.0.21 when I did this)
AND
   EITHER: Install everything that comes up when you search for pulseaudio in 
Add/Remove Programs when "All available applications"  is selected (Qmmp is not 
necessary, actually, but wouldn't hurt)
   OR: sudo aptitude install padevchooser paprefs paman pavumeter pavucontrol   
(not how I did it, but that should do the trick)

then launch Applications - Sound and Video - Pulse Audio Device Chooser
Make sure Default is selected for Server, Sink and Source
Then Click Configure Local Sound Server (still from Device Chooser drop-down 
menu from the notification area)

Select everything under Network Access (don't require authentication is 
optional)
Select enable Multicast/RTP receiver and Sender and Create separate audio 
device for Multicast/RTP
Under the Simultaneous Output tab, select "add virtual output device for 
simultaneous output on all local sound cards"

Click Volume Meter (Recording) from the Device Chooser drop-down
and see if it moves when you talk into the mic.

If not working yet, make sure everything is turned up in alsamixer
And, under System - Preferences - Sound make sure either Default or Pulseaudio 
is selected for everything.  Try either.
Make sure microphone volume is turned up in Volume Control for all possible 
devices (Alsa, OSS and Pulseaudio, and the various other hardware options)

That's how I did it for my friends new NC10.  He has left with Sound
Recorder and Skype fully functional.  I don't think I forgot anything...
I would be happy to check any settings on his machine when possible if
there are any problems with my instructions.  Please post how it worked
for you if it works, or doesn't.

-- 
Sound recorder does not work in Samsung NC10 on Jaunty
https://bugs.launchpad.net/bugs/362373
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 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2009-08-14 Thread nat
yes. I had to install Windows too... and because this problem I'm not
using ubuntu any more. It's critical for me.

-- 
[Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently
https://bugs.launchpad.net/bugs/348204
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 409257] Re: Firefox update to 3.0.13 causes crash (segfault/SIGSEGV) when loading some Flash content

2009-08-11 Thread Nat Blundell
Removing swfdec-mozilla then reinstalling
http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
worked for me.

-- 
Firefox update to 3.0.13 causes crash (segfault/SIGSEGV) when loading some 
Flash content
https://bugs.launchpad.net/bugs/409257
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 219463] Re: Backlight level too low on Asus Z71V

2009-06-24 Thread Nat Tuck
The main remaining issue here is the brightness buttons on the keyboard
not working. My guess is that that's just a hotkey config problem.

** Changed in: linux (Ubuntu)
   Status: Incomplete => New

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/28330927/ProcModules.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/28330926/ProcInterrupts.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/28330925/ProcCpuinfo.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/28330924/Lsusb.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/28330913/HalComputerInfo.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/28330923/Lspci.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28330904/Dependencies.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/28330891/CurrentDmesg.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463] apport-collect data

2009-06-24 Thread Nat Tuck
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=326a4b89-fbd5-4746-93d9-edfc1df37446
MachineType: ASUSTeK Computer Inc. M7V
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-11-generic 2.6.28-11.42
PackageArchitecture: i386
ProcCmdLine: root=UUID=f78e32d9-80a9-4c54-9ff9-6f12b6c8f163 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 219463]

2009-06-24 Thread Nat Tuck

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/28330883/BootDmesg.txt

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 190144] Re: Wireless connection lost during heavy network load.

2009-06-12 Thread nat
Sylvain, may be that our problem is more similar to bug 348204 than this
...

-- 
Wireless connection lost during heavy network load.
https://bugs.launchpad.net/bugs/190144
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 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2009-05-29 Thread nat
well well well. I've a lot of networks visible here too. I thought that
was a problem similar to  bug 190144 ("Wireless connection lost during
heavy network load"), but my post there never had  any answers...

-- 
[Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently
https://bugs.launchpad.net/bugs/348204
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 375140] Re: yelp inline search tool returns "phrase not found"

2009-05-12 Thread Nat Wilson
For me, it is not working on any documents. I can reproduce the problem
by pressing 'F1' to open help, pressing '/' to Find, and typing the
first word on the page, 'To.'

I have a fairly clean Jaunty install on a Latitude E6500. The main
things I've added on top of the default software are
numpy/scipy/matplotlib, gfortran, SCiTE, octave, Banshee, and Firefox
3.5b4.

Anything else I should include? Something I could be doing wrong? I
wonder if it's only a problem for me?

-- 
yelp inline search tool returns "phrase not found"
https://bugs.launchpad.net/bugs/375140
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 375140] Re: yelp inline search tool returns "phrase not found"

2009-05-11 Thread Nat Wilson
** Summary changed:

- inline search tool returns "phrase not found"
+ yelp inline search tool returns "phrase not found"

** Description changed:

  Binary package hint: yelp
  
- When trying to search a help file in yelp from the inline search tool
- ('/' or 'Ctrl-f'), the message is "phrase not found." This happens when
- I search for a phrase, word, or letter that I can clearly present in the
- document. This happens in all help documents I've tried, and even for
- simple searched like 'a' or for a space character.
+ When trying to search a help file in yelp from the in-article search
+ tool ('/' or 'Ctrl-f'), the message is "phrase not found." This happens
+ when I search for a phrase, word, or letter that I can see clearly
+ present in the document. This happens in all help documents I've tried,
+ and even for simple searched like 'a' or for a space character.
  
  Ubuntu 9.04
  Yelp 2.25.1
  
- I expected the the next location of the phrase to be shown, as in
- Firefox.
+ I expect the the next location of the phrase to be shown, as in Firefox.
  
- Instead, I received the message "phrase not found."
+ Instead, I receive the message "phrase not found" after the first
+ character is typed.
  
  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  ExecutablePath: /usr/bin/yelp
  NonfreeKernelModules: nvidia
  Package: yelp 2.25.1-0ubuntu5
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: yelp
  Uname: Linux 2.6.28-11-generic x86_64

-- 
yelp inline search tool returns "phrase not found"
https://bugs.launchpad.net/bugs/375140
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 363169] Re: libxklavier is built without XInput support

2009-05-11 Thread Nat Tuck
This is a regression compared to 8.10 in that 9.04 broke the work-around
for it. In 8.10 it was at least possible to say "ctrl:nocaps" in
xorg.conf.

-- 
libxklavier is built without XInput support
https://bugs.launchpad.net/bugs/363169
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 219463] Re: Backlight level too low on Asus Z71V

2009-05-11 Thread Nat Tuck
Although the default light levels are reasonable with Jaunty, the
brightness keys still don't work, and in some light conditions the
automatically set screen brightness is unreadably dim.

** Changed in: linux (Ubuntu)
   Status: Incomplete => New

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 366685] Re: openoffice.org 3 dialogs have blank buttons/widgets

2009-05-11 Thread Nat Wilson
I was having this problem, and found a workaround in which I turned full
hinting on in font preferences under 'Appearance.' A limited version of
the problem cropped up again when I was using the 'Dust' desktop theme,
however downloading Dust 0.4 has mostly fixed it.

Not a diagnosis, I know, but perhaps this helps to find one?

-- 
openoffice.org 3 dialogs have blank buttons/widgets
https://bugs.launchpad.net/bugs/366685
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 375140] Re: inline search tool returns "phrase not found"

2009-05-11 Thread Nat Wilson

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26603550/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/26603551/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/26603552/ProcStatus.txt

-- 
inline search tool returns "phrase not found"
https://bugs.launchpad.net/bugs/375140
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 375140] [NEW] inline search tool returns "phrase not found"

2009-05-11 Thread Nat Wilson
Public bug reported:

Binary package hint: yelp

When trying to search a help file in yelp from the inline search tool
('/' or 'Ctrl-f'), the message is "phrase not found." This happens when
I search for a phrase, word, or letter that I can clearly present in the
document. This happens in all help documents I've tried, and even for
simple searched like 'a' or for a space character.

Ubuntu 9.04
Yelp 2.25.1

I expected the the next location of the phrase to be shown, as in
Firefox.

Instead, I received the message "phrase not found."

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
inline search tool returns "phrase not found"
https://bugs.launchpad.net/bugs/375140
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 190144] Re: Wireless connection lost during heavy network load.

2009-05-11 Thread nat
...integration of my earlier post (2 comments ago):
My problem occurs not only during downloading (heavy load), but also just 
browsing the internet with some firefox tabs open. 
Observing Wicd manager, I see that the first symptoms are that the signal of my 
wireless connection starts to "going down", and then all the signals I received 
disappear completely.
The manager says that I'm still connected, but effectively the signal is lost. 
I've to push the disconnect button, refresh sometimes the wicd manager and then 
all the signal start to reappear.

I'm not using ndiswrapper: I'm using b43-fwcutter.

Thanks in advance and sorry for my English.

-- 
Wireless connection lost during heavy network load.
https://bugs.launchpad.net/bugs/190144
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 190144] Re: Wireless connection lost during heavy network load.

2009-05-10 Thread nat
Same issue also here. (Ubuntu 9.04)
1 - uname -a : "Linux natnb 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 
01:57:59 UTC 2009 i686 GNU/Linux"

2 - sudo lspci -vvnn:
02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g 
Wireless LAN Controller [14e4:4320] (rev 03)
Subsystem: Hewlett-Packard Company Device [103c:12f4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- http://launchpadlibrarian.net/26544667/dmesg.log

-- 
Wireless connection lost during heavy network load.
https://bugs.launchpad.net/bugs/190144
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 365671] Re: Ctrl key position setting stops working

2009-04-23 Thread Nat Tuck
The "Evdev Managed Device" thing doesn't help.

In xorg.conf, the InputDevice section is commented out with this comment
"commented out by update-manager, HAL is now used". Even after
uncommenting the appropriate things (the section and the InputDevice
entry in ServerLayout), the "ctrl:nocaps" setting has no effect.

I've figured out when the keyboard resets to default behavior - when I
switch away from the machine and back using my KVM switch. Unplugging
the keyboard and plugging it back in surprisingly does not seem to have
the same effect.

-- 
Ctrl key position setting stops working
https://bugs.launchpad.net/bugs/365671
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 365671] [NEW] Ctrl key position setting stops working

2009-04-23 Thread Nat Tuck
Public bug reported:

Binary package hint: gnome-control-center

This bug re-appeared after upgrading to Jaunty.

I set "Ctrl-key-position" in gnome-keyboard-properties to "Make Caps-
Lock an additional Ctrl". This works for a while, but then arbitrarily
returns to the default behavior at some point during normal desktop use
(e.g. I hit "Caps-T" for a new tab in Firefox, and it inserts a capitol
T and caps lock is on.)

I saw this behavior previously in Intrepid - it was in the known issues
list for either the Intrepid beta or RC - and had worked around it by
manually forcing the preference in xorg.conf with

in Section "InputDevice"
   Option "XkbOptions" "ctrl:nocaps"

I'm trying the old Intrepid work around now (set keyboard to "Evdev
Managed Device"), but when that doesn't work I'll go back to the
XkbOptions thing.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ctrl key position setting stops working
https://bugs.launchpad.net/bugs/365671
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 290637] Re: intermittently disconnects/fails to reconnect (wired ethernet connection)

2009-01-15 Thread nat
Did not turn out to be an Ubuntu issue

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Invalid

-- 
intermittently disconnects/fails to reconnect (wired ethernet connection)
https://bugs.launchpad.net/bugs/290637
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 219463] Re: Backlight level too low on Asus Z71V

2008-11-12 Thread Nat Tuck
After playing with it a bit more, the brightness levels are actually
reasonable with Intrepid. The brightness keys still don't work, but
Intrepid is usable by default.

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 218814] Re: moon-lander doesn't start; sound error

2008-11-09 Thread Nat Tuck
** Changed in: moon-lander (Ubuntu)
   Status: New => Invalid

-- 
moon-lander doesn't start; sound error
https://bugs.launchpad.net/bugs/218814
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 219463] Re: Backlight level too low on Asus Z71V

2008-11-06 Thread Nat Tuck
This bug still appears with the Intrepid (final) LiveCD.

** Changed in: linux (Ubuntu)
   Status: Invalid => Incomplete

-- 
Backlight level too low on Asus Z71V
https://bugs.launchpad.net/bugs/219463
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 290637] Re: intermittently disconnects/fails to reconnect (wired ethernet connection)

2008-10-29 Thread nat

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/18979203/Dependencies.txt

** Attachment added: "NetDevice.eth0.txt"
   http://launchpadlibrarian.net/18979204/NetDevice.eth0.txt

** Attachment added: "Syslog.txt"
   http://launchpadlibrarian.net/18979205/Syslog.txt

-- 
intermittently disconnects/fails to reconnect (wired ethernet connection)
https://bugs.launchpad.net/bugs/290637
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 290637] [NEW] intermittently disconnects/fails to reconnect (wired ethernet connection)

2008-10-29 Thread nat
Public bug reported:

Binary package hint: network-manager

Issue did not occur before upgrade (Gusty to Ibex beta)

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
Gconf:
 
IfupdownConfig:
 auto lo
 iface lo inet loopback
NonfreeKernelModules: nvidia
Package: network-manager 0.7~~svn20081018t105859-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
Uname: Linux 2.6.27-7-generic x86_64
WpaSupplicantLog:

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
intermittently disconnects/fails to reconnect (wired ethernet connection)
https://bugs.launchpad.net/bugs/290637
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 272293] Re: [hardy] Key repeat gets randomly turned off.

2008-10-23 Thread Nat Tuck
I was apparently running some software that messed with this directly,
and since I fixed that I haven't seen the problem again. So... my report
of this bug was just me being dumb.

-- 
[hardy] Key repeat gets randomly turned off.
https://bugs.launchpad.net/bugs/272293
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 287308] Re: totem-gstreamer crashed with SIGSEGV

2008-10-21 Thread Nat Tuck

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/18785513/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/18785514/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/18785515/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/18785516/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/18785517/Registers.txt

** Visibility changed to: Public

-- 
totem-gstreamer crashed with SIGSEGV
https://bugs.launchpad.net/bugs/287308
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 115702] Re: arrow keys and nav keys do not work

2008-10-16 Thread Nat Tuck
Apparently this was a known issue in Intrepid alpha5
(http://www.ubuntu.com/testing/intrepid/alpha5#Known%20Issues) - the
work around described there (set keyboard "Ev-managed") is currently
working for me.

-- 
arrow keys and nav keys do not work
https://bugs.launchpad.net/bugs/115702
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 115702] Re: arrow keys and nav keys do not work

2008-10-15 Thread Nat Tuck
Intrepid beta with a USB keyboard. Upgraded from Hardy. Arrows, page up,
pagedown don't work. I have no xmodmap. Keys work fine in text console.
Screenshot dialog on up arrow is really, really annoying.

-- 
arrow keys and nav keys do not work
https://bugs.launchpad.net/bugs/115702
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 272293] Re: [hardy] Key repeat gets randomly turned off.

2008-09-21 Thread Nat Tuck
After playing with this a bit more, there's some chance that this may
simply be user error on my part. I'll have to play with it a bit more to
be sure - hopefully I'll have time this next week.

-- 
[hardy] Key repeat gets randomly turned off.
https://bugs.launchpad.net/bugs/272293
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 272293] Re: [hardy] Key repeat gets randomly turned off.

2008-09-19 Thread Nat Tuck
So it's not vim. On the off chance it was, I switched to emacs22-gtk and
I'm still getting the same problems. I also discovered "xset r on",
which does wonders for me not having to click on menus to get key repeat
back (and demonstrates that key repeat really is an X thing rather than
a gnome thing or something).

-- 
[hardy] Key repeat gets randomly turned off.
https://bugs.launchpad.net/bugs/272293
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 272293] Re: [hardy] Key repeat gets randomly turned off.

2008-09-19 Thread Nat Tuck
Attached is my xorg.conf

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/17771246/xorg.conf

-- 
[hardy] Key repeat gets randomly turned off.
https://bugs.launchpad.net/bugs/272293
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 272293] Re: [hardy] Key repeat gets randomly turned off.

2008-09-19 Thread Nat Tuck
Once key repeat is disabled by this bug, it is disabled for all
applications in that X session until I go back to the preferences
dialog. Every time this has happened to me today (5 or 6 times), I've
noticed it in vim in a gnome-terminal window - but that could be because
that's what I've been working with all day and that's where I use key
repeat.

Number of key strokes doesn't appear to be a factor here. I almost
wonder if there's a "disable key repeat" key binding in X or the window
manager that I'm typing by mistake.

-- 
[hardy] Key repeat gets randomly turned off.
https://bugs.launchpad.net/bugs/272293
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 272293] [NEW] [hardy] Key repeat gets randomly turned off.

2008-09-19 Thread Nat Tuck
Public bug reported:

Periodically, as I'm doing some work or other, key repeat stops working.
Keys don't repeat when held down until I go to System -> Preferences ->
Keyboard and uncheck then recheck the "Keys Repeat" checkbox.

I'm running up to date Ubuntu Hardy with the Nvidia blob and desktop
effects disabled.

This happens to me a couple times per day, usually when I'm running vim
in a gnome-terminal.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[hardy] Key repeat gets randomly turned off.
https://bugs.launchpad.net/bugs/272293
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


  1   2   >