[Bug 736153] Re: Unicode variation selectors not supported

2011-10-12 Thread Steve Langasek
This is an issue with whatever package handles Unicode glyph substitution. That package is pango, not freetype. ** Package changed: freetype (Ubuntu) = pango1.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pango1.0 in

Re: [Bug 833397] Re: indicator power displayed twice on panel

2011-10-10 Thread Steve Langasek
installed. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developerhttp://www.debian.org/ slanga...@ubuntu.com vor

[Bug 868358] Re: hibernate key (fn + 12) triggers suspend on ThinkPad X200s

2011-10-05 Thread Steve Langasek
** Package changed: acpi-support (Ubuntu) = gnome-settings-daemon (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/868358 Title: hibernate key (fn + 12)

[Bug 839744] Re: package libglib2.0-0 2.29.16-0ubuntu3 [modified: usr/share/doc/libglib2.0-0/changelog.Debian.gz] failed to install/upgrade: ErrorMessage: './usr/share/doc/libglib2.0-0/changelog.Debia

2011-10-03 Thread Steve Langasek
The same as bug #854622 from what I can tell - fixed in the latest version of glib2.0. ** Changed in: glib2.0 (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to glib2.0 in Ubuntu.

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-10-03 Thread Steve Langasek
** Changed in: upstart (Ubuntu Oneiric) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/854329 Title: race condition on shutdown with more than

[Bug 854622] Re: Could not install libglib2.0

2011-09-30 Thread Steve Langasek
and I'm fairly sure we didn't introduce them at any time during oneiric. No, we introduced *multiarch* in oneiric, so now the system cares a lot more about file integrity. So glib2.0 needs to clean up its historic mis-migration. ** Changed in: update-manager (Ubuntu Oneiric) Status:

[Bug 615549] Re: gdm/kdm starting too early for DRM modules to load, no video

2011-09-29 Thread Steve Langasek
Andrew, you probably have a different bug. Please file a separate bug report with a description of what you're experiencing. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/615549

[Bug 854622] Re: Could not install libglib2.0

2011-09-29 Thread Steve Langasek
Please show 'ls -ld /usr/share/doc/libglib2.0*'. I'm pretty sure one of the directories is wrongly symlinked to the other, which means that unpacking libglib2.0-data after libglib2.0-0 *overwrites* the libglib2.0-0 changelog /on the filesystem/. This is a classic botched symlink-directory

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-28 Thread Steve Langasek
According to James, we need to add this new 'desktop-shutdown' event to upstart-events(7). ** Also affects: upstart (Ubuntu) Importance: Undecided Status: New ** Changed in: upstart (Ubuntu Oneiric) Importance: Undecided = Medium ** Changed in: upstart (Ubuntu Oneiric)

[Bug 410407] Re: Adobe Flash Player does not respond to mouse clicks [READ DESCRIPTION]

2011-09-23 Thread Steve Langasek
** Changed in: flashplugin-nonfree (Ubuntu) Assignee: starti (mirage-kooo) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/410407 Title: Adobe Flash Player does

[Bug 839744] Re: package libglib2.0-0 2.29.16-0ubuntu3 [modified: usr/share/doc/libglib2.0-0/changelog.Debian.gz] failed to install/upgrade: ErrorMessage: './usr/share/doc/libglib2.0-0/changelog.Debia

2011-09-20 Thread Steve Langasek
Please show the output of this command: ls -l /usr/share/doc/libglib2.0-0/changelog.Debian.gz ** This bug is no longer a duplicate of bug 835625 apt may try to unpack a foreign-arch multiarch library before the native package is at a multiarch version, prohibited by dpkg ** Changed in:

[Bug 839909] Re: package libglib2.0-0 2.29.18-0ubuntu3 failed to install/upgrade: ErrorMessage: './usr/share/doc/libglib2.0-0/changelog.Debian.gz' is different from the same file on the system

2011-09-20 Thread Steve Langasek
*** This bug is a duplicate of bug 839744 *** https://bugs.launchpad.net/bugs/839744 ** This bug is no longer a duplicate of bug 835625 apt may try to unpack a foreign-arch multiarch library before the native package is at a multiarch version, prohibited by dpkg ** This bug has been

[Bug 851481] Re: totem and banshee prompt for i386 plugin to play QuckTime on 64 bit system

2011-09-19 Thread Steve Langasek
We should probably have Michael look at this, he understands the gnome- codec-install code. ** Changed in: gst-plugins-base0.10 (Ubuntu) Assignee: (unassigned) = Michael Vogt (mvo) ** Package changed: gst-plugins-base0.10 (Ubuntu) = gnome-codec-install (Ubuntu) -- You received this bug

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-19 Thread Steve Langasek
** Changed in: plymouth (Ubuntu) Status: New = Triaged ** Also affects: plymouth (Ubuntu Oneiric) Importance: Undecided Status: Triaged ** Also affects: gdm (Ubuntu) Importance: Undecided Status: New ** Also affects: kde-workspace (Ubuntu) Importance: Undecided

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-19 Thread Steve Langasek
Marking this bug as affecting all the DMs listed in /etc/init/plymouth.conf. The bug is severity: high for plymouth/lightdm/gdm because this is a common upgrade scenario that needs to be addressed; I've marked it severity: low for the others. I'm certainly happy to help coordinate a conversion

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-19 Thread Steve Langasek
Prospective patch for this issue in gdm/lightdm upstart jobs: post-stop script case $UPSTART_EVENTS in *runlevel*) initctl emit desktop-shutdown ;; esac end script And after more thought, I see we only need a one-way

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-19 Thread Steve Langasek
Yeah, don't use that script. $UPSTART_EVENTS is the variable containing the list of events that triggered the *start* of the job; so anything that's 'start on [...] runlevel [...]' will always match and then we have the same race condition all over again. Here's an alternative that DTRT.

