[Bug 1193236] Re: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-*

2014-11-20 Thread thedward
If I add the following to my .bashrc, the message stops appearing:

export NO_AT_BRIDGE=1

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

Title:
   Couldn't connect to accessibility bus: Failed to connect to socket
  /tmp/dbus-*

To manage notifications about this bug go to:
https://bugs.launchpad.net/at-spi/+bug/1193236/+subscriptions

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


[Bug 694910] Re: Regression: patch to bug 539477 breaks Super+P keybindings

2011-06-17 Thread thedward
What is the argument for not making this configurable?

If I know that I am not affected by that BIOS bug it would be nice if I
could turn off this "feature" without having to apply a patch and
recompile every time a new version comes out.

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

Title:
  Regression: patch to bug 539477 breaks Super+P keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/694910/+subscriptions

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


[Bug 694910] Re: Regression: patch to bug 539477 breaks Super+P keybindings

2011-01-10 Thread thedward
This should at least be configurable.

What happens when some other laptop has a special key that maps to some
other keyboard shortcut I use?

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

Title:
  Regression: patch to bug 539477 breaks Super+P keybindings

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


[Bug 696900] Re: Typo in readline man page

2011-01-03 Thread thedward

** Patch added: "patch for the readline manpage"
   
https://bugs.launchpad.net/bugs/696900/+attachment/1782693/+files/readline.3readline.patch

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

Title:
  Typo in readline man page

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


[Bug 696900] [NEW] Typo in readline man page

2011-01-03 Thread thedward
Public bug reported:

The readline man page says:

   menu-complete-krd
  Identical  to  menu-complete,  but moves backward through the 
list of possible completions, as if menu-complete had been given a negative
  argument.  This command is unbound by default.

Where it should say:

   menu-complete-backward
  Identical  to  menu-complete,  but moves backward through the 
list of possible completions, as if menu-complete had been given a negative
  argument.  This command is unbound by default.

Incidentally, the bash man page has the same typo. 
It was probably cut and pasted from the readline page.

** Affects: readline6 (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/696900

Title:
  Typo in readline man page

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


[Bug 539477] Re: Video out hot key sends super + p + return on many upcoming Dell & HP systems

2010-12-08 Thread thedward
I am another victim of the chosen fix.

I use Super+P as a custom binding.

Could this at least be made configurable?

I've recompiled without the patch, but I hope
I don't have to maintain my own version.

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

Title:
  Video out hot key sends super + p + return on many upcoming Dell & HP systems

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


[Bug 616151] [NEW] Buffer I/O Errors with emulated usb disk image

2010-08-10 Thread thedward
Public bug reported:

Binary package hint: qemu-kvm

Description:Ubuntu 10.04.1 LTS
Release:10.04

qemu-kvm version 0.12.3+noroms-0ubuntu9.2

I expected using disk images with the -usbdevice  option to work without
errors.

Instead I get lots of I/O errors on the guest operating system.

When trying to use a emulated usb disk from an image like so:

   qemu -hda root.img  -usbdevice disk:usb.img

When I write to the simulated disk in the guest operating sytem (Debian or 
Ubuntu)
I get several errors like this:

"Buffer I/O error on device sda1, logical block 570" (dozens)
"end_request: I/O error, dev sda, sector 656"

This also generally causes the disk image to become corrupted.

I have tried this with various image formats (including raw and qcow2)
and with both FAT and ext4 filesystems. I have tried creating the file systems
inside and outside of qemu.

The same disk images work fine if I attached them to a loop device
then give the loop device as the argument to -usbdevice:

sudo losetup /dev/loop0 usb.img
qemu -hda root.img  -usbdevice disk:/dev/loop0

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

-- 
Buffer I/O Errors with emulated usb disk image
https://bugs.launchpad.net/bugs/616151
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 287428] Re: Menu key emits XF86WakeUp on Thinkpad X61s

2009-08-11 Thread thedward
It appears that it is a hotkey-setup problem. If I comment out
the following line from /usr/share/hotkey-setup/ibm.hk then my
menu key works as expected:

setkeycodes e05d$KEY_WAKEUP # Fn-click (Press & release with
no action), observed on R52

This setting is presumably useful for folks on some models, so
simply commenting it out by default is likely not the correct
solution.

-- 
Menu key emits XF86WakeUp on Thinkpad X61s
https://bugs.launchpad.net/bugs/287428
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 287428] Re: Menu key emits XF86WakeUp on Thinkpad X61s

2009-08-11 Thread thedward
I am on a Thinkpad x200s and have selected the evdev layout. I am still 
experiencing this problem.
Both the fn key and the menu key register as keycode 151 (XF86WakeUp).

-- 
Menu key emits XF86WakeUp on Thinkpad X61s
https://bugs.launchpad.net/bugs/287428
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 125919] Re: [Gutsy RC] Wireless adapter not detected on MacBook Pro rev.3 (santa rosa)

2007-11-28 Thread thedward
Please disregard my above comment. I apparently installed the  driver
separately.

-- 
[Gutsy RC] Wireless adapter not detected on MacBook Pro rev.3 (santa rosa)
https://bugs.launchpad.net/bugs/125919
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 125919] Re: [Gutsy RC] Wireless adapter not detected on MacBook Pro rev.3 (santa rosa)

2007-11-28 Thread thedward
The wireless on my 13" MacBook (02:00.0 Network controller: Atheros
Communications, Inc. AR5418 802.11a/b/g/n Wireless PCI Express Adapter
(rev 01)) does not work with the 2.6.22-14-generic linux image, but it
does work with the 2.6.22-9-generic image.

With the 22 kernel, I have same issues as macavity writes about above.

-- 
[Gutsy RC] Wireless adapter not detected on MacBook Pro rev.3 (santa rosa)
https://bugs.launchpad.net/bugs/125919
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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