Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-07 Thread Yann Leboulanger
reassign 518090 libgtk2.0-0

As libgtk2.0-0 depends on libpng12-0, it must also depend on
shared-mime-info so it can load png files.

Daniel Moerner wrote:
 On Thu, Mar 5, 2009 at 12:17 AM, Yann Leboulanger aste...@lagaule.org wrote:
 Daniel Moerner wrote:
 Installing shared-mime-info solves the problem. This may very well be
 a bug in a dependency of gajim--I don't know.
 hmm it's in libglib2.0-0 Recommends list. Shouldn't it be a must? for
 example libgtk2.0 depends on libpng12-0 but is not able to open a png
 without shared-mime-info package. That sounds a bug in libgtk2.0-0
 Depends list, no?
 
 That sounds pretty reasonable. It looks like some packages, like
 thunar, manually declare the dependency, whereas others (gajim,
 network-manager-gnome) don't. You're the maintainer, so I'll let you
 make the call if you want to reassign, but it sounds reasonable to me
 to file it against a library.
 
 Daniel
 


-- 
Yann



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-05 Thread Yann Leboulanger
Daniel Moerner wrote:
 retitle 518090 gajim: Should depend on shared-mime-info
 thanks
 
 Installing shared-mime-info solves the problem. This may very well be
 a bug in a dependency of gajim--I don't know.
 
 Daniel
 

hmm it's in libglib2.0-0 Recommends list. Shouldn't it be a must? for
example libgtk2.0 depends on libpng12-0 but is not able to open a png
without shared-mime-info package. That sounds a bug in libgtk2.0-0
Depends list, no?

-- 
Yann



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-05 Thread Daniel Moerner
On Thu, Mar 5, 2009 at 12:17 AM, Yann Leboulanger aste...@lagaule.org wrote:
 Daniel Moerner wrote:
 Installing shared-mime-info solves the problem. This may very well be
 a bug in a dependency of gajim--I don't know.

 hmm it's in libglib2.0-0 Recommends list. Shouldn't it be a must? for
 example libgtk2.0 depends on libpng12-0 but is not able to open a png
 without shared-mime-info package. That sounds a bug in libgtk2.0-0
 Depends list, no?

That sounds pretty reasonable. It looks like some packages, like
thunar, manually declare the dependency, whereas others (gajim,
network-manager-gnome) don't. You're the maintainer, so I'll let you
make the call if you want to reassign, but it sounds reasonable to me
to file it against a library.

Daniel

-- 
Daniel Moerner dmoer...@gmail.com



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-04 Thread Yann Leboulanger
Daniel Moerner wrote:
 Package: gajim
 Version: 0.12.1-2
 Severity: grave
 Justification: renders package unusable
 
 Hi,
 
 Fresh install of gajim with aptitude -r install gajim on Sid produces a 
 program
 that refuses to start:
 
 ~ $ gajim
 Traceback (most recent call last):
   File gajim.py, line 231, in module
 import gtkexcepthook
   File /usr/share/gajim/src/gtkexcepthook.py, line 31, in module
 import dialogs
   File /usr/share/gajim/src/dialogs.py, line 38, in module
 import conversation_textview
   File /usr/share/gajim/src/conversation_textview.py, line 159, in module
 class ConversationTextview:
   File /usr/share/gajim/src/conversation_textview.py, line 164, in 
 ConversationTextview
 gajim.DATA_DIR, 'pixmaps', 'muc_separator.png'))
 gobject.GError: Couldn't recognize the image file format for file 
 '../data/pixmaps/muc_separator.png'
 
 Google turned up this: http://wiki.gajim.org/ticket/3461, which relates to an 
 older version
 and is Windows-specific.

I have the same libgtk2.0 version, and no problem. Are you able to open
/usr/share/gajim/data/pixmaps/muc_separator.png? wht does file
muc_separator.png return? and md5sum?

