On Sat, Jan 22, 2011 at 08:52:58PM -0500, Ari Pollak wrote:
> Gimp hasn't changed in the last few weeks. Do you have gimp-gutenprint
> installed, and/or have you changed your print settings?

I finally tracked down my problem.  I had installed the unofficial
Firefox 4 beta from the mozilla.debian.net experimental repository,
and that had pulled in a new version of libcairo2.  When I did an
"ldd" on the gimp print plugin, I noticed that the working one had

    libXrender.so.1
    libXinerama.so.1
    libXi.so.6
    libXrandr.so.2
    libXcursor.so.1
    libpixman-1.so.0
    libpng12.so.0
    libxcb-render-util.so.0
    libxcb-render.so.0
    libxcb.so.1

but the broken one had:

    libXrender.so.1
    libXinerama.so.1
    libXi.so.6
    libXrandr.so.2
    libXcursor.so.1
    libpixman-1.so.0
    libpng12.so.0
    libxcb-shm.so.0
    libxcb-render.so.0
    libxcb.so.1

I tried removing the libxcb-shm0 package and installing
libxcb-render-util0 with apt, and the resulting conflicts showed me
what the problem was.

So feel free to close this bug.  But perhaps there's a problem waiting
to happen when libcairo2 migrates to testing.  Maybe the soname should
change if it "silently" breaks client programs like this?

-- 
Eric Cooper             e c c @ c m u . e d u



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to