[Bug 386567] [NEW] Ensure partition types are correct when manually partitioning (otherwise grub may fail to install)

2009-06-12 Thread Sylvain Pasche
Public bug reported:

Binary package hint: ubiquity

I made room for an ext3 partition where I wanted to install Ubuntu 9.10,
but for some reason the partition type was incorrect (not sure if
gparted failed, or if another OS I installed before updated the
partition table, but the future ext3 partition was flagged as "Compaq
diagnostics" (12)).

I chose to install "/" on that partition formatted as ext3 and all went well 
until the grub installation which failed with the message:
Executing 'grub-install (hd0)' failed. This is a fatal error.

In the log, I can see the message:
The file /boot/grub/stage1 not read correctly.

Apparently, grub can't locate the boot partition if it's partition type
isn't "83  Linux".

After fixing the partition type, the installation went well.

In order to avoid such issues, it would be useful if the partitioner
could check that the partition type corresponds to the file system that
is going to be installed. Ideally there should be an option to fix that,
or at least warn the user that the installation is going to fail.

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

-- 
Ensure partition types are correct when manually partitioning (otherwise grub 
may fail to install)
https://bugs.launchpad.net/bugs/386567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 380532] Re: package alsa-base 1.0.20-0ubuntu5 failed to install/upgrade: subprocess pre-installation script returned error exit status 2

2009-05-26 Thread Sylvain Pasche
*** This bug is a duplicate of bug 380440 ***
https://bugs.launchpad.net/bugs/380440

** This bug has been marked a duplicate of bug 380440
   pre-installation script for alsa-base 1.0.20+dfsg

-- 
package alsa-base 1.0.20-0ubuntu5 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/380532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376858] Re: strace: malloc(): memory corruption (fast): 0x00000000026452c0

2009-05-26 Thread Sylvain Pasche
oh, and I forgot to add that maybe this bug should be merged with Bug
#367625.

-- 
strace: malloc(): memory corruption (fast): 0x026452c0
https://bugs.launchpad.net/bugs/376858
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376858] Re: strace: malloc(): memory corruption (fast): 0x00000000026452c0

2009-05-26 Thread Sylvain Pasche
I also see the issue on Jaunty. Upstream version 4.5.18 also fails, but
the version from CVS works for me.

Note that I'm on a x86_64 architecture.

-- 
strace: malloc(): memory corruption (fast): 0x026452c0
https://bugs.launchpad.net/bugs/376858
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 150334] Re: Workspaces only in 1 row although set to be in 2 rows

2009-02-08 Thread Sylvain Pasche
*** This bug is a duplicate of bug 147531 ***
https://bugs.launchpad.net/bugs/147531

For information, a similar issue can happen if you are using several Workspace 
switcher applets. In that case, changing the number of rows of the additional 
Workspace switcher applets has no effect.
See http://bugzilla.gnome.org/show_bug.cgi?id=480710

-- 
Workspaces only in 1 row although set to be in 2 rows
https://bugs.launchpad.net/bugs/150334
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145604] Re: VRGB sub-pixel hinting causes black-on-black text rendering

2009-01-26 Thread Sylvain Pasche
Good news: Nicolaus may have found the issue. If someone could try to
recompile cairo with the change described in
https://bugs.freedesktop.org/show_bug.cgi?id=10301#c80 and then report
if the problem is solved, that would help.

-- 
VRGB sub-pixel hinting causes black-on-black text rendering
https://bugs.launchpad.net/bugs/145604
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145604] Re: Compiz resizeinfo legend characters appear as filled blocks

2009-01-24 Thread Sylvain Pasche
> Why is this patch in ubuntu in the first place?

Because without it fonts look really ugly.  That's a personal taste, but
I think it reflects the opinion of the majority of users.

IMHO, The real question is why it is still not included in upstream
Cairo.

