[Bug 1019395] Re: At random times NM applet menu stops responding

2015-05-24 Thread Ben Gamari
Has anyone observed this recently?

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

Title:
  At random times NM applet menu stops responding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1019395/+subscriptions

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


[Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2014-07-28 Thread Ben Gamari
I have also noticed repeated key presses running A10. I had chalked it
up to an Xorg bug until I read this thread more carefully.

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

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

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

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


[Bug 1261765] [NEW] Waiting for network configuration is a woefully inadequate message

2013-12-17 Thread Ben Gamari
Public bug reported:

I have a rather long /etc/network/interfaces configuration and since
12.04 have been seeing the message Waiting for network configuration
on every boot. This bug is not about me, however. It is about the
message itself and its infuriatingly complete lack of any debuggable
content. It does not provide the user with the interface being waiting
for, the daemon doing the waiting, nor even a rough idea of how one
might begin investigating the issue. This is the definition of poor user
experience.

** Affects: ifupdown (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/1261765

Title:
  Waiting for network configuration is a woefully inadequate message

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

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


[Bug 1261765] Re: Waiting for network configuration is a woefully inadequate message

2013-12-17 Thread Ben Gamari
Hi Clint, thank you for the quite civil response to what was an
emotionally charged description. I should have waited to read over the
text in a less stressful environment. I apologize; the description was
out of line.

Thanks for pointing out the source of message. In addition to the
suggestions I made in the bug description, it seems reasonable that any
error message should identify its source. I don't mind having to sift
through code to debug an issue but as things are it's not even clear
where to begin looking.

It seems this issue and many like it are as much documentation issues as
they are user interface issues. The integration (and, in this case,
behavioral improvements) that comes with a modern init system is great
but often makes debugging issues quite difficult due to the large number
of components involved and the lack of a comprehensive description of
how the pieces interact. When error messages pops up from a piece of
code which doesn't identify itself, one has litttle recourse but to grep
the entire filesystem and hope that the message turns up.

The Upstart Cookbook is a great resource, but it doesn't explain how
Upstart is used in Ubuntu in particular. I'm not sure where such
documentation would belong, but it seems that the world would be a
better place if there were a document describing the various Upstart
tasks critical to Ubuntu's boot process.

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

Title:
  Waiting for network configuration is a woefully inadequate message

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

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


[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2013-09-28 Thread Ben Gamari
Is it true that the fix implemented here was to disable frequency
scaling? I agree that this can be considered a workaround, but to claim
that the problem is solved is a bit far. Users expect CPU power
management to function on a modern system. Disabling it as a long-term
solution is not an option unless documented hardware errata leave no
other choice.

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

Title:
  Pandaboard ES freezes with the default CPU scaling governor ondemand

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-landing-team-ti/+bug/971091/+subscriptions

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


[Bug 1111884] Re: nouveau fails at suspend/resume - PAGE_NOT_PRESENT

2013-08-07 Thread Ben Gamari
I just submitted Bug #67878
(https://bugs.freedesktop.org/show_bug.cgi?id=67878) upstream. It may be
that Bug #62835 (https://bugs.freedesktop.org/show_bug.cgi?id=62835)  is
also a duplicate.

** Bug watch added: freedesktop.org Bugzilla #67878
   https://bugs.freedesktop.org/show_bug.cgi?id=67878

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

Title:
  nouveau fails at suspend/resume - PAGE_NOT_PRESENT

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

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


[Bug 1102024] Re: [regression] Restoring a maximized Gnome Terminal window with keybinding fails to restore the original geometry

2013-05-14 Thread Ben Gamari
Does a fix for this bug currently exist in unreleased form somewhere?
This is really breaking my workflow.

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

Title:
  [regression] Restoring a maximized Gnome Terminal window with
  keybinding fails to restore the original geometry

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

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


[Bug 1166344] [NEW] Raring Python 2.7 backports ssl.match_hostname but not ssl.CertificateError

2013-04-08 Thread Ben Gamari
Public bug reported:

The ssl module provided by Raring's Python 2.7 exports match_hostname
(backported from Python 3.3) but does not export CertificateError. This
causes at least one (https://github.com/facebook/tornado/pull/704)
package to fail.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: raring

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

Title:
  Raring Python 2.7 backports ssl.match_hostname but not
  ssl.CertificateError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1166344/+subscriptions

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


[Bug 379599] Re: System shutdown on 0% for 1 of 2 batteries.

2013-01-29 Thread Ben Gamari
** Also affects: upower
   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/379599

Title:
  System shutdown on 0% for 1 of 2 batteries.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/379599/+subscriptions

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


[Bug 1077952] Re: Only primary battery discharges on Dell Latitude E6430 with bay battery

2013-01-15 Thread Ben Gamari
Speaking on behalf of Laura, I can confirm that the bug is still
reproducible on 3.7.2. Note the extremely low energy-rate in BAT2.


[aristoteles ~] $ uname -a
 Linux aristoteles 3.7.2-030702-generic #20130424 SMP Fri Jan 11 19:25:11 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[aristoteles ~] $ upower --dump
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:  
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/AC
  power supply: yes
  updated:  Tue Jan 15 19:37:07 2013 (250 seconds ago)
  has history:  no
  has statistics:   no
  line-power
online: no

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT0
  vendor:   Sanyo
  model:DELL NH6K925
  serial:   630
  power supply: yes
  updated:  Tue Jan 15 19:41:09 2013 (8 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   discharging
energy:  54.6453 Wh
energy-empty:0 Wh
energy-full: 58.2861 Wh
energy-full-design:  62.16 Wh
energy-rate: 8.325 W
voltage: 11.995 V
time to empty:   6.6 hours
percentage:  93.7536%
capacity:93.7679%
technology:  lithium-ion
  History (charge):
1358296869  93.754  discharging
1358296839  93.868  discharging
1358296809  94.058  discharging
1358296777  94.211  discharging
1358296775  94.230  discharging
  History (rate):
1358296869  8.325   discharging
1358296839  9.391   discharging
1358296809  8.369   discharging
1358296779  8.136   discharging
1358296777  8.247   discharging
1358296775  8.580   discharging

Device: /org/freedesktop/UPower/devices/battery_BAT2
  native-path:  
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:02/power_supply/BAT2
  vendor:   Samsung SDI
  model:DELL W1GGM25
  serial:   36939
  power supply: yes
  updated:  Tue Jan 15 19:41:10 2013 (7 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   discharging
energy:  26.5179 Wh
energy-empty:0 Wh
energy-full: 30.0033 Wh
energy-full-design:  31.08 Wh
energy-rate: 0.0111 W
voltage: 12.226 V
percentage:  88.3833%
capacity:96.5357%
technology:  lithium-ion
  History (charge):
1358296775  88.383  discharging
1358296774  92.194  discharging
1358296774  0.000   unknown
  History (rate):
1358296774  0.011   discharging
1358296774  0.000   unknown

Daemon:
  daemon-version:  0.9.17
  can-suspend: yes
  can-hibernateno
  on-battery:  yes
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:  yes
  is-docked:   no


** Tags added: kernel-bug-exists-upstream

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

Title:
  Only primary battery discharges on Dell Latitude E6430 with bay
  battery

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

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


[Bug 1077952] Re: Only primary battery discharges on Dell Latitude E6430 with bay battery

2013-01-12 Thread Ben Gamari
** Changed in: linux (Ubuntu)
   Status: Expired = New

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

Title:
  Only primary battery discharges on Dell Latitude E6430 with bay
  battery

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

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


[Bug 1090107] [NEW] Long compiz sessions eventually start showing new windows as empty

2012-12-13 Thread Ben Gamari
Public bug reported:

After using a compiz session consistently for a week or so, opening a
new window intermittently results in a window frame with no contents.
This can be seen in the attached screenshot (the XSane window in the top
left hand corner of the screen). While not all new windows will be shown
as empty, the probability of this occurring certainly increases in time.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
Uname: Linux 3.7.0-rc6+ x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,imgsvg,text,mousepoll,regex,obs,place,imgpng,animation,expo,neg,ezoom,grid,snap,resize,vpswitch,move,session,wall,unitymtgrabhandles,workarounds,fade,switcher,resizeinfo,scale,unityshell]
CompositorRunning: compiz
Date: Thu Dec 13 14:43:12 2012
DistUpgraded: 2012-10-09 01:03:44,450 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01fe]
   Subsystem: Dell Device [1028:01fe]
InstallationDate: Installed on 2011-10-19 (421 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: Dell Inc. Latitude D830
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-rc6+ 
root=UUID=27880cc8-df42-4098-8e07-3c4fb9dba0a5 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to quantal on 2012-10-09 (65 days ago)
dmi.bios.date: 01/04/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd01/04/2010:svnDellInc.:pnLatitudeD830:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D830
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu0.1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu6.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.9-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 corruption quantal running-unity ubuntu

** Attachment added: Screenshot showing issue
   
https://bugs.launchpad.net/bugs/1090107/+attachment/3459355/+files/Screenshot%20from%202012-12-13%2014%3A45%3A40.png

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

Title:
  Long compiz sessions eventually start showing new windows as empty

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

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


[Bug 917452] Re: computer needs to restart

2012-12-09 Thread Ben Gamari
I agree that this behavior is extremely presumptuous and consequently I
typically end up killing these windows with xkill. If I recall
correctly, previous releases placed an icon in the notification area if
a reboot were necessary after updating. This is a far more sane way to
deal with this situation: the user has a constant reminder that a reboot
is eventually necessary yet still has the ability to defer as long as
necessary.

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

Title:
  computer needs to restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/917452/+subscriptions

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


[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-12-07 Thread Ben Gamari
Another thanks to Dave and Emmanuel and sorry for not having time to
undertake this refactoring myself. Very well done!

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 1016147] Re: ALPS Touchpad' incorrectly detected as PS/2 mouse in 'Acer Aspire V3-771G'

2012-11-26 Thread Ben Gamari
This bug is due to a confirmed lack of support for newer ALPS touch pads
and is being tracked upstream. I have written a patch which I need to
submit for merge.

** Changed in: linux (Ubuntu)
   Status: Expired = Confirmed

** Bug watch added: Linux Kernel Bug Tracker #45201
   http://bugzilla.kernel.org/show_bug.cgi?id=45201

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=45201
   Importance: Unknown
   Status: Unknown

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

Title:
  ALPS Touchpad' incorrectly detected as PS/2 mouse in 'Acer Aspire
  V3-771G'

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

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


[Bug 1016147] Re: ALPS Touchpad' incorrectly detected as PS/2 mouse in 'Acer Aspire V3-771G'

2012-11-26 Thread Ben Gamari
Note that it's possible that this isn't the only issue represented in
this report but due to the closed nature of ALPS hardware it's very
difficult to know. If the patch presented in the attached bug doesn't
solve your problem, you should open a new issue.

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

Title:
  ALPS Touchpad' incorrectly detected as PS/2 mouse in 'Acer Aspire
  V3-771G'

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

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


[Bug 991330] Re: [Dell Lattitude E5520] Brightness keys do not function

2012-11-12 Thread Ben Gamari
I can say that this is not fixed upstream and continues to be a problem
on new hardware (e.g. the Latitude E6430). Please reopen this report.

** Changed in: linux (Ubuntu)
   Status: Expired = New

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

Title:
  [Dell Lattitude E5520] Brightness keys do not function

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

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


[Bug 294021] Re: Laptop with dual batteries reads both but only uses one

2012-11-09 Thread Ben Gamari
The problem is still present in quantal.
Experienced on Dell Latitude E6430 with second battery in DVD slot.
I turned off actions for when battery is critically low in the power settings.


The first time is drawed from both batteries, the second time it emptied one, 
shut down, the other battery is fully charged.

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

Title:
  Laptop with dual batteries reads both but only uses one

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

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


[Bug 1074405] [NEW] avr-libc overrides standard libc manpages

2012-11-02 Thread Ben Gamari
Public bug reported:

With avr-libc installed, man 3 printf returns the avr-libc manpage,
instead of the (far more useful) page from manpages-dev. At very least
split out the avr-libc manpages into a separate package

** Affects: avr-libc (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/1074405

Title:
  avr-libc overrides standard libc manpages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avr-libc/+bug/1074405/+subscriptions

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


[Bug 930563] Re: NM Applet menu entries not responding

2012-10-29 Thread Ben Gamari
I still see this on 12.10.

I would strongly suggest that the importance of this bug be raised. This
is a highly visible bug that renders network-manager largely unusable
for those without the knowledge to restart nm-applet.

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

Title:
  NM Applet menu entries not responding

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

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


[Bug 1040259] Re: FFE: libmessaging-menu transitions for quantal

2012-10-12 Thread Ben Gamari
Does libmessaging-menu have Python bindings yet?

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

Title:
  FFE: libmessaging-menu transitions for quantal

To manage notifications about this bug go to:
https://bugs.launchpad.net/skype-wrapper/+bug/1040259/+subscriptions

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


[Bug 1019395] Re: At random times NM applet menu stops responding

2012-10-06 Thread Ben Gamari
*** This bug is a duplicate of bug 930563 ***
https://bugs.launchpad.net/bugs/930563

** This bug has been marked a duplicate of bug 930563
   NM Applet menu entries not responding

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

Title:
  At random times NM applet menu stops responding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1019395/+subscriptions

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


[Bug 1012154] Re: NM can't connect to another, known, Wi-Fi network after resume from suspend; reboot fixes it

2012-10-06 Thread Ben Gamari
*** This bug is a duplicate of bug 930563 ***
https://bugs.launchpad.net/bugs/930563

** This bug is no longer a duplicate of bug 1019395
   At random times NM applet menu stops responding
** This bug has been marked a duplicate of bug 930563
   NM Applet menu entries not responding

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

Title:
  NM can't connect to another, known, Wi-Fi network after resume from
  suspend; reboot fixes it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1012154/+subscriptions

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


[Bug 998304] Re: Details is not a descriptive title

2012-10-05 Thread Ben Gamari
Details is not a descriptive name. Default Applications should
either be moved to its own control-center applet or Details needs to
be renamed.

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

Title:
  Details is not a descriptive title

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

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


[Bug 930563] Re: NM Applet menu entries not responding

2012-10-04 Thread Ben Gamari
I also have observed this problem. `dbus-monitor --session` shows the following 
when I click on a menu item,


signal sender=:1.74 - dest=com.canonical.Unity.Panel.Service serial=207627 
path=/com/canonical/Unity/Panel/Service; 
interface=com.canonical.Unity.Panel.Service; member=EntryActivated
   string 
   struct {
  int32 0
  int32 0
  uint32 0
  uint32 0
   }
method call sender=:1.74 - dest=:1.1485 serial=207628 
path=/org/ayatana/NotificationItem/nm_applet/Menu; 
interface=com.canonical.dbusmenu; member=EventGroup
   array [
  struct {
 int32 43153
 string clicked
 variant int32 0
 uint32 636178867
  }
   ]
error sender=:1.1485 - dest=:1.74 
error_name=org.gtk.GDBus.UnmappedGError.Quark._LIBDBUSMENU_2dGLIB.Code0 
reply_serial=207628
   string The IDs supplied '[43153]' do not refer to any menu items we 
have

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

Title:
  NM Applet menu entries not responding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/930563/+subscriptions

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


[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-17 Thread Ben Gamari
@rdrijsen

That URL is a link to a branch on Github's web interface. Use the
following to checkout the tree,

$ git clone git://github.com/bgamari/linux.git
$ cd linux
$ git checkout origin/alps

Compiling the kernel simply involves fetching a reasonable configuration
and starting make,

$ cp /boot/config-3.5.0-13-generic .
$ make

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 1024035] Re: [MacBook Pro] S/PDIF mixer is unmuted by default

2012-09-12 Thread Ben Gamari
Lee, do you think you run apport-collect as mentioned above?

** Changed in: linux (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  [MacBook Pro] S/PDIF mixer is unmuted by default

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

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


[Bug 715870] Re: doesn't hibernate when battery is low

2012-08-21 Thread Ben Gamari
I have observed the same behavior on Precise.

** Also affects: linux
   Importance: Undecided
   Status: New

** Project changed: linux = gnome-power

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

Title:
  doesn't hibernate when battery is low

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/715870/+subscriptions

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


[Bug 135548] Re: Action on critical battery isn't triggered

2012-08-21 Thread Ben Gamari
Has there been a new bug filed along these lines? I still seem to be
running into this in Precise.

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

Title:
  Action on critical battery isn't triggered

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/135548/+subscriptions

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


[Bug 1039859] [NEW] Synchronization doesn't allow bulk operations

2012-08-21 Thread Ben Gamari
Public bug reported:

I was very disappointed to find that the interface exposed by software-
center to the oneconf facility is effective unusable due to the
inability to perform bulk operations on groups of packages. That is,
software-center shows a nicely formatted list of the packages present on
a remote machine and not on the current installation, but there is no
way to install the elements of this list without manually installing
each one.

** Affects: software-center (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/1039859

Title:
  Synchronization doesn't allow bulk operations

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

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


[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-07-27 Thread Ben Gamari
I also recently started working on this bug. I recently opened
https://bugzilla.kernel.org/show_bug.cgi?id=45201 but sadly have made
very little progress as I can't even get a virtualized Windows 7
installation to put the device into absolute mode.

** Bug watch added: Linux Kernel Bug Tracker #45201
   http://bugzilla.kernel.org/show_bug.cgi?id=45201

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 1024035] [NEW] [MacBook Pro] S/PDIF mixer is unmuted by default

2012-07-12 Thread Ben Gamari
Public bug reported:

The default Ubuntu installation on a MacBook Pro leaves the S/PDIF mixer
unmuted by default. This leaves the transmitter enabled which causes
excess battery draw. It should be muted by default

** Affects: linux (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/1024035

Title:
  [MacBook Pro] S/PDIF mixer is unmuted by default

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

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


[Bug 1022637] [NEW] Opening window menu of maximized window causes gtk-window-decorator to SEGV

2012-07-09 Thread Ben Gamari
Public bug reported:

Maximizing a window and pressing ALT-Space to open the window menu
causes gtk-window-decorator to segfault with the following backtrace,

#0  0x00411609 in meta_get_button_position ()
#1  0x0041533b in ?? ()
#2  0x7f996f93c024 in gtk_menu_position (menu=0x1744000, 
set_scroll_offset=1) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkmenu.c:4255
#3  0x7f996f93e54b in IA__gtk_menu_popup (menu=0x1744000, 
parent_menu_shell=0x0, parent_menu_item=0x0, func=0x415280, data=0x1713900, 
button=0, activate_time=2027145)
at /build/buildd/gtk+2.0-2.24.10/gtk/gtkmenu.c:1593
#4  0x00415542 in action_menu_map ()
#5  0x0041476e in event_filter_func ()
#6  0x7f996f5a4e26 in gdk_event_apply_filters (filters=optimized out, 
event=optimized out, xevent=optimized out) at 
/build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkevents-x11.c:356
#7  gdk_event_translate (display=0x15d5030, event=0x16f4c90, 
xevent=0x7fff06c88640, return_exposes=0) at 
/build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkevents-x11.c:927
#8  0x7f996f5a6bd6 in _gdk_events_queue (display=0x15d5030) at 
/build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkevents-x11.c:2310
#9  0x7f996f5a6c7e in gdk_event_dispatch (source=optimized out, 
callback=optimized out, user_data=optimized out) at 
/build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkevents-x11.c:2371
#10 0x7f996e4f9d53 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x7f996e4fa0a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x7f996e4fa49a in g_main_loop_run () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x7f996f9312f7 in IA__gtk_main () at 
/build/buildd/gtk+2.0-2.24.10/gtk/gtkmain.c:1329
#14 0x0040af84 in main ()

This is with,
ii  compiz1:0.9.7.8-0ubuntu1.1  OpenGL window and 
compositing manager

** Affects: compiz (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/1022637

Title:
  Opening window menu of maximized window causes gtk-window-decorator to
  SEGV

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

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


[Bug 1008271] [NEW] Bump to 0.10

2012-06-03 Thread Ben Gamari
Public bug reported:

Scipy 0.10 was released in March 2012. It would be very nice if it made
it into Quantal.

** Affects: python-scipy (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/1008271

Title:
  Bump to 0.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/1008271/+subscriptions

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


[Bug 1008271] Re: Bump to 0.10

2012-06-03 Thread Ben Gamari
Moreover, it seems that 0.11 will likely be released in early July.
Given I have already encountered issues that have been dealt with in
0.11, it would be even better if we could plan for 0.11 to ship with
Quantal.

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

Title:
  Bump to 0.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/1008271/+subscriptions

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


[Bug 1007855] [NEW] U+2329 and U+232A characters rendered too wide

2012-06-02 Thread Ben Gamari
Public bug reported:

Both gnome-terminal and xterm render the U+2329 (〈) and U+232A (〉)
characters in two cells despite the fact that most other applications
render it correctly. This appears to happen with both fixed- and
variable-width fonts. I apologize for the incorrect package assignment;
I really have no idea where in the stack this bug is.

** Affects: gnome-terminal (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/1007855

Title:
  U+2329 and U+232A characters rendered too wide

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

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

[Bug 803943] Re: compiz consuming a lot of cpu

2012-05-24 Thread Ben Gamari
Daniel: I must say that I've never encountered any issues using perf
against executables or libraries with stripped debug symbols. While,
admittedly, I nearly never strip debug symbols from my own builds, these
are still linked against distribution libraries, most of which have
separate symbols. While I could be wrong, a quick Google search turns up
plenty of evidence suggesting that the separate symbol configuration is
supported[1][2][3][4]. That being said, much of this evidence is in the
form of bug reports or patches fixing breakage, so you could very well
be encountering a known issue.

[1] http://www.spinics.net/lists/linux-perf-users/msg00262.html
[2] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/608775
[3] http://www.spinics.net/lists/linux-perf-users/msg01131.html
[4] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661193

** Bug watch added: Debian Bug tracker #661193
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661193

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

Title:
  compiz consuming a lot of cpu

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

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


[Bug 1004099] [NEW] Closing Rhythmbox window quits even while copying files to device

2012-05-24 Thread Ben Gamari
Public bug reported:

Closing the Rhythmbox window while copying files to a media player
device causes Rhythmbox to quit if nothing is being played.

Reproduction steps:
  1) Open new Rhythmbox session
  2) Copy files to a media player device
  3) Close Rhythmbox window

Expected outcome: Rhythmbox remains open until file copying has
finished.

Observed outcome: Rhythmbox closes immediately, killing the file copy
process.

** Affects: rhythmbox (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/1004099

Title:
  Closing Rhythmbox window quits even while copying files to device

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

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


[Bug 803943] Re: compiz consuming a lot of cpu

2012-05-23 Thread Ben Gamari
Daniel,

Having experienced this bug in the past myself, I would be happy to
collect more profiling data. Unfortunately I'm running your pre-proposed
PPA at the moment for which it seems there are no debug symbols. I'll
downgrade back to the stock package and install debug symbols as soon as
I am able. I'm assuming the following packages will be sufficient
(correct me if I have missed anything),

libunity-dev-dbgsym libnux-2.0-0-dbgsym compiz-core-dbgsym compiz-gnome-
dbgsym compiz-plugins-dbgsym libgl1-mesa-dri-dbg libgl1-mesa-glx-dbg
libnux-2.0-0-dbgsym

and the appropriate kernel symbols (linux-image-3.2.0-23-generic-dbgsym
in my case).

If anyone is interested in trying this themselves, follow the
instructions at https://wiki.ubuntu.com/DebuggingProgramCrash, install
the above packages, and try collecting another profile with Daniel's
original instructions. Moreover, I don't think it should hurt to enable
callgraph profiling (-g).

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

Title:
  compiz consuming a lot of cpu

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

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


[Bug 803943] Re: compiz consuming a lot of cpu

2012-05-21 Thread Ben Gamari
It would be easier to contribute if you could relate exactly how the
data collected by perf is inadequate. Are you worried about the time
spent in kernel mode (as seen in
https://launchpadlibrarian.net/105617534/compizperf.txt and
https://launchpadlibrarian.net/105624580/compizperf.txt , although this
could be tough given the binary blob in use)? Do you not see any
hotspots you would expect (nothing too damning in two of the profiles)?
Other concerns? Do you have any hypotheses or suspicions for what might
be chewing up CPU time? Knowing what you expect from the profile would
help us a lot in providing the data you need.

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

Title:
  compiz consuming a lot of cpu

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

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


[Bug 775702] Re: Some menu icons missing in Inkscape since upgrade to 11.04

2012-05-21 Thread Ben Gamari
** Also affects: ayatana-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/775702

Title:
  Some menu icons missing in Inkscape since upgrade to 11.04

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

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-05-09 Thread Ben Gamari
Can someone involved in the packaging of mesa please let us know what
the status of this is? Will a new release be cut from the 8.0 branch
soon?

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-05-06 Thread Ben Gamari
** Also affects: mesa (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/980017

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-05-05 Thread Ben Gamari
I've been having some difficulty pushing the new package to a PPA. Those
affected by the issue could consider pulling the mesa packages from the
xorg-edgers repository (https://launchpad.net/~xorg-edgers/+archive/ppa)
in lieu of my package. I've not tested this but xorg-edgers appears to
have 8.1 which should have the needed fix.

Beyond that, hopefully the mesa maintainers will acknowledge this soon.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-05-02 Thread Ben Gamari
I am currently waiting for any sort of response from the packagers. It's
been weeks since the exact fix necessary was identified and yet nothing
has happened from the Ubuntu side. The patch in question was pulled onto
mesa's 8.0 branch as 93e94cbb48. The release should have never gone out
with such a blatant and easily fixed bug. Moreover, it's quite
embarrassing that we are still struggling to get a fix out.

I am currently running mesa built directly from the 8.0 branch. Perhaps
I can try building a package to push up to a PPA in lieu of any action
from the packagers. Unfortunately, this probably won't happen until
tomorrow.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-27 Thread Ben Gamari
Last week I spent nearly an entire day bisecting for the fix so that the
patch could be cherry-picked into the Ubuntu tree. Unfortunately, it
looks like no one ever followed up on this work. This is mildly annoying
considering the work put in to the solve this very severe issue. Sadly,
it seems that the 12.04 upgrade will be a complete mess for a large
portion of the user base due to this bug.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 453106] Re: [i945] Application Switcher plug-in causes flicker after switching if fading animation hasn't finished

2012-04-21 Thread Ben Gamari
*** This bug is a duplicate of bug 862430 ***
https://bugs.launchpad.net/bugs/862430

This issue was never fixed and still occurs with Precise.

** This bug has been marked a duplicate of bug 862430
   window flicker for a short time after switching workspaces

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

Title:
  [i945] Application Switcher plug-in causes flicker after switching if
  fading animation hasn't finished

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

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


[Bug 453106] Re: [i945] Application Switcher plug-in causes flicker after switching if fading animation hasn't finished

2012-04-21 Thread Ben Gamari
*** This bug is a duplicate of bug 862430 ***
https://bugs.launchpad.net/bugs/862430

Actually looking at the #862430 again, it doesn't seem like it's the
same issue. Sorry for the incorrect duplicate annotation.

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

Title:
  [i945] Application Switcher plug-in causes flicker after switching if
  fading animation hasn't finished

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

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-19 Thread Ben Gamari
The problem is fixed in mesa master. I bisected the fix to be e2dce7f7.
This fix should be cherry-picked into the 8.0 branch shortly and a new
mesa package needs to be spun before release if we want compiz to work
for Intel users out of the box.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Created attachment 60321
Another crash dump

The panel was inactive although the machine was responsive over SSH.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Created attachment 60322
Yet another dump

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Created attachment 60324
crash-20120419-1230

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Created attachment 60323
i915_error_state from odd hang

This time I couldn't get the rest of the dump as cat BUGs in
i915_batchbuffer_info. Nevertheless, here is i915_error_state.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Created attachment 60325
crash-20120419-1233

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Created attachment 60327
crash-20120419-1242

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
I can confirm that the problem appears to be gone with mesa master
(dbf48e88)

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
The 8.0 branch (6fe42b6) exhibits the problem.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
(In reply to comment #17)
 The 8.0 branch (6fe42b6) exhibits the problem.

To clarify the 8.0 branch (currently 49ed43b6) exhibits the issue as
does 6fe42b6, the point where master diverged from 8.0.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
952ca07 exhibits the problem.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
8f5c172c does not exhibit the problem

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
7335cf1c exhibits the problem.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
9be0f9 exhibits the issue.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
dbadd39 does not exhibit the problem.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
f00c97b does not exhibit the problem.
117a0e9 exhibits the problem.
308c6be exhibits the problem.
fbe8543 does not exhibit the problem.
e2dce7f does not exhibit the problem.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017]

2012-04-19 Thread Ben Gamari
Here is the first working commit:

commit e2dce7f7ee3e7da9cbb0bb33307ecd79e824426d
Author: Eric Anholt e...@anholt.net
Date:   Fri Feb 10 12:54:25 2012 -0800

intel: Fix rendering from textures after RenderTexture().

There's a serious trap for drivers: RenderTexture() does not indicate
that the texture is currently bound to the draw buffer, despite
FinishRenderTexture() signaling that the texture is just now being
unbound from the draw buffer.

We were acting as if RenderTexture() *was* the start of rendering and
that we could make texturing incoherent with the current contents of
the renderbuffer.  This caused intel oglconform sRGB
Mipmap.1D_textures to fail, because we got a call to TexImage() and
thus RenderTexture() on a texture bound to a framebuffer that wasn't
the draw buffer, so we skipped validating the new image into the
texture object used for rendering.

We can't (easily) make RenderTexture() indicate the start of drawing,
because both our driver and gallium are using it as the moment to set
up the renderbuffer wrapper used for things like MapRenderbuffer().
Instead, postpone the setup of the workaround render target miptree
until update_renderbuffer time, so that we no longer need to skip
validation of miptrees used as render targets.  As a bonus, this
should make GL_NV_texture_barrier possible.

(This also fixes a regression in the gen4 small-mipmap rendering since
3b38b33c1648b07e75dc4d8340758171e109c598, which switched
set_draw_offset from image-mt to irb-mt but didn't move the irb-mt
replacement up before set_draw_offset).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44961
NOTE: This is a candidate for the 8.0 branch.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 940603] Re: white box randomly shows up at top left corner blocking applications from using stuff under it

2012-04-12 Thread Ben Gamari
For the record, it appears that the Ubuntu Precise build failed:
https://launchpad.net/ubuntu/precise/+source/compiz/1:0.9.7.6-0ubuntu1

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

Title:
  white box randomly shows up at top left corner blocking applications
  from using stuff under it

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-animation-plugin/+bug/940603/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/980017

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] [NEW] [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
Public bug reported:

Machine sporatically locks up while running compiz.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Chipset: i965gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Thu Apr 12 11:54:19 2012
DistUpgraded: 2012-04-01 17:31:17,679 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
DuplicateSignature: [i965gm] GPU lockup  render.IPEHR: 0x0204 Ubuntu 12.04
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GpuHangFrequency: Several times a day
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:01fe]
   Subsystem: Dell Device [1028:01fe]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
InterpreterPath: /usr/bin/python2.7
MachineType: Dell Inc. Latitude D830
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=27880cc8-df42-4098-8e07-3c4fb9dba0a5 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+12ubuntu1
 libdrm2  2.4.32-1ubuntu1
 xserver-xorg-video-intel 2:2.17.0-1ubuntu4
SourcePackage: xserver-xorg-video-intel
Title: [i965gm] GPU lockup  render.IPEHR: 0x0204
UpgradeStatus: Upgraded to precise on 2012-04-01 (10 days ago)
UserGroups:
 
dmi.bios.date: 01/04/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd01/04/2010:svnDellInc.:pnLatitudeD830:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude D830
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.6-0ubuntu1~ppa3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash compiz-0.9 freeze precise ubuntu

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
Here is an example of the sort of corruption exhibited. Note the color
and grey boxes of the menu bar at the top of the screen.

** Attachment added: Example of display corruption
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+attachment/3053654/+files/Screenshot%20from%202012-04-12%2012%3A05%3A52.png

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
Lockup is generally preceded by obvious display corruption. Eventually
GPU locks up, resulting in a blank screen and unresponsive machine, even
to sysrq.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
It seems likely that this is related to (probably even a duplicate of)
#768184

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 899762] Re: Black rectangle instead of window preview in alt-tab switcher during WorkSpace switch

2012-04-12 Thread Ben Gamari
Still an issue with,

$ dpkg -l unity compiz xserver-xorg-video-intel
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---
ii  compiz   1:0.9.7.6-0ubuntu1~ppa3  OpenGL window and 
compositing manager
ii  unity5.8.0+bzr2275ubuntu0+677 Interface designed for 
efficiency of space and interaction.
ii  xserver-xorg-video-intel 2:2.17.0-1ubuntu4X.Org X server -- Intel 
i8xx, i9xx display driver

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

Title:
  Black rectangle instead of window preview in alt-tab switcher during
  WorkSpace switch

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

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
It actually seems that the system will respond to sysrq if issued not
too long after the screen turns blank. After a few seconds however, it
will not respond.

The application switcher seems to be very good at reproducing the crash,
which occurs quite often, usually within five minutes of logging in. The
machine is completely stable under Unity 2D.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 980017] Re: [i965gm] GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
It seems this is likely the same issue as #978836.

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

Title:
  [i965gm] GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/980017/+subscriptions

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


[Bug 978836] Re: [i945gm] False GPU lockup render.IPEHR: 0x02000004

2012-04-12 Thread Ben Gamari
It seems this is probably the same issue as my bug #980017.

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

Title:
  [i945gm] False GPU lockup  render.IPEHR: 0x0204

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/978836/+subscriptions

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


[Bug 888039] Re: Gradual degradation in desktop performance.

2012-02-06 Thread Ben Gamari
Joar,

Yes, you are likely seeing another bug. If you are still having problems
the best way to proceed will be to open a new bug and attach a perf
profile as was done to pinpoint this one.

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

Title:
  Gradual degradation in desktop performance.

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

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


[Bug 543266] Re: preview latex fails on with pdflatex

2012-02-01 Thread Ben Gamari
I am also experiencing this on Oneiric. Installing the Debian package
from Sid works, however.

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

Title:
  preview latex fails on with pdflatex

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/543266/+subscriptions

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


[Bug 888039] Re: Gradual degradation in desktop performance.

2012-01-29 Thread Ben Gamari
Daniel, this seems like exactly the task for a statistical profiler such
as perf (https://perf.wiki.kernel.org/).

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

Title:
  Gradual degradation in desktop performance.

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

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


[Bug 806248] Re: Launcher icons are all rendered up in top left corner

2012-01-05 Thread Ben Gamari
Has there been no work done on this?

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

Title:
  Launcher icons are all rendered up in top left corner

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

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


[Bug 757814] Re: Static Application Switcher Plugin does not show window titles

2011-12-15 Thread Ben Gamari
Has there been no progress on this?

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

Title:
  Static Application Switcher Plugin does not show window titles

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

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


[Bug 904001] [NEW] Can't start evince over SSH tunnel X session

2011-12-13 Thread Ben Gamari
Public bug reported:

For example,

$ cat /etc/issue
Ubuntu 11.10 \n \l

$ ssh -X chimera
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-13-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

35 packages can be updated.
8 updates are security updates.

Last login: Tue Dec 13 18:06:12 2011 from physicsnat56.physics.umass.edu
$ evince ~/hello.pdf
Failed to get bus connection: Command line `dbus-launch 
--autolaunch=4ecb6d54129c67693bce6dc90006 --binary-syntax --close-stderr' 
exited with non-zero exit status 1: EOF in dbus-launch reading address from bus 
daemon\n

In /var/log/syslog on chimera I see messages of the following form,

Dec 13 18:17:35 chimera kernel: [1115999.980510] type=1400
audit(1323818255.844:124): apparmor=DENIED operation=exec
parent=29637 profile=/usr/bin/evince name=/bin/dbus-daemon pid=29638
comm=dbus-launch requested_mask=x denied_mask=x fsuid=1000 ouid=0

Therefore, it seems this is likely related to bug #566207.

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


** Tags: regression-release

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

Title:
  Can't start evince over SSH tunnel X session

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

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


[Bug 566207] Re: apparmor blocks evince from /usr/bin/dbus-launch

2011-12-13 Thread Ben Gamari
I just opened #904001. Thanks for your help.

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

Title:
  apparmor blocks evince from /usr/bin/dbus-launch

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

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


[Bug 566207] Re: apparmor blocks evince from /usr/bin/dbus-launch

2011-12-07 Thread Ben Gamari
It seems this has been yet again broken in Oneiric.

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

Title:
  apparmor blocks evince from /usr/bin/dbus-launch

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

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


[Bug 531190]

2011-11-26 Thread Ben Gamari
Given my own experience, as well as that of others
(https://bugs.launchpad.net/ubuntu/+source/upower/+bug/531190), it seems
that this is still occurring. Is it possible that this still isn't fixed
in upower 0.9.13 running on a 3.0.0 kernel?

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

Title:
  upower (devkit-power) reporting bad data when AC cable is unplugged

To manage notifications about this bug go to:
https://bugs.launchpad.net/devicekit-power/+bug/531190/+subscriptions

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


[Bug 771252] Re: settings are lost after reboot

2011-11-01 Thread Ben Gamari
I also find that settings are reset after suspend/resume on Oneiric.

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

Title:
  settings are lost after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpointing-device-settings/+bug/771252/+subscriptions

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


[Bug 876937] Re: Request for debian pull

2011-10-20 Thread Ben Gamari
I take that to mean that this will never make it into oneiric?

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

Title:
  Request for debian pull

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

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


[Bug 516834] Re: bad default swappiness for desktop systems

2011-10-19 Thread Ben Gamari
Considering the reception my patch encountered, I'd say we won't be
getting a CONFIG_SWAPPINESS upstream. Either a dummy package with a
sysctl setting (thrown in /etc/sysctl.d) or an init script would work if
we still think we need this knob.

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

Title:
  bad default swappiness for desktop systems

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

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


[Bug 877673] Re: Cross compilation fails due to pkg-config

2011-10-18 Thread Ben Gamari
** Patch added: Patch to set PKG_CONFIG_LIBDIR
   
https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/877673/+attachment/2558219/+files/fix-pkg-config.patch

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

Title:
  Cross compilation fails due to pkg-config

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

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


[Bug 877673] [NEW] Cross compilation fails due to pkg-config

2011-10-18 Thread Ben Gamari
Public bug reported:

Attempting to cross-compile ncurses with xdeb results in failure when
attempting to install pkg-config files. This is because autotools
inferred that PKG_CONFIG_LIBDIR=/usr/$(HOST_GNU_TYPE)/lib/pkgconfig,
which does not exist when configure is run. This results in configure
disabling generation of pkgconfig's .pc files (which would have been put
in the wrong location even if they had been generated).

The solution as far as I can see is to export PKG_CONFIG_LIBDIR in
debian/rules and ensure that this directory exists when configure is
invoked. A patch to accomplish this is attached.

** Affects: ncurses (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/877673

Title:
  Cross compilation fails due to pkg-config

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

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


[Bug 877673] Re: Cross compilation fails due to pkg-config

2011-10-18 Thread Ben Gamari
Patch against ncurses 5.9-1ubuntu5.

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

Title:
  Cross compilation fails due to pkg-config

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

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


[Bug 752286] Re: Regression: super + numeric shortcuts no longer working

2011-10-17 Thread Ben Gamari
This seems to be fixed, no?

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

Title:
  Regression: super + numeric shortcuts no longer working

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

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


[Bug 876937] [NEW] Request for debian pull

2011-10-17 Thread Ben Gamari
Public bug reported:

According to Debian bug 638850 [1], Debian's readline packaging has
multi-arch support since 6.2-3. This would make cross-compiling on
Ubuntu much easier.


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638850

** 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/876937

Title:
  Request for debian pull

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

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


[Bug 874453] Re: Alt+Number triggers window switcher

2011-10-16 Thread Ben Gamari
Indeed it does sound like a configuration issue and you are right, the
behavior is not reproducible in the guest account. Unfortunately, 'unity
--reset' does not fix the issue and it's entirely unclear to me where
this errant configuration might live.

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

Title:
  Alt+Number triggers window switcher

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

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


[Bug 874453] Re: Alt+Number triggers window switcher

2011-10-16 Thread Ben Gamari
To confirm, the blame here can be placed squarely on Unity. Disabling
the Unity compiz plugin makes Alt+n behave as expected.

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

Title:
  Alt+Number triggers window switcher

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

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


[Bug 875773] [NEW] Using media keys with Alt modifier doesn't work

2011-10-16 Thread Ben Gamari
Public bug reported:

Setting a keyboard shortcut action, say 'Next track', to a media key
with the Alt modifier, say 'Alt+Audio raise volume' doesn't work. In
particular, pressing Alt+Audio raise volume will result in the volume
being raised, not the track being advanced.

The Super and Ctrl modifiers appear to work as expected.

** Affects: gnome-settings-daemon (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/875773

Title:
  Using media keys with Alt modifier doesn't work

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

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


[Bug 857710] Re: File selection by typing is buggy sometimes

2011-10-15 Thread Ben Gamari
Please refrain from commenting unless you have something constructive to
add that might help fix the issue. If you feel the issue should be
fixed, express this by confirming that it affects you at the top of the
page. Me too comments only make it harder for those trying to fix the
bug.

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

Title:
  File selection by typing is buggy sometimes

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

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


[Bug 874453] Re: Alt+Number triggers window switcher

2011-10-15 Thread Ben Gamari
Yes, the bug is perfectly reproducible with the Alt+1 key combination.
The steps to reproduce are exactly those I listed. Press Alt+1. The
Unity application switcher will appear. This is especially strange since
I have disable all of the keybindings for the Unity switcher.

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

Title:
  Alt+Number triggers window switcher

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

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


[Bug 754565] Re: Regression: shift+click on a launcher icon to open a new application instance gone

2011-08-25 Thread Ben Gamari
Has this fix not made it into Natty yet? This would be an excellent
usability improvement,

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

Title:
  Regression: shift+click on a launcher icon to open a new application
  instance gone

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

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


[Bug 459851] Re: can't use CTRL + C for copy'n'paste

2011-08-25 Thread Ben Gamari
Indeed this is still not fixed.

-- 
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/459851

Title:
  can't use CTRL + C for copy'n'paste

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

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


[Bug 655629] Re: New Boost Versions 1.43.0 and 1.44.0

2011-07-06 Thread Ben Gamari
Can one of the packagers please bring a reasonably up-to-date boost
release to Oneiric. It is getting very painful for us to have to work
around broken libboost on Ubuntu systems.

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

Title:
  New Boost Versions 1.43.0 and 1.44.0

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

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


  1   2   >