[Bug 904870] [NEW] Menus drawn under vte windows on Intel graphics with multiple displays

2011-12-15 Thread Victor J. Orlikowski
Public bug reported:

This bug is somewhat odd.
Using an Atom N280 netbook, Intel graphics.

With any of: gnome-terminal, xfce4-terminal, or roxterm.

If I connect an external display and (using arandr) enable it with the display 
being positioned to either
the right of the (primary) LVDS display or above the LVDS display, menus 
selected from the menu bar are drawn *beneath* the contents of the terminal 
window.

This *also* occurs with right-click context menus (which is how I
discovered that the menus were being drawn beneath the window, rather
than not being drawn at all).

** Affects: vte (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/904870

Title:
  Menus drawn under vte windows on Intel graphics with multiple displays

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

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


[Bug 375585] Re: KDE 4 packages lacking entries in /usr/share/menu

2010-07-28 Thread Victor J. Orlikowski
Yes, it does; the /usr/share/menu entries are still missing in the
konqueror package in Lucid, for example.

-- 
KDE 4 packages lacking entries in /usr/share/menu
https://bugs.launchpad.net/bugs/375585
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 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-09 Thread Victor J. Orlikowski
Certainly, but the complaint about sound not working for guests applies to *all*
guests on the machine that have a VNC console. I have pasted a guest 
configuration
that is a representative example.

The guest configuration file is named:
/etc/libvirt/qemu/windows7.xml

Its contents are:

domain type='kvm'
  namewindows7/name
  uuida522d67b-7a31-0163-04d5-e97816dd7000/uuid
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-0.11'hvm/type
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='localtime'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  source file='/opt/vm_images/windows7.img'/
  target dev='hda' bus='ide'/
/disk
disk type='file' device='cdrom'
  target dev='hdc' bus='ide'/
  readonly/
/disk
interface type='network'
  mac address='54:52:00:3f:91:e8'/
  source network='default'/
  model type='e1000'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target port='0'/
/console
input type='tablet' bus='usb'/
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' 
keymap='en-us'/
sound model='ac97'/
video
  model type='vga' vram='9216' heads='1'/
/video
  /devices
/domain

When I check the log (/var/log/libvirt/qemu/windows7.log) corresponding to this 
virtual machine, I see:
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_
AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.11 -enable-kvm -m 512 -smp 1 -name window
s7 -uuid a522d67b-7a31-0163-04d5-e97816dd7000 -chardev socket,id=monitor,path=/v
ar/lib/libvirt/qemu/windows7.monitor,server,nowait -monitor chardev:monitor -loc
altime -boot c -drive file=/opt/vm_images/windows7.img,if=ide,index=0,boot=on -d
rive if=ide,media=cdrom,index=2 -net nic,macaddr=54:52:00:3f:91:e8,vlan=0,model=
e1000,name=e1000.0 -net tap,fd=37,vlan=0,name=tap.0 -chardev pty,id=serial0 -ser
ial chardev:serial0 -parallel none -usb -usbdevice tablet -vnc 127.0.0.1:1 -k en
-us -vga std -soundhw ac97 
char device redirected to /dev/pts/0

What concerns me, is that QEMU_AUDIO_DRV is set to none, with no
action on my part.

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-09 Thread Victor J. Orlikowski
One additional comment -
The VM is running 32-bit Windows 7, which does have a driver for the ac97 
virtual sound card.
This same VM *did* produce sound on Karmic and on Jaunty.

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-09 Thread Victor J. Orlikowski
Certainly, but the complaint about sound not working for guests applies to *all*
guests on the machine that have a VNC console. I have pasted a guest 
configuration
that is a representative example.

The guest configuration file is named:
/etc/libvirt/qemu/windows7.xml

Its contents are:

domain type='kvm'
  namewindows7/name
  uuida522d67b-7a31-0163-04d5-e97816dd7000/uuid
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-0.11'hvm/type
boot dev='hd'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='localtime'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  source file='/opt/vm_images/windows7.img'/
  target dev='hda' bus='ide'/
/disk
disk type='file' device='cdrom'
  target dev='hdc' bus='ide'/
  readonly/
/disk
interface type='network'
  mac address='54:52:00:3f:91:e8'/
  source network='default'/
  model type='e1000'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target port='0'/
/console
input type='tablet' bus='usb'/
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' 
keymap='en-us'/
sound model='ac97'/
video
  model type='vga' vram='9216' heads='1'/
/video
  /devices
/domain

When I check the log (/var/log/libvirt/qemu/windows7.log) corresponding to this 
virtual machine, I see:
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_
AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.11 -enable-kvm -m 512 -smp 1 -name window
s7 -uuid a522d67b-7a31-0163-04d5-e97816dd7000 -chardev socket,id=monitor,path=/v
ar/lib/libvirt/qemu/windows7.monitor,server,nowait -monitor chardev:monitor -loc
altime -boot c -drive file=/opt/vm_images/windows7.img,if=ide,index=0,boot=on -d
rive if=ide,media=cdrom,index=2 -net nic,macaddr=54:52:00:3f:91:e8,vlan=0,model=
e1000,name=e1000.0 -net tap,fd=37,vlan=0,name=tap.0 -chardev pty,id=serial0 -ser
ial chardev:serial0 -parallel none -usb -usbdevice tablet -vnc 127.0.0.1:1 -k en
-us -vga std -soundhw ac97 
char device redirected to /dev/pts/0

What concerns me, is that QEMU_AUDIO_DRV is set to none, with no
action on my part.

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
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 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-09 Thread Victor J. Orlikowski
One additional comment -
The VM is running 32-bit Windows 7, which does have a driver for the ac97 
virtual sound card.
This same VM *did* produce sound on Karmic and on Jaunty.

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
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 591489] [NEW] QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-08 Thread Victor J. Orlikowski
Public bug reported:

When using virt-manager and libvirtd to manage VMs, VMs that use VNC for 
graphical consoles
have the QEMU_AUDIO_DRV environment variable automatically set to none in 
Lucid.

This prevents audio from working, at all, if one is using virt-manager
for controlling VMs.

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

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 591489] [NEW] QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-08 Thread Victor J. Orlikowski
Public bug reported:

When using virt-manager and libvirtd to manage VMs, VMs that use VNC for 
graphical consoles
have the QEMU_AUDIO_DRV environment variable automatically set to none in 
Lucid.

This prevents audio from working, at all, if one is using virt-manager
for controlling VMs.

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

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
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 375585] [NEW] KDE 4 packages lacking entries in /usr/share/menu

2009-05-12 Thread Victor J. Orlikowski
Public bug reported:

Using Kubuntu Jaunty, which works fairly well.

Also have icewm installed, as well as menu, and menu-xdg.

Unfortunately, the KDE 4 packages do not add entries for their applications to 
/usr/share/menu,
which means that the KDE 4 applications are not provided in the auto-generated 
menus for icewm.

Could the appropriate menu files please be added to the KDE 4 packages?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
KDE 4 packages lacking entries in /usr/share/menu
https://bugs.launchpad.net/bugs/375585
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