-- 
Compiz resizeinfo legend characters appear as filled blocks
https://bugs.launchpad.net/bugs/145604
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238823] Re: [MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them hard to read in multiple themes (human, etc.)

2008-10-09 Thread Sylvain Pasche
Unfortunately, backporting the change from Firefox 3.1 is not easy. The
link uses a new -moz-nativehyperlinktext color alias
(https://bugzilla.mozilla.org/show_bug.cgi?id=437358) which require a
platform change (https://bugzilla.mozilla.org/show_bug.cgi?id=426732).

-- 
[MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them 
hard to read in multiple themes (human, etc.)
https://bugs.launchpad.net/bugs/238823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238823] Re: [MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them hard to read in multiple themes (human, etc.)

2008-10-09 Thread Sylvain Pasche
This is now fixed in Firefox 3.1. Maybe the change could be backported
to Ubuntu's version.

-- 
[MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them 
hard to read in multiple themes (human, etc.)
https://bugs.launchpad.net/bugs/238823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264254] Re: subpixel rendering in intrepid

2008-09-17 Thread Sylvain Pasche
Joe_Bishop,

Fabien's PPA page is on https://launchpad.net/~fta/+archive

You can grab the .deb in 
http://ppa.launchpad.net/fta/ubuntu/pool/main/f/fontconfig/
(For instance, install 
http://ppa.launchpad.net/fta/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.6.0-1ubuntu4~fta1_i386.deb
 on i386). I'm not on Intrepid on this box, so I can't test right now.

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

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


[Bug 264254] Re: subpixel rendering in intrepid

2008-09-16 Thread Sylvain Pasche
bug 271088 filed. This one could be marked as a duplicate.

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

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


[Bug 271088] [NEW] Configure Fontconfig to use the lcddefault filter

2008-09-16 Thread Sylvain Pasche
Public bug reported:

Binary package hint: fontconfig

I'm writing this bug as a consequence of bug 264254 comment 17.

Some background: Debian/Ubuntu have from some time patched Cairo with a
patch from David Turner in order to use the lcd filtering algorithms
from Freetype, which looks better for some people and configurations.

That patch has been merged to upstream recently
(http://bugs.freedesktop.org/show_bug.cgi?id=10301) and Debian patch has
been removed. However, there is a change between the old Debian patch
and the upstream Cairo merge: the default lcd filter used by Debian was
lcddefault, while the default one in Cairo is lcdlegacy (this is done in
order to keep the same behavior as before).

In order to prevent the regression, I propose to include a configuration file 
in Ubuntu's Fontconfig which sets the lcd filter to lcddefault. That should be 
similar to the 10-autohint.conf configuration file, but with configuration:
  

  lcddefault

  

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

-- 
Configure Fontconfig to use the lcddefault filter
https://bugs.launchpad.net/bugs/271088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264254] Re: subpixel rendering in intrepid

2008-09-16 Thread Sylvain Pasche
I'm the guy who helped merge the lcd filtering patch upstream. Tobias analysis 
is right, Cairo uses the lcdlegacy filter by default if nothing is specified in 
the Xrm database or in the Fontconfig configuration (which is what you have 
from a clean Ubuntu install).
Cairo uses the lcdlegacy filter by default in order to be compatible with what 
it did before. This means that people using unpatched Cairo (for instance 
Fedora users), won't notice a difference in behavior when Cairo is updated.

However, Debian/Ubuntu have patched Cairo for some times and there is a
difference between the old Debian/Ubuntu patch and what is now upstream.
That difference is about what filter is used by default
(oldDebian/Ubuntu patch used lcddefault by default).

What could be done to solve this issue is to modify Fontconfig
configuration to use the lcddefault filter by default. This way,
Ubunu/Debian users won't see a regression. I'll file a bug on Fontconfig
for this.

Another option is to modify gnome-settings-daemon and gtk+ so that they
can understand this new lcd filtering parameter, and change things
dynamically. This would also be the first thing to do before a UI can be
developed to modify the lcd filter (as Joe_Bishop mentioned in comment
#2). This is not trivial to do, so I'd go the Fontconfig way first.

For people interested, I wrote a wiki page some times ago explaining the
details about all of this, and what can be done next to integrate lcd
filtering dynamic changes and configuration inside Gnome:
http://freedesktop.org/wiki/ScreenFontSettings

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

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


[Bug 184725] Re: AD1988B : Sound stopped working after upgrading to Hardy

2008-08-28 Thread Sylvain Pasche
I can confirm the sound card works fine on Intrepid

-- 
AD1988B : Sound stopped working after upgrading to Hardy
https://bugs.launchpad.net/bugs/184725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238823] Re: [MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them hard to read in multiple themes (human, etc.)

2008-06-10 Thread Sylvain Pasche
** Changed in: firefox
   Importance: Undecided => Unknown
 Bugwatch: None => Mozilla Bugzilla #437358
   Status: Incomplete => Unknown

-- 
[MASTER] Firefox 3 RC1: color (grey) used for urls in the awesome bar make them 
hard to read in multiple themes (human, etc.)
https://bugs.launchpad.net/bugs/238823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-06-08 Thread Sylvain Pasche
That's a Grub option you can set on boot. See
https://help.ubuntu.com/community/BootOptions for explanations

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 184725] Re: AD1988B : Sound stopped working after upgrading to Hardy

2008-04-27 Thread Sylvain Pasche
Do people having this bug see messages like "Unable to reserve mem
region #1:[EMAIL PROTECTED] for device :00:1b.0" in the kernel logs?

If so, this bug should be marked as a duplicate of bug 194816.

The issue in bug 194816 is fixed in the next kernel 2.6.25 or by
applying a patch (there's the link in that bug).

-- 
AD1988B : Sound stopped working after upgrading to Hardy
https://bugs.launchpad.net/bugs/184725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 215437] Re: [Hardy] Xorg does not come back after hibernate

2008-04-19 Thread Sylvain Pasche
This is now fixed with latest packages

** Changed in: ubuntu
   Status: New => Fix Released

-- 
[Hardy] Xorg does not come back after hibernate
https://bugs.launchpad.net/bugs/215437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205223] Re: 32bit GdkPixbuf modules not loaded when using ia32-libs

2008-04-17 Thread Sylvain Pasche
My system was not up to date (I had kernel and hibernate issues, to I
did not update for some weeks).

I now tested in a hardy 64bit chroot on another system (gutsy 64bit),
and I have no issues with stock icons loading, but with the default
ia32-libs from hardy.

Maybe I'll try to dist-upgrade my other system and test again. What did
you do in that new ia32-libs package? Did you modify the gtk2.0-0
package to restore the previous version of 020_immodules-files-d.patch,
021_loader-files-d.patch and rebuild ia32-libs with this?

-- 
32bit GdkPixbuf modules not loaded when using ia32-libs
https://bugs.launchpad.net/bugs/205223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205223] Re: 32bit GdkPixbuf modules not loaded when using ia32-libs

2008-04-17 Thread Sylvain Pasche
That's not my comment there. I tested with a simple GTK app, not with
vmware.

-- 
32bit GdkPixbuf modules not loaded when using ia32-libs
https://bugs.launchpad.net/bugs/205223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190227] Re: ia32 apps look for libs on the wrong place

2008-04-16 Thread Sylvain Pasche
I installed that package and tested again. The issue is still here (no
stock icons).

 Error loading theme icon 'gtk-close' for stock: Unable to load image-
loading module: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so:
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF class:
ELFCLASS64

-- 
ia32 apps look for libs on the wrong place
https://bugs.launchpad.net/bugs/190227
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205223] Re: 32bit GdkPixbuf modules not loaded when using ia32-libs

2008-04-16 Thread Sylvain Pasche
I installed that package and tested again. The issue is still here (no
stock icons).

 Error loading theme icon 'gtk-close' for stock: Unable to load image-
loading module: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so:
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF class:
ELFCLASS64

-- 
32bit GdkPixbuf modules not loaded when using ia32-libs
https://bugs.launchpad.net/bugs/205223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162993] Re: ia32-libs missing 32-bit gnome libraries needed for gtk stock icons

2008-04-16 Thread Sylvain Pasche
*** This bug is a duplicate of bug 190227 ***
https://bugs.launchpad.net/bugs/190227

Matthias,

This is not a duplicate of bug 162993. The trouble here is that some
libraries are not included in ia32-libs, which makes the above Firefox
component not to load. Right now on Hardy no stock icons are visible at
all because of bug 162993, but when it is fixed there will still be some
stock icons not visible because of the lack of these libraries.

-- 
ia32-libs missing 32-bit gnome libraries needed for gtk stock icons
https://bugs.launchpad.net/bugs/162993
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 162993] Re: ia32-libs missing 32-bit gnome libraries needed for gtk stock icons

2008-04-16 Thread Sylvain Pasche
There is another issue on Hardy which will make no stock icon visible.
See https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/205223

-- 
ia32-libs missing 32-bit gnome libraries needed for gtk stock icons
https://bugs.launchpad.net/bugs/162993
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 193692] Re: [hardy] ia32-libs_2.2ubuntu6 failure when running VMWare

2008-04-16 Thread Sylvain Pasche
For the pixbuf loader issue, see
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/205223

The short story is that the gtk patch is still here but was modified in
a way that makes it not to load the 32bit loaders.

-- 
[hardy] ia32-libs_2.2ubuntu6 failure when running VMWare
https://bugs.launchpad.net/bugs/193692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 215437] [NEW] [Hardy] Xorg does not come back after hibernate

2008-04-10 Thread Sylvain Pasche
Public bug reported:

Recently resuming from hibernate isn't working for me any more. If I use
kernel 2.6.24-15-generic, when I resume from hibernation, I can see on
the console:

Loading image data pages..
Suspending console(s)

Then the virtual terminal is switched to Xorg but I see a black screen.

If I kill the Xserver and try to restart it, I still get a black screen.
I see no particular message in the kernel logs. I'm using the nvidia
driver on x86_64.

If I use previous kernel 2.6.24-14-generic the hibernation is working
fine.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[Hardy] Xorg does not come back after hibernate
https://bugs.launchpad.net/bugs/215437
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212340] Re: [hardy] 2.6.24-15 fails to boot with saa7134(?)

2008-04-09 Thread Sylvain Pasche
bug 213315 which has been marked as a duplicate of this one contains
more detailed information. The kernel log with the oops:
http://launchpadlibrarian.net/13163081/dmesg.log (and my lspci:
http://launchpadlibrarian.net/13163095/lspci.log). My boot process was
stuck the first time I restarted after the kernel upgrade, but then I
manged to get the boot process to complete and grab the dmesg log. I'm
not sure how I managed to get past the boot freeze (I tried to add a
"debug" option on the grub command line, I'm not sure if this does
anything).

But it would still be useful if other people experiencing problems
confirm that they see the same kernel error.

-- 
[hardy] 2.6.24-15 fails to boot with saa7134(?)
https://bugs.launchpad.net/bugs/212340
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213315] Re: [Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64

2008-04-07 Thread Sylvain Pasche
I get no more Oops if I unplug my TV card (saa7134). So that should be
an issue with that module.

-- 
[Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64
https://bugs.launchpad.net/bugs/213315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213315] Re: [Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64

2008-04-07 Thread Sylvain Pasche

** Attachment added: "lspci -vvnn"
   http://launchpadlibrarian.net/13163095/lspci.log

-- 
[Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64
https://bugs.launchpad.net/bugs/213315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213315] Re: [Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64

2008-04-07 Thread Sylvain Pasche

** Attachment added: "dmesg"
   http://launchpadlibrarian.net/13163081/dmesg.log

-- 
[Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64
https://bugs.launchpad.net/bugs/213315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 213315] [NEW] [Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64

2008-04-07 Thread Sylvain Pasche
Public bug reported:

I just updated kernel on Hardy to 2.6.24-15 and I'm getting an oops on
startup.

[  245.491363] Unable to handle kernel NULL pointer dereference at 
0001 RIP: 
[  245.491396]  [] :snd_pcm:snd_pcm_timer_init+0x2f/0x1a0
[  245.491514] PGD 177789067 PUD 1779a8067 PMD 0 

(see attached dmesg.log for full details).

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

-- 
[Regression] oops on boot in snd_pcm with 2.6.24-15-generic AMD64
https://bugs.launchpad.net/bugs/213315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-04-05 Thread Sylvain Pasche
Apparently I could reopen it myself. I didn't know I had that kind of
privileges.

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

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212542] Re: Drop type=Utility from 01-animation-defaults.patch

2008-04-05 Thread Sylvain Pasche

** Attachment added: "patch for 01-animation-defaults.patch"
   http://launchpadlibrarian.net/13139582/animation_defaults.diff

-- 
Drop type=Utility from 01-animation-defaults.patch
https://bugs.launchpad.net/bugs/212542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212542] Re: Drop type=Utility from 01-animation-defaults.patch

2008-04-05 Thread Sylvain Pasche
See https://bugzilla.mozilla.org/show_bug.cgi?id=412954#c27 for the
comparison between Gutsy/Hardy

-- 
Drop type=Utility from 01-animation-defaults.patch
https://bugs.launchpad.net/bugs/212542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212542] [NEW] Drop type=Utility from 01-animation-defaults.patch

2008-04-05 Thread Sylvain Pasche
Public bug reported:

Binary package hint: compiz-fusion-plugins-main

Firefox 3 changed the way hints are set on popups (see
https://bugzilla.mozilla.org/show_bug.cgi?id=412954). With the default
Ubuntu settings, the autocomplete popups have the same animations as for
new windows which can be pretty annoying.

I saw that between Compiz 0.5.2 and 0.7.2, they dropped the type=Utility
from their default settings for the first open/close filter, but the
Debian/Ubuntu patch was not updated for Hardy. Is this intentional?

I propose to follow Compiz change for the default Ubuntu settings, which
will make Ubuntu Compiz closer to upstream and will fix the trouble with
Firefox 3. See attached patch.

(I originally wrote a more detailed explanation, but the Gtk filepicker
crashed on me while attaching the patch :-/ )

** Affects: compiz-fusion-plugins-main (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Drop type=Utility from 01-animation-defaults.patch
https://bugs.launchpad.net/bugs/212542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 148073] Re: totem plugin going fullscreen does not work (was: freezes computer)

2008-04-04 Thread Sylvain Pasche
I still sometimes see this issue on Hardy. It is not always reproducible
but I saw that freeze recently when having Firefox in fullscreen mode on
one screen, and double clicking Totem on another screen to go fullscreen
(I've got a dual head setup, nvidia driver). If I connect to the system
with ssh, compiz.real is running at 100% cpu.

-- 
totem plugin going fullscreen does not work (was: freezes computer)
https://bugs.launchpad.net/bugs/148073
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-04-04 Thread Sylvain Pasche
Tim,

Please do not resolve this bug as invalid. The issue reported by amias
about the missing module package has nothing to do with this bug.

This issue is real and about something else. Please read the posts about
the pci conflict and the proposed kernel patch.

Thanks

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-28 Thread Sylvain Pasche
I just tested the patch above, it fixes the issue for me.

I see a message:
[   32.169165]  00:09: mem resource (0xfebfe000-0xfebfec00) overlaps 
:00:1b.0 BAR 0 (0xfebfc000-0xfebf), disabling
In the kernel logs, which should prove the patch is working as expected.

If the patch is low risk, it should be considered for inclusion in Hardy
kernel image.

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200009] Re: yelp crashed with SIGSEGV in rrn_info_find_from_uri()

2008-03-25 Thread Sylvain Pasche
Ok, it only crashes if it is given a non existing uri. I just installed
the libc info pages, and now "yelp info:libc" is not crashing any more.

-- 
yelp crashed with SIGSEGV in rrn_info_find_from_uri()
https://bugs.launchpad.net/bugs/29
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200009] Re: yelp crashed with SIGSEGV in rrn_info_find_from_uri()

2008-03-25 Thread Sylvain Pasche
I've seen a similar crash when launching yelp with an info url. For
instance:

"yelp info:libc"

-- 
yelp crashed with SIGSEGV in rrn_info_find_from_uri()
https://bugs.launchpad.net/bugs/29
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-23 Thread Sylvain Pasche
You can install the generic kernel by doing a "apt-get install linux-
generic".

You may want to remove the linux-386 kernel or change your
/boot/grub/menu.list so that the generic kernel is used when you boot
(you could try first to install the generic kernel and select it from
the grub menu to be sure everything works fine, and then remove the 386
version).

I don't know why you have this kernel installed, I checked a fresh hardy
686 install, and the generic kernel is installed by default.

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-23 Thread Sylvain Pasche
haverst316,

Your uname shows that you are running a kernel 2.6.24-12-386 while the
module package containing the snd-hda-intel module is related to the
2.6.22-14-generic kernel. That's why they are not found.

My issue and the one from josef are not a duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/200338. The
symptoms are not related, see my comment 5.

If you are not having the "Unable to reserve mem region" error message,
I think that your issue and the one from earthforce_1 are another bug.

earthforce_1, What is "uname -a" showing? It may be the same issue as
haverst316 (your modules and kernel do not match). By the way, I'm
running a x86_64 kernel.

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177869] Re: vmware-server-console broken after 2.2ubuntu2

2008-03-22 Thread Sylvain Pasche
I opened a bug on gtk+2.0 for the GtkPixbuf loading issue:

https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/205223

-- 
vmware-server-console broken after 2.2ubuntu2
https://bugs.launchpad.net/bugs/177869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205223] [NEW] 32bit GdkPixbuf modules not loaded when using ia32-libs

2008-03-22 Thread Sylvain Pasche
Public bug reported:

I'm trying to load a 32bit application (Firefox 3 from mozilla.org) on
amd64 Hardy, and I'm getting the error:

Gtk-WARNING **: Error loading theme icon 'gtk-ok' for stock: Unable to
load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-png.so: /usr/lib/gtk-2.0/2.10.0/loaders
/libpixbufloader-png.so: wrong ELF class: ELFCLASS64

This has been reported in
https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/177869 for
instance.

This worked on gutsy, the regression seems to be related to this Debian bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439004

   [ Josselin Mouette ]
   * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the
 GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the
 Debian directories. Thanks Thadeu Lima de Souza Cascardo.
 Closes: #439004.

The issue is that the GtkPixbuf modules loading order changed, so that
the 64bit loaders are loaded after the 32bit ones, so it fails.

Here's a strace from Gutsy (kept only meaningful calls):

7773  open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 21
7773  
open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d/libgtk2.0-0.loaders", 
O_RDONLY|O_LARGEFILE) = 22
7773  
open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d/librsvg2-common.loaders",
 O_RDONLY|O_LARGEFILE) = 22
7773  open("/etc/gtk-2.0/gdk-pixbuf.loaders.32", O_RDONLY|O_LARGEFILE) = 21
7773  stat64(0x835e328, 0xffe83a2c) = 0
7773  open("/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so", 
O_RDONLY) = 21 <-- OK: we're loading the 32bit module

Strace from Hardy:

19698 open("/etc/gtk-2.0/gdk-pixbuf.loaders.32", O_RDONLY|O_LARGEFILE) = 21
19698 open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x8) = 21
19698 
open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d/libwmf0.2-7.loaders", 
O_RDONLY|O_LARGEFILE) = 22
19698 
open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d/libgtk2.0-0.loaders", 
O_RDONLY|O_LARGEFILE) = 22
19698 
open("/usr/lib/gtk-2.0/2.10.0/loaders/../loader-files.d/librsvg2-common.loaders",
 O_RDONLY|O_LARGEFILE) = 22