-- 
Yann



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-04 Thread Daniel Moerner
On Wed, Mar 4, 2009 at 6:18 AM, Yann Leboulanger aste...@lagaule.org wrote:
 I have the same libgtk2.0 version, and no problem. Are you able to open
 /usr/share/gajim/data/pixmaps/muc_separator.png? wht does file
 muc_separator.png return? and md5sum?

/usr/share/gajim/data/pixmaps $ file muc_separator.png
muc_separator.png: PNG image, 196 x 11, 8-bit/color RGBA, non-interlaced
/usr/share/gajim/data/pixmaps $ md5sum muc_separator.png
0f7fc4c418628b5815bcfc64aab5d497  muc_separator.png

Just attempting to reinstall gajim did not solve the problem either.
This is unreproducible on amd64, which has the same md5sum for the
image file.


-- 
Daniel Moerner dmoer...@gmail.com



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-04 Thread Daniel Moerner
Here is a more recent upstream bug report, again reported against a
Windows machine, about this problem in gajim 0.12. No suggested fix
there.

http://trac.gajim.org/ticket/4608

Actually, as I look at it, I think that the person commenting on the
bug there is you. :)

I will investigate further to see if there is some hidden missing dependency.

Daniel

-- 
Daniel Moerner dmoer...@gmail.com



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-04 Thread Daniel Moerner
retitle 518090 gajim: Should depend on shared-mime-info
thanks

Installing shared-mime-info solves the problem. This may very well be
a bug in a dependency of gajim--I don't know.

Daniel

-- 
Daniel Moerner dmoer...@gmail.com



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



Bug#518090: gajim: Refuses to start: gobject.GError: Couldn't recognize the image file format

2009-03-03 Thread Daniel Moerner
Package: gajim
Version: 0.12.1-2
Severity: grave
Justification: renders package unusable

Hi,

Fresh install of gajim with aptitude -r install gajim on Sid produces a 
program
that refuses to start:

~ $ gajim
Traceback (most recent call last):
  File gajim.py, line 231, in module
import gtkexcepthook
  File /usr/share/gajim/src/gtkexcepthook.py, line 31, in module
import dialogs
  File /usr/share/gajim/src/dialogs.py, line 38, in module
import conversation_textview
  File /usr/share/gajim/src/conversation_textview.py, line 159, in module
class ConversationTextview:
  File /usr/share/gajim/src/conversation_textview.py, line 164, in 
ConversationTextview
gajim.DATA_DIR, 'pixmaps', 'muc_separator.png'))
gobject.GError: Couldn't recognize the image file format for file 
'../data/pixmaps/muc_separator.png'

Google turned up this: http://wiki.gajim.org/ticket/3461, which relates to an 
older version
and is Windows-specific.

Cheers,
Daniel

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-rc6-dm1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gajim depends on:
ii  dnsutils   1:9.5.1.dfsg.P1-1 Clients provided with BIND
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2   The Cairo 2D vector graphics libra
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgtk2.0-02.14.7-4  The GTK+ graphical user interface 
ii  libgtkspell0   2.0.13-2  a spell-checking addon for GTK's T
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge
ii  python-support 0.8.7 automated rebuilding support for P

Versions of packages gajim recommends:
ii  dbus  1.2.12-1   simple interprocess messaging syst
ii  notification-daemon   0.3.7-1+b1 a daemon that displays passive pop
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG)
ii  python-openssl0.8-1  Python wrapper around the OpenSSL 

Versions of packages gajim suggests:
ii  aspell-en 6.0-0-5.1  English dictionary for GNU Aspell
pn  avahi-daemon  none (no description available)
pn  gnome-keyring none (no description available)
pn  nautilus-sendto   none (no description available)
pn  network-manager   none (no description available)
pn  python-avahi  none (no description available)
pn  python-gnome2 none (no description available)
pn  python-gnome2-desktop none (no description available)
pn  python-kerberos   none (no description available)
pn  python-sexy   none (no description available)

-- no debconf information



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