[Bug 854329] Re: race condition on shutdown with more than one DM installed

2011-09-19 Thread Steve Langasek
** Changed in: gdm (Ubuntu Oneiric) Status: Triaged = Fix Committed ** Changed in: lightdm (Ubuntu Oneiric) Status: Triaged = Fix Committed ** Changed in: plymouth (Ubuntu Oneiric) Status: Triaged = Fix Committed ** Changed in: lxdm (Ubuntu Oneiric) Status: Confirmed

[Bug 792636] Re: [Regression] Power section no longer allows configuration of when the lid is closed action in Oneiric

2011-09-13 Thread Steve Langasek
Here is a commandline workaround for the current lack of reasonable GUI configuration (and lack of sensible defaults): gsettings set org.gnome.settings-daemon.plugins.power lid-close-ac- action 'nothing' Per the lack of sensible defaults remark above, I'm also marking this bug as affecting

[Bug 833397] Re: indicator power displayed twice on panel

2011-09-01 Thread Steve Langasek
Removing gnome-power-manager doesn't fix this for me. systray-whitelist has not been edited here. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/833397 Title:

[Bug 829470] Re: Xvfb fails with empty /var/lib/xkb, causing build failures

2011-08-24 Thread Steve Langasek
Getting binaries for oneiric... [Updating] fakeroot (1.16-1 [Ubuntu] 1.17-1 [Debian]) * Trying to add fakeroot... 2011-08-25 01:38:48 INFO - fakeroot_1.17-1.dsc: downloading from http://ftp.debian.org/debian/ 2011-08-25 01:38:48 INFO - fakeroot_1.17-1.debian.tar.gz: downloading from

[Bug 831897] Re: package gstreamer0.10-plugins-good 0.10.30-1ubuntu5 failed to install/upgrade: trying to overwrite '/usr/lib/gstreamer-0.10/libgstjpegformat.so', which is also in package gstreamer0.1

2011-08-23 Thread Steve Langasek
** Changed in: gst-plugins-good0.10 (Ubuntu) Assignee: Canonical Desktop Team (canonical-desktop-team) = Evan Dandrea (ev) ** Changed in: gst-plugins-good0.10 (Ubuntu) Milestone: None = ubuntu-11.10-beta-1 ** Also affects: gst-plugins-good0.10 (Ubuntu Oneiric) Importance: High

[Bug 829470] Re: pygtk version 2.24.0-2 failed to build in oneiric