19698 open("/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so", O_RDONLY) 
= 21  <-- ISSUE HERE: the 64bit module is read, which will fail to load with a 
32bit binary.


I think one good way to solve this issue may be to first look if directory 
/usr/lib32/gtk-2.0/2.10.0/loaders exists, and use that instead of PIXBUF_LIBDIR 
for the gdkpixbuf_module_files_d_str variable (021_loader-files-d.patch).

(The other quick and dirty way would be to revert the Debian patch.
Unfortunately this also reverts the issue that the reporter was having,
but this issue here may be more important for Hardy users of 32bit
software on amd64).

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
32bit GdkPixbuf modules not loaded when using ia32-libs
https://bugs.launchpad.net/bugs/205223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-22 Thread Sylvain Pasche
The module should be in the package:
http://packages.ubuntu.com/hardy/amd64/linux-ubuntu-
modules-2.6.24-12-generic/filelist (there is a snd-hda-intel.ko file
there). Does "modprobe -l|grep snd-hda-intel" output something?

Note: "sudo modprobe -r snd_hda_intel" tries to unload the module, so it
will tell that it is not found if it isn't loaded at that time. You
should try the "sudo modprobe snd_hda_intel" command and see what kernel
messages are generated in order to check.

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-21 Thread Sylvain Pasche
I just updated my BIOS, but the issue is still there (Asus P5B Deluxe
wifi, bios version 1226, Release Date: 11/23/2007)

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-21 Thread Sylvain Pasche
Here's what I see on my system:

 modprobe  -l|grep snd-hda-intel
