On Wed, Mar 01, 2006 at 09:28:31AM -0800, Paul Telford wrote:
> I installed a brand new machine with a bare-bones unstable install
> then did 'apt-get install metacity lastfm x-window-system' and the
> player displays correctly on that system.  Have you tried an 'apt-get
> upgrade' by chance?  The debian patches do change the way the icons
> load slightly - the upstream code requires them to be separate files
> in the same directory as the player binary, the debian version uses
> Qt's resource system to compile them directly in to the binary itself.
>  I'm not sure why one method would work for you but not another.

I just did an update/dist-upgrade and it stills shows no buttons.

Okay - after investigating the strace a little bit i found that its trying to 
open 
the debug versions for the libqt4.

Deinstalling the libqt4-debug cures the button problem - It seems although 
qt4-debug should
help debugging its a heisenbug.

[EMAIL PROTECTED]:~$ strace -f -o /tmp/f lastfm
[...]
[EMAIL PROTECTED]:~$ grep open /tmp/f | grep debug
4962  open("/usr/lib/qt4/plugins/imageformats/libqgif_debug.so", 
O_RDONLY|O_LARGEFILE) = 10
4962  open("/usr/lib/qt4/plugins/imageformats/libqgif_debug.so", O_RDONLY) = 10
4962  open("/usr/lib/libQtGui_debug.so.4", O_RDONLY) = 10
4962  open("/usr/lib/libQtCore_debug.so.4", O_RDONLY) = 10
4962  open("/usr/lib/qt4/plugins/imageformats/libqjpeg_debug.so", 
O_RDONLY|O_LARGEFILE) = 10
4962  open("/usr/lib/qt4/plugins/imageformats/libqjpeg_debug.so", O_RDONLY) = 10
4962  open("/usr/lib/qt4/plugins/imageformats/libqmng_debug.so", 
O_RDONLY|O_LARGEFILE) = 10
4962  open("/usr/lib/qt4/plugins/imageformats/libqmng_debug.so", O_RDONLY) = 10

Flo
-- 
Florian Lohoff                  [EMAIL PROTECTED]             +49-171-2280134
                        Heisenberg may have been here.

Attachment: signature.asc
Description: Digital signature

Reply via email to