2011-08-23 Thread Steve Langasek
The RANDR errors here are not related to the failure in the build log Matthias linked to. The failure there is: xvfb-run: error: Xvfb failed to start I can reproduce this when running xvfb-run under fakeroot (as will be the case when xvfb-run is called from an 'install' or 'binary' target on

[Bug 829470] Re: pygtk version 2.24.0-2 failed to build in oneiric

2011-08-23 Thread Steve Langasek
Running by hand, I see: $ fakeroot Xvfb :99 -noreset -nolisten tcp(EE) GLX: could not load software renderer [dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! [dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from

[Bug 829470] Re: pygtk version 2.24.0-2 failed to build in oneiric

2011-08-23 Thread Steve Langasek
The directory itself will exist in a chroot, but it will be empty, which seems to trigger the failure. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygtk in Ubuntu. https://bugs.launchpad.net/bugs/829470 Title: pygtk version

[Bug 832454] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

2011-08-23 Thread Steve Langasek
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/832454 Title: gnome-settings-daemon crashed with signal 5 in xkl_process_error() To

[Bug 818135] Re: evolution crashed with SIGSEGV in g_str_equal()

2011-08-20 Thread Steve Langasek
Confirmed, evolution now starts for me as well. Marking as fixed. ** Changed in: evolution (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu.

[Bug 828845] Re: package gstreamer0.10-plugins-good 0.10.30-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/lib/gstreamer-0.10/libgstcamerabin.so', which is also in package gstreamer0.10

2011-08-18 Thread Steve Langasek
-good Breaks/Replaces on -bad need to be bumped to ( 0.10.22-2ubuntu2). ** Changed in: gst-plugins-good0.10 (Ubuntu) Status: New = Triaged ** Changed in: gst-plugins-good0.10 (Ubuntu) Importance: Undecided = Medium ** Changed in: gst-plugins-good0.10 (Ubuntu) Assignee:

[Bug 806399] Re: vinagre completely unusable with Unusual Screen size

2011-08-17 Thread Steve Langasek
Yep, seems to be fixed now. Thanks! ** Changed in: vinagre (Ubuntu Oneiric) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/806399 Title:

[Bug 801180] Re: battery indicator is not displayed in oneiric

2011-08-14 Thread Steve Langasek
This bug report is about an issue in oneiric only. Please file a separate bug report for any problems you experience in natty. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-icon-theme in Ubuntu.

[Bug 735688] Re: package rhythmbox-plugins 0.12.8-0ubuntu7 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2011-08-11 Thread Steve Langasek
Thank you for reporting this issue and helping to improve Ubuntu. The root error in your log file is: Il proprio account è scaduto; contattare l'amministratore di sistema Please show the output of the following command run from the commandline: $ chage -l `whoami` ** Package changed:

[Bug 822205] Re: Totem crashes instantly after starting - memory overflow

2011-08-10 Thread Steve Langasek
*** This bug is a duplicate of bug 816740 *** https://bugs.launchpad.net/bugs/816740 ** This bug has been marked a duplicate of bug 816740 totem crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 816740] Re: totem crashed with SIGSEGV in g_type_name()

2011-08-10 Thread Steve Langasek
This is a bug in libpeas 1.1.1, which is handling pointers in an incorrect (and 64-bit unsafe) manner. I've just uploaded libpeas 1.1.1-0ubuntu2 to oneiric, fixing this bug. ** Package changed: totem (Ubuntu) = libpeas (Ubuntu) ** Changed in: libpeas (Ubuntu) Status: Triaged = Fix

[Bug 821122] Re: totem crashed with SIGSEGV

2011-08-10 Thread Steve Langasek
*** This bug is a duplicate of bug 816740 *** https://bugs.launchpad.net/bugs/816740 ** This bug has been marked a duplicate of bug 816740 totem crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 820412] Re: totem crashed with SIGSEGV

2011-08-10 Thread Steve Langasek
*** This bug is a duplicate of bug 816740 *** https://bugs.launchpad.net/bugs/816740 ** This bug has been marked a duplicate of bug 816740 totem crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 820153] Re: totem crashed with SIGSEGV

2011-08-10 Thread Steve Langasek
*** This bug is a duplicate of bug 816740 *** https://bugs.launchpad.net/bugs/816740 ** This bug has been marked a duplicate of bug 816740 totem crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 820151] Re: totem crashed with SIGSEGV

2011-08-10 Thread Steve Langasek
*** This bug is a duplicate of bug 816740 *** https://bugs.launchpad.net/bugs/816740 ** This bug has been marked a duplicate of bug 816740 totem crashed with SIGSEGV in g_type_name() -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 801180] Re: battery indicator is not displayed in oneiric

2011-07-17 Thread Steve Langasek
sudo apt-get install indicator-power should do it. Whoops. I was about to say that this indicates (hah) a problem with the seed dependencies and that something needs to make sure this gets pulled in by default; but I see now that unity does recommend it, so it will be pulled in by default for

[Bug 801180] Re: battery indicator is not displayed in oneiric

2011-07-17 Thread Steve Langasek
I have indicator-power installed now and still have no battery indicator. This is clearly a conspiracy to cover up the fact that oneiric consumes 10% more power at idle than natty did! :-) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 806399] Re: vinagre completely unusable with Unusual Screen size

2011-07-11 Thread Steve Langasek
marking high, since this appears to make vinagre (part of the default desktop) unusable. ** Changed in: vinagre (Ubuntu Oneiric) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu.

[Bug 138102] Re: [Gutsy] Closing Lid causes All Screens to Blank

2011-07-11 Thread Steve Langasek
The behavior is the same all the way through natty. The only thing that has changed now is that in oneiric, gnome-power- manager's behavior is completely unconfigurable, so closing the lid even when connected to main power causes the machine to suspend (ignoring the previously-configured

[Bug 808548] [NEW] vinagre completely unusable in oneiric

2011-07-10 Thread Steve Langasek
Public bug reported: after upgrade to oneiric, vinagre has become entirely unusable. The viewport for the remote desktop is now approximately 72 pixels high with a *scroll bar* and no way to resize the window. If I switch to full screen mode, I can see the full remote desktop, but then there's

[Bug 808548] Re: vinagre completely unusable in oneiric

2011-07-10 Thread Steve Langasek
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/808548 Title: vinagre completely unusable in oneiric To manage notifications about this bug go to:

[Bug 808548] Re: vinagre completely unusable in oneiric

2011-07-10 Thread Steve Langasek
** Attachment added: vinagre-regression.png https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/808548/+attachment/2201513/+files/vinagre-regression.png ** Changed in: vinagre (Ubuntu) Status: New = Triaged ** Changed in: vinagre (Ubuntu) Importance: Undecided = High ** Also

[Bug 797947] Re: gnome-settings-daemon crashes frequently with X protocol error

2011-06-21 Thread Steve Langasek
Here's a backtrace and associated BadMatch message: #0 gdk_x_error (display=0x62e1f0, error=0x7fffd830) at /build/buildd/gtk+2.0-2.24.4/gdk/x11/gdkmain-x11.c:458 #1 0x7fffe61de2b9 in xkl_process_error (dpy=0x62e1f0, evt=0x7fffd830) at xklavier_evt.c:541 #2

Re: [Bug 797947] Re: gnome-settings-daemon crashes frequently with X protocol error

2011-06-16 Thread Steve Langasek
error. I have it running --sync under gdb again, and this time will be sure to capture both the backtrace and the error message from the same run. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move

[Bug 797552] [NEW] gdk_x_error is missing

2011-06-15 Thread Steve Langasek
Public bug reported: I am experiencing routine crashes of gnome-settings-daemon in natty. I am filing a bug against gtk+2.0 instead of gnome-settings-daemon because, in the process of troubleshooting, I receive this error message: The program 'gnome-settings-daemon' received an X Window System

[Bug 797947] [NEW] gnome-settings-daemon crashes frequently with X protocol error

2011-06-15 Thread Steve Langasek
Public bug reported: Binary package hint: gnome-settings-daemon gnome-settings-daemon crashes for me at least once a day in natty. I've caught a backtrace of one of these crashes using gdb: Breakpoint 1, gdk_x_error (display=0x62e1f0, error=0x7fffd800) at

[Bug 797947] Re: gnome-settings-daemon crashes frequently with X protocol error

2011-06-15 Thread Steve Langasek
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/797947 Title: gnome-settings-daemon crashes frequently with X protocol error To manage notifications about this bug go

[Bug 436936] Re: gdm upstart job checks /proc/cmdline for single user mode, won't start on post-boot runlevel change

2011-06-07 Thread Steve Langasek
setting back to 'triaged' for gdm, since the SRU has been superseded as Jamie mentioned. James, can you merge the gdm security fix and prepare another SRU upload? ** Changed in: gdm (Ubuntu Natty) Status: Fix Committed = Triaged -- You received this bug notification because you are a

[Bug 751940] Re: Problem with cmake module FindGTK2.cmake in Ubuntu = 11.04 (Natty Narwhal)

2011-06-05 Thread Steve Langasek
in Debian placed in /usr/lib/glib-2.0/include/ directory: http://packages.debian.org/sid/i386/libglib2.0-dev/filelist I inspected this file and I didn't find platform-specific code. Then you don't know what you're looking for. #define G_GINT64_MODIFIER l -- Steve Langasek Give me

[Bug 408903] Re: Thinkpad T400s, T410s, T410, T510 microphone mute button does not work

2011-05-23 Thread Steve Langasek
** Changed in: acpi-support (Ubuntu) Status: New = Invalid ** Changed in: gnome-control-center (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.

[Bug 408903] Re: Thinkpad T400s, T410s, T410, T510 microphone mute button does not work

2011-05-23 Thread Steve Langasek
Hey Zyga, why is this not valid for acpi-support? Because acpi-support is a deprecated package which is being phased out - new features should not be added there. You need some support to actually trigger the LED on that button to change when pressed. I think this should probably be

[Bug 786431] Re: Restart stops on login screen before desired reboot

2011-05-22 Thread Steve Langasek
The login screen has nothing to do with plymouth. Reassigning to gdm. ** Package changed: plymouth (Ubuntu) = gdm (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/786431 Title:

[Bug 771109] Re: gamgi version 0.15-3ubuntu2 failed to build on amd64 with GCC-4.6/oneiric

2011-04-28 Thread Steve Langasek
*** This bug is a duplicate of bug 749240 *** https://bugs.launchpad.net/bugs/749240 This was already fixed in the upload of gamgi 0.15-3ubuntu3 - it was a bug in gamgi, not in glib2.0. I don't know why a duplicate bug has been filed here about the build failure in the old package. **

[Bug 759203] Re: alt+tab window cycling leaves window borders drawn across windows

2011-04-15 Thread Steve Langasek
I initially thought the problem was fixed, but after subsequent use I was still seeing corruption. I wasn't sure whether I had accidentally overwritten my locally-built package so didn't follow up... but now I've upgraded to the metacity that's supposed to fix bug #740387 and I'm still seeing

[Bug 759203] [NEW] alt+tab window cycling leaves window borders drawn across windows

2011-04-12 Thread Steve Langasek
Public bug reported: Binary package hint: metacity Using metacity in natty (with the intel driver), if I use alt+tab to cycle between three windows, and I cycle past a window which overlaps the previously-foregrounded window, a line is left behind after alt+tab where the border of the

[Bug 759203] Re: alt+tab window cycling leaves window borders drawn across windows

2011-04-12 Thread Steve Langasek
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu. https://bugs.launchpad.net/bugs/759203 Title: alt+tab window cycling leaves window borders drawn across windows -- desktop-bugs mailing list

[Bug 759203] Re: alt+tab window cycling leaves window borders drawn across windows

2011-04-12 Thread Steve Langasek
screenshot. ** Attachment added: wm-snail-trail.png https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/759203/+attachment/2026655/+files/wm-snail-trail.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to metacity in Ubuntu.

[Bug 759203] Re: alt+tab window cycling leaves window borders drawn across windows

2011-04-12 Thread Steve Langasek
to reproduce: - open three terminal windows on the desktop. - position two of the windows so that they partially overlap - adjust the alt-tab order of the windows so that the overlapping windows are the first two in the list. - alt-tab to the third window (cycling past the second one) - the

[Bug 759203] Re: alt+tab window cycling leaves window borders drawn across windows

2011-04-12 Thread Steve Langasek
*** This bug is a duplicate of bug 740387 *** https://bugs.launchpad.net/bugs/740387 Yes, removing that patch corrects the issue. Marking as a duplicate. ** This bug has been marked a duplicate of bug 740387 graphical corruption with multiple drivers and classic desktop * You can

[Bug 751025] Re: Libreoffice is not marked as opened in the Unity Launcher

2011-04-07 Thread Steve Langasek
as a workaround. ** Also affects: bamf (Ubuntu) Importance: Undecided Status: New ** Changed in: bamf (Ubuntu) Status: New = Triaged ** Changed in: bamf (Ubuntu) Importance: Undecided = High ** Changed in: bamf (Ubuntu) Assignee: (unassigned) = Steve Langasek (vorlon

[Bug 751940] Re: Problems with cmake in Ubuntu Ubuntu = 11.04 (Natty Narwhal)

2011-04-05 Thread Steve Langasek
This is a buggy assumption on the part of cmake. The standard interface that glib provides for consumers to query its library paths and cflags is pkg-config. On natty: $ pkg-config --cflags glib-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include $ cmake should use

[Bug 747046] [NEW] gnome-games version 1:2.32.1-0ubuntu4 failed to build on armel

2011-04-01 Thread Steve Langasek
Public bug reported: gnome-games version 1:2.32.1-0ubuntu4 failed to build on armel Link to failed build: https://launchpad.net/ubuntu/+source/gnome-games/1:2.32.1-0ubuntu4/+buildjob/2419394 Direct link to the build log: https://launchpad.net/ubuntu/+source

[Bug 742657] [NEW] gnome-volume-control doesn't show inputs/outputs except the current one!

2011-03-25 Thread Steve Langasek
Public bug reported: Binary package hint: gnome-media On upgrade to natty, gnome-volume-control is no longer useful as a tool for selecting audio devices for input and output. Under each tab, it only shows the *current* device, giving no capability to select a different device even though this

[Bug 742657] Re: gnome-volume-control doesn't show inputs/outputs except the current one!

2011-03-25 Thread Steve Langasek
** Tags added: regression ** Changed in: gnome-media (Ubuntu) Importance: Undecided = High ** Also affects: gnome-media (Ubuntu Natty) Importance: High Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 741832] Re: package initramfs-tools 0.98.8ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-25 Thread Steve Langasek
Yes, but that's a wrong fix. You should upgrade the plymouth package to the current version instead. ** Changed in: pango1.0 (Ubuntu) Assignee: (unassigned) = Steve Langasek (vorlon) ** Also affects: pango1.0 (Ubuntu Natty) Importance: High Assignee: Steve Langasek (vorlon

Re: [Bug 742657] Re: gnome-volume-control doesn't show inputs/outputs except the current one!

2011-03-25 Thread Steve Langasek
This bug is also not reproducible for me after a reboot (I had restarted X once, but not restarted the whole system, following the upgrade). So perhaps this bug should be closed, or perhaps this gives you more information about how the upgrade could be made more robust? Thanks, -- Steve Langasek

[Bug 742657] Re: gnome-volume-control doesn't show inputs/outputs except the current one!

2011-03-25 Thread Steve Langasek
** Changed in: gnome-media (Ubuntu Natty) Status: New = Won't Fix ** Changed in: gnome-media (Ubuntu) Importance: High = Medium ** Changed in: gnome-media (Ubuntu Natty) Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 741832] Re: package initramfs-tools 0.98.8ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-25 Thread Steve Langasek
The original bug is now fixed, but a converse bug is present that if plymouth is upgraded before pango, plymouth is looking for these modules in the *new* path and fails for the same reason. I think in this direction a more subtle fix is needed than a Breaks, since there are cases where plymouth

[Bug 741832] Re: package initramfs-tools 0.98.8ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-24 Thread Steve Langasek
Caused by having the new pango1.0 installed, but not the new plymouth. I think we want pango1.0 to declare Breaks: plymouth ( $fixedver) to ensure smooth upgrades. ** Package changed: initramfs-tools (Ubuntu) = pango1.0 (Ubuntu) ** Changed in: pango1.0 (Ubuntu) Importance: Undecided = High

Re: [Bug 734894] Re: FFe: DBus time API should control ntpdate, not ntpd

2011-03-14 Thread Steve Langasek
to be clear about the rationale and note that there are use cases that ntpdate will not satisfy. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer

Re: [Bug 734894] Re: FFe: DBus time API should control ntpdate, not ntpd

2011-03-14 Thread Steve Langasek
;) -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developerhttp://www.debian.org/ slanga...@ubuntu.com vor...@debian.org

[Bug 561874] Re: NULL Reference exception in F-Spot

2011-02-16 Thread Steve Langasek
I cannot reproduce this with f-spot in natty on a beagleboard xM. Remote display to my x86 desktop; imported a single picture, click on crop, select an area, go back to the edit menu, click on red-eye reduction, desaturate... nothing causes a crash here. Can we get a step-by-step reproducer,

[Bug 561874] Re: NULL Reference exception in F-Spot

2011-02-16 Thread Steve Langasek
For the avoidance of doubt, my tests were with f-spot 0.8.2-1 and mono 2.6.7-5. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. https://bugs.launchpad.net/bugs/561874 Title: NULL Reference exception in F-Spot --

[Bug 620495] Re: F-spot crashed with Unhandled Exception: TagLib.UnsupportedFormatException

2011-02-16 Thread Steve Langasek
According to the log, the exception happens with file:///media/3B24-4583/Pictures/jadedreamtemple.bmp, not with the attached jpeg. Is this bmp file available? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu.

[Bug 364516] Re: gvfs-fuse-daemon crashed with SIGSEGV

2011-02-15 Thread Steve Langasek
is this reproducible in later Ubuntu releases (9.10 and beyond)? ** Tags added: arm-porting-queue ** Changed in: gvfs (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 458109] Re: gnome-panel crashed with SIGSEGV in free()

2011-02-15 Thread Steve Langasek
No reproducer for over a year; closing, let's open a new bug report if it recurs. ** Changed in: gnome-panel (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee.

[Bug 462538] Re: gnome-panel crashed with SIGSEGV in free()

2011-02-15 Thread Steve Langasek
Loïc, now that valgrind is supported on armel, is this bug still reproducible? ** Tags added: arm-porting-queue -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/462538 Title: gnome-panel crashed

[Bug 620495] Re: F-spot crashed with Unhandled Exception: TagLib.UnsupportedFormatException

2011-02-15 Thread Steve Langasek
** Tags added: arm-porting-queue -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. https://bugs.launchpad.net/bugs/620495 Title: F-spot crashed with Unhandled Exception: TagLib.UnsupportedFormatException --

[Bug 561874] Re: NULL Reference exception in F-Spot

2011-02-15 Thread Steve Langasek
** Tags added: arm-porting-queue -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. https://bugs.launchpad.net/bugs/561874 Title: NULL Reference exception in F-Spot -- desktop-bugs mailing list

[Bug 563034] Re: recording .ogg produces no sound

2011-02-15 Thread Steve Langasek
** Tags added: arm-porting-queue -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. https://bugs.launchpad.net/bugs/563034 Title: recording .ogg produces no sound -- desktop-bugs mailing list

[Bug 710939] Re: cryptsetup is not installed by default, but system assumes so

2011-01-31 Thread Steve Langasek
cryptsetup isn't meant to be installed by default; this is a bug in GNOME for assuming that it is. It should hook to pull in the package on demand. ** Package changed: cryptsetup (Ubuntu) = nautilus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

Re: [Bug 395281] Re: pam_ck_connector.so is called for non-login sessions

2010-12-13 Thread Steve Langasek
writing their init scripts doesn't change the fact that you don't want to start a PAM session from an init script, and the adverse interactions with pam_ck_connect are only one symptom of this. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer

Re: [Bug 395281] Re: gdm 2.26 criteria for which users shown in greeter list are bad

2010-12-10 Thread Steve Langasek
for that. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developerhttp://www.debian.org/ slanga...@ubuntu.com vor...@debian.org

[Bug 660140] Re: luks encrypted volumes are not multi-user friendly

2010-11-01 Thread Steve Langasek
This is not a bug in cryptsetup; like various others, it's a bug in whatever is mounting the disk without properly unmounting it on logout. Maybe this is gnome-disk-utility? Log out of first use and log into second user (switching users would also do) No, because that implies that you want both

[Bug 665195] Re: plymouthd alive when umountroot runs (prevents clean unmount)

2010-10-22 Thread Steve Langasek
Ah, sorry for misreading. The thing is that plymouthd is supposed to be run *twice* on the system, once at startup and once at shutdown. I assumed that what you were seeing was a plymouthd process running at shutdown like it's supposed to; the open /var/log/boot.log (and the --mode=boot argument

[Bug 665195] Re: plymouthd alive when umountroot runs (prevents clean unmount)

2010-10-22 Thread Steve Langasek
someone should check whether this also affects kdm - it probably does. -- plymouthd alive when umountroot runs (prevents clean unmount) https://bugs.launchpad.net/bugs/665195 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu.

[Bug 665195] Re: plymouthd alive when umountroot runs (prevents clean unmount)

2010-10-22 Thread Steve Langasek
It's not unpredictable; it just requires that, once the gdm or kdm job starts, it takes care of stopping plymouth before it exits. There is no simpler design that satisfies the boot-time requirements. -- plymouthd alive when umountroot runs (prevents clean unmount)

[Bug 434269] Re: when I open my laptop lid, gsd changes my resolution

2010-10-21 Thread Steve Langasek
Fixed, actually. Sorry for not following up; seems to have gone away post-karmic. ** Changed in: gnome-settings-daemon (Ubuntu) Status: Invalid = Fix Released -- when I open my laptop lid, gsd changes my resolution https://bugs.launchpad.net/bugs/434269 You received this bug

[Bug 160311] Re: Resizing windows by grabbing window borders is difficult [please no more comments; patches welcome]

2010-10-16 Thread Steve Langasek
** Changed in: metacity (Ubuntu) Status: Confirmed = Triaged -- Resizing windows by grabbing window borders is difficult [please no more comments; patches welcome] https://bugs.launchpad.net/bugs/160311 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 408417] Re: No option to log in remotely via XDMCP

2010-10-08 Thread Steve Langasek
Yes, that text shouldn't need to be changed for 10.10, and is included at https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes. N.B.: release notes are generally copied forward from one release to the next for editing, there shouldn't be a need to reopen bugs for release notes issues that have

[Bug 656009] [NEW] /usr/lib/gvfs/gvfs-afc-volume-monitor kills polar bears

2010-10-06 Thread Steve Langasek
Public bug reported: Binary package hint: gvfs On an idle system, powertop shows gvfs-afc-volume-monitor waking up once per second. To do what, I cannot say; gvfs-afc-volume-monitor appears to be a monitor for iPods and iPads, neither of which have I ever had connected to ths machine. This

[Bug 656009] Re: /usr/lib/gvfs/gvfs-afc-volume-monitor kills polar bears

2010-10-06 Thread Steve Langasek
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/656009/+attachment/1675978/+files/Dependencies.txt -- /usr/lib/gvfs/gvfs-afc-volume-monitor kills polar bears https://bugs.launchpad.net/bugs/656009 You received this bug notification because you are a member of Ubuntu

Re: [Bug 642792] Re: ALT+PrtSc not recognised: breaks built-in screenshot function

2010-10-04 Thread Steve Langasek
generating screenshots (at the time of the Dallas UDS), it was a bug that resulted in much swearing from everyone experiencing it. It's also well known that if you want sysrq, you use control+alt+prscr. Where is that documented? It's at least news to me. And to me. -- Steve Langasek

[Bug 640807] Re: Forces low refresh rate on CRT monitor

2010-10-04 Thread Steve Langasek
Subscribing ubuntu-release instead of myself; Erick, I'm no longer the Ubuntu release manager, so please use the role account instead for issues such as this. -- Forces low refresh rate on CRT monitor https://bugs.launchpad.net/bugs/640807 You received this bug notification because you are a

[Bug 650495] Re: gdm crashes on login

2010-10-01 Thread Steve Langasek
This log shows a backtrace from the gdm binary. Why would you assign this to plymouth? ** Package changed: plymouth (Ubuntu) = gdm (Ubuntu) -- gdm crashes on login https://bugs.launchpad.net/bugs/650495 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 651730] Re: nautilus asks for pass even though cryptsetup is not installed - should recommend install before

2010-09-30 Thread Steve Langasek
cryptsetup obviously can't recommend itself; marking the cryptsetup task invalid. ** Changed in: cryptsetup (Ubuntu) Status: New = Invalid -- nautilus asks for pass even though cryptsetup is not installed - should recommend install before https://bugs.launchpad.net/bugs/651730 You

[Bug 642792] Re: ALT+PrtSc not recognised

2010-09-29 Thread Steve Langasek
** Package changed: linux (Ubuntu) = gnome-settings-daemon (Ubuntu) -- ALT+PrtSc not recognised https://bugs.launchpad.net/bugs/642792 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu. -- desktop-bugs

[Bug 642792] Re: ALT+PrtSc not recognised

2010-09-29 Thread Steve Langasek
(Also, bear in mind that when Ctrl+Alt+Backspace was disabled by default in X, part of the rationale was that you could more effectively kill off a broken X server using SysRq; so dropping SysRq would have concrete practical impacts on troubleshooting of stock Ubuntu systems.) -- ALT+PrtSc not

<    4   5   6   7   8   9   10   11   12   13   >