/lib/modules/2.6.24-12-generic/ubuntu/sound/alsa-driver/pci/hda/snd-hda-intel.ko

dpkg -S 
/lib/modules/2.6.24-12-generic/ubuntu/sound/alsa-driver/pci/hda/snd-hda-intel.ko
linux-ubuntu-modules-2.6.24-12-generic: 
/lib/modules/2.6.24-12-generic/ubuntu/sound/alsa-driver/pci/hda/snd-hda-intel.ko

 uname -a
Linux tiger 2.6.24-12-generic #1 SMP Wed Mar 12 22:31:43 UTC 2008 x86_64 
GNU/Linux

Maybe you are missing the linux-ubuntu-modules-2.6.24-12-generic
package?

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-21 Thread Sylvain Pasche
earthforce_1,

I do not see the "Unable to reserve mem region" error message in your
boot messages. Do you see it if you type "dmesg"?. Do you have the
snd_hda_intel module loaded (check with "lsmod |grep snd_hda_intel")?.
Try to reload ("modprobe -r snd_hda_intel; modprobe snd_hda_intel") and
see if you see the error message.


Booting with the option pnpacpi=off makes the device functional. Could others 
check if that is working for them too (I tried with apci=off, but system froze 
during boot)?
By looking at similar issues 
(https://bugzilla.redhat.com/show_bug.cgi?id=280641) this could be a bios bug, 
I'll try to see if I have an update available.

-- 
Ubuntu Hardy Heron alpha 5 no sound device
https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 184725] Re: AD1988B : Sound stopped working after upgrading to Hardy

2008-03-20 Thread Sylvain Pasche
What's the status of this issue with kernel 2.6.24-12?

I'm wondering if this is the same issue as bug 194816. I have a AD1988B
chip (Asus P5B Deluxe wifi) and I have no sound since Hardy. However the
issue is that the snd-hda-intel module fails when loading.

-- 
AD1988B : Sound stopped working after upgrading to Hardy
https://bugs.launchpad.net/bugs/184725
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194816] Re: Ubuntu Hardy Heron alpha 5 no sound device

2008-03-20 Thread Sylvain Pasche
*** This bug is a duplicate of bug 200338 ***
https://bugs.launchpad.net/bugs/200338

I can confirm that this is not a duplicate of bug 200338. I don't see
symbol errors in the kernel messages, and it didn't work with kernel
2.6.24-11 neither.

My motherboard is an  Asus P5B Deluxe wifi, which should contain a
AD1988B chip.

lspci -vv:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 02)
Subsystem: ASUSTeK Computer Inc. Unknown device 81ec
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/bugs/194816
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 178558] Re: Firefox 3.0 makes everything annoyingly huge

2008-01-15 Thread Sylvain Pasche
** Bug watch added: Mozilla Bugzilla #394103
   https://bugzilla.mozilla.org/show_bug.cgi?id=394103

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=394103
   Importance: Unknown
   Status: Unknown

-- 
Firefox 3.0 makes everything annoyingly huge
https://bugs.launchpad.net/bugs/178558
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 47013] Re: [enhancement] Should include David Turner's patches for better font rendering

2007-12-08 Thread Sylvain Pasche
These patches are now applied since version 1.4.10-1ubuntu1:

libcairo (1.4.10-1ubuntu1) gutsy; urgency=low

  [ Matti Lindell ]
  * debian/patches/02-cairo-1.4.8-lcd-filter-1.patch:
- ClearType-like LCD filtering (David Turner's patches)

-- 
[enhancement] Should include David Turner's patches for better font rendering
https://bugs.launchpad.net/bugs/47013
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 174934] Re: lcd-filter patch is using wrong parameters for FT_Library_SetLcdFilter

2007-12-08 Thread Sylvain Pasche

** Attachment added: "The patch for the lcd-filter patch"
   http://launchpadlibrarian.net/10804618/lcd-filtering-wrong-constants.diff

-- 
lcd-filter patch is using wrong parameters for FT_Library_SetLcdFilter
https://bugs.launchpad.net/bugs/174934
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 174934] lcd-filter patch is using wrong parameters for FT_Library_SetLcdFilter

2007-12-08 Thread Sylvain Pasche
Public bug reported:

Brandon Wright found an issue with the lcd-filter patch:

https://bugs.freedesktop.org/show_bug.cgi?id=10301#c21

quote:
". In fact, the original 
Ubuntu-modified changeset to Cairo has a significant error where they use
FC_LCD_FILTER_* definitions where they should be using FT_LCD_FILTER_* to pass
to FT_Library_SetLcdFilter. I checked the headers, and the definitions don't
correspond. This leads me to believe that their changes never did what they
were supposed to in the first place."

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

-- 
lcd-filter patch is using wrong parameters for FT_Library_SetLcdFilter
https://bugs.launchpad.net/bugs/174934
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 164640] Re: Build Firefox 3 against a subpixel-patched cairo

2007-12-08 Thread Sylvain Pasche
By "subpixel-patched cairo", I'm guessing you mean the patch by David
Turner to enable LCD-filtering (known as 02-cairo-1.4.8-lcd-
filter-2.dpatch in Ubuntu cairo patches).

This patch has been ported for cairo 1.5, and is available at:

https://bugs.freedesktop.org/show_bug.cgi?id=10301

I hope that this will be included in upstream cairo. Otherwise, patching
the bundled cairo version inside Xulrunner/Firefox would be the way to
go.

I'm actually using this patch in my own Firefox build (no system cairo)
and it works pretty well.

-- 
Build Firefox 3 against a subpixel-patched cairo
https://bugs.launchpad.net/bugs/164640
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 174891] Re: Should require python-gdbm

2007-12-08 Thread Sylvain Pasche
*** This bug is a duplicate of bug 174305 ***
https://bugs.launchpad.net/bugs/174305

Sorry, I was not looking at the right place. This is already reported:

https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/174305

** This bug has been marked a duplicate of bug 174305
   command-not-found package need depends python-gdbm

-- 
Should require python-gdbm
https://bugs.launchpad.net/bugs/174891
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu (via bug 174305).

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


[Bug 174891] Should require python-gdbm

2007-12-08 Thread Sylvain Pasche
*** This bug is a duplicate of bug 174305 ***
https://bugs.launchpad.net/bugs/174305

Public bug reported:

While debootstrappig an hardy chroot, I installed command-not-found
inside.

But it didn't work as exepcted:

$ foo

KABOOOM!!!

Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/ubuntu/+source/command-not-found
Please include the following information with the report:
No module named gdbm
Traceback (most recent call last):
  File "/usr/lib/command-not-found", line 10, in 
from CommandNotFound import CommandNotFound
  File "/usr/lib/python2.5/site-packages/CommandNotFound/__init__.py", line 1, 
in 
from CommandNotFound import CommandNotFound
  File "/usr/lib/python2.5/site-packages/CommandNotFound/CommandNotFound.py", 
line 4, in 
import sys, os, os.path, gdbm, posix, grp
ImportError: No module named gdbm
Python version: 2.5.1 final 0
bash: foo: command not found

An "apt-get install python-gdbm" solves the issue.

** Affects: command-not-found
 Importance: Undecided
 Status: New

-- 
Should require python-gdbm
https://bugs.launchpad.net/bugs/174891
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu (via bug 174305).

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


[Bug 99368] Re: SVG rotation renderization broken

2007-07-20 Thread Sylvain Pasche
This is now fixed in 2.0.0.5.

-- 
SVG rotation renderization broken
https://bugs.launchpad.net/bugs/99368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Sylvain Pasche
Did you try with strace? What information did you get? You can also
attach the interesting information there.

-- 
Systemtap should require kernel debug information
https://bugs.launchpad.net/bugs/106957
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Sylvain Pasche
Hi Miek,

It may be possible that my instructions above are out of date. You need
the linux-image-debug-* package that matches your running kernel. You
can get your kernel version with running "uname -a". As of now, I had to
install linux-image-debug-2.6.20-16-generic. Of course, the symlink name
has to be adapted.

If that doesn't help, you could try running strace, to find what kernel
symbol file name stap tries to access:

strace -f -e trace=file -o/tmp/log stap /tmp/your_test.stp
grep vmlinux /tmp/log

-- 
Systemtap should require kernel debug information
https://bugs.launchpad.net/bugs/106957
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 68663] Re: [Edgy] Incompatible with Google Toolbar.

2007-06-19 Thread Sylvain Pasche
I did some strace with the latest Firefox of feisty and gutsy, and
platform specific files are now looked inside platform/Linux instead of
non conventional platform/linux-gnu which broke some extensions. So this
should be fixed for >= feisty

-- 
[Edgy] Incompatible with Google Toolbar.
https://bugs.launchpad.net/bugs/68663
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 118555] Add keyring-intro.txt to the package documentation

2007-06-03 Thread Sylvain Pasche
Public bug reported:

Binary package hint: gnome-keyring

I think it would be good to include that file, as it gives useful
developer information.

The change would be to add a keyring-intro.txt to the debian/docs file.

** Affects: gnome-keyring (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Add keyring-intro.txt to the package documentation
https://bugs.launchpad.net/bugs/118555
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99368] Re: SVG rotation renderization broken

2007-05-25 Thread Sylvain Pasche
** Bug watch added: Mozilla Bugzilla #382015
   https://bugzilla.mozilla.org/show_bug.cgi?id=382015

** Also affects: firefox (upstream) via
   https://bugzilla.mozilla.org/show_bug.cgi?id=382015
   Importance: Unknown
   Status: Unknown

-- 
SVG rotation renderization broken
https://bugs.launchpad.net/bugs/99368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99368] Re: SVG rotation renderization broken

2007-05-24 Thread Sylvain Pasche
Notes from the cairo devs for tracking this:

< cworth> If you can verify that a system-cairo of 1.0.2 works and a 
system-cairo of 1.4.2 doesn't, then it should be an easy process to use 
git-bisect to find the problem.
< tor_> offhand that looks possibly to be the change when cairo fixed an 
extents bug the 1.8-branch svg depended on
< tor_> a8ca155f83098c02fb8d3acc57b0492d5b753d54 is the likely suspect, if 
you're set up to experiment that way
< tor_> if that is the problem, changing moz to work with the current fixed 
behavior is relatively simple

-- 
SVG rotation renderization broken
https://bugs.launchpad.net/bugs/99368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99368] Re: SVG rotation renderization broken

2007-05-24 Thread Sylvain Pasche
** Bug watch added: Red Hat Bugzilla #232796
   https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232796

** Also affects: firefox (Fedora) via
   https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232796
   Importance: Unknown
   Status: Unknown

-- 
SVG rotation renderization broken
https://bugs.launchpad.net/bugs/99368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99368] Re: SVG rotation renderization broken

2007-05-24 Thread Sylvain Pasche
I can confirm that rebuilding the package with the embedded cairo fixes
this. The embedded cairo version is cairo 1.0.2, while the current
version on feisty is 1.4.2. That's a rather big difference for tracking
the potential issues which happened between these versions. I'm
wondering if the same issues is also affecting Fedora, it would be
interesting to test this on core 7 (they are also using --enable-system-
cairo).

What are the arguments against using the embedded cairo version?

-- 
SVG rotation renderization broken
https://bugs.launchpad.net/bugs/99368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 99368] Re: SVG rotation renderization broken

2007-05-24 Thread Sylvain Pasche
So not using --enable-system-cairo should fix this?

-- 
SVG rotation renderization broken
https://bugs.launchpad.net/bugs/99368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106957] Re: Systemtap should require kernel debug information

2007-04-16 Thread Sylvain Pasche
I installed systemtap, and tried the sample from the tutorial:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/doc/tutorial
/strace-open.stp?rev=1.2&content-type=text/plain&cvsroot=systemtap

# stap strace-open.stp
semantic error: libdwfl failure (dwfl_linux_kernel_report_offline): No such 
file or directory while resolving probe point kernel.function("sys_open")?
semantic error: cannot find kernel debuginfo while resolving probe point 
kernel.function("sys32_open")?
semantic error: no match for probe point while resolving probe point 
syscall.open
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Then with the help of strace, I saw that the stap process wanted to
access /boot/vmlinux-2.6.20-15-generic

So I installed the kernel debug package and made the symlink:

# apt-get install  linux-image-debug-2.6.20-15-generic
# cd /boot
# ln -s vmlinux-dbg-2.6.20-15-generic vmlinux-2.6.20-15-generic

And afterwards, the strace-open.stp sample works as expected.

Of course, systemtap still can run if you don't have the kernel debug
package installed, but you won't be able to use the probes referring to
symbol names.

-- 
Systemtap should require kernel debug information
https://bugs.launchpad.net/bugs/106957
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106957] Systemtap should require kernel debug information

2007-04-16 Thread Sylvain Pasche
Public bug reported:

Binary package hint: systemtap

If you have no kernel debug image package installed, systemtap won't
work as expetced. It should require or at least recommend installing a
linux-debug dependency for the running kernel.

Another issue I experienced is that systemtap is not looking at the
right kernel debug file, event if you have it installed. I had to
manually create a symbolic link from /boot/vmlinux-2.6.20-15-generic
pointing to /boot/vmlinux-dbg-2.6.20-15-generic.

I'm not sure if the *-dbg-* naming scheme is a Debian convention, but
maybe it should try to look at these files too.

** Affects: systemtap (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Systemtap should require kernel debug information
https://bugs.launchpad.net/bugs/106957
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 70315] Re: /etc/ld.so.conf and /etc/ld.so.conf.d/* mismatch

2007-04-04 Thread Sylvain Pasche
I saw a similar issue after a from scratch feisty i386 installation:

/etc/ld.so.conf contains:
include /etc/ld.so.conf.d/*.conf

And inside /etc/ld.so.conf.d, I can see:

i486-linux-gnu

So I guess this file won't be included

-- 
/etc/ld.so.conf and /etc/ld.so.conf.d/* mismatch
https://bugs.launchpad.net/bugs/70315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 80778] Re: compiz does not show window boards or the cube

2007-03-24 Thread Sylvain Pasche
I had the same issue with a "nVidia Corporation NV43 [GeForce 6600] (rev
a2)" card (from lspci).

Adding Option "AddARGBGLXVisuals" "true" in xorg.conf solved the problem
for me.

-- 
compiz does not show window boards or the cube
https://launchpad.net/bugs/80778

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


[Bug 84221] Re: ubuntulooks causes massive memory use at startup for Firefox 3 trunk build

2007-02-09 Thread Sylvain Pasche

** Attachment added: "Patch which solves the issue, for demonstration only"
   http://librarian.launchpad.net/6383771/bandaid.patch

-- 
ubuntulooks causes massive memory use at startup for Firefox 3 trunk build
https://launchpad.net/bugs/84221

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


[Bug 84221] Re: ubuntulooks causes massive memory use at startup for Firefox 3 trunk build

2007-02-09 Thread Sylvain Pasche
The issue is that Firefox tries to draw a progressbar of very small size
(width=1, height=1). This results in a negative object allocation in
cairo, which makes it eat all the memory.

** Attachment added: "stack trace with symbols"
   http://librarian.launchpad.net/6383736/bt.txt

-- 
ubuntulooks causes massive memory use at startup for Firefox 3 trunk build
https://launchpad.net/bugs/84221

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


[Bug 68663] Re: [Edgy] Incompatible with Google Toolbar.

2007-01-03 Thread Sylvain Pasche
I've been looking at the upstream configure patch from:

http://archive.ubuntu.com/ubuntu/pool/main/f/firefox/firefox_2.0.0.1
+0dfsg-0ubuntu0.6.10.diff.gz

The whole issue has to do with OS_TARGET not being "Linux" but rather
"linux-gnu" (inherited from ${host_os} which comes from autotools IIRC)

A possible fix would be to deal with this the same way it is dealt with
for darwin:

instead of:

+case "${host_os}" in
+linux*)   OS_ARCH=Linux ;;

Use

+case "${host_os}" in
+linux*)   OS_ARCH=Linux OS_TARGET=Linux;;

This is untested however.

-- 
[Edgy] Incompatible with Google Toolbar.
https://launchpad.net/bugs/68663

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


[Bug 68663] Re: [Edgy] Incompatible with Google Toolbar.

2006-12-04 Thread Sylvain Pasche
I initially wrote this comment in bug 69436 which is a duplicate:

Another issue is about extensions using platform specific manifest
files. These manifests are expected to be in platform/Linux directory
inside the extension on Linux platforms. The inconsistent OS_TARGET
makes Firefox try to find them incorrectly in platform/linux-gnu. This
is breaking firebug 1.0 for instance.

-- 
[Edgy] Incompatible with Google Toolbar.
https://launchpad.net/bugs/68663

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


[Bug 69436] Re: inconsistent OS_TARGET with mozilla's build

2006-12-04 Thread Sylvain Pasche
*** This bug is a duplicate of bug 68663 ***

Another issue is about extensions using platform specific manifest
files. These manifests are expected to be in platform/Linux directory
inside the extension on Linux platforms. The inconsistent OS_TARGET
makes Firefox try to find them incorrectly in platform/linux-gnu.

-- 
inconsistent OS_TARGET with mozilla's build
https://launchpad.net/bugs/69436

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