[Cooker] After last cooker update apps unable to understand png file format

View: New views
13 Messages — Rating Filter:   Alert me  

[Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

After the last cooker update applications like firestarter, smart,
rpmdrake and drakconf are unable to start because they are unable to
interpret png image files. Thunderbird and firefox have the same issue
but are able to run by replacing the file image they can't read with a
default. Do I need to reinstall a package that may have been updated to
rectify this, and if so which one?

The error message from smart is:

Couldn't recognise the image file format for file
'/usr/lib/python2.5/site-packages/smart/interfaces/images/smart.png'

The error messages from rpmdrake are:

Error loading theme icon 'gtk-missing-image' for stock: Unrecognised
image file format
Couldn't recognise the image file format for file
'/usr/lib/libDrakX/icons/drakbug-16.png' at /usr/lib/libDrakX/mygtk2.pm
line 294.

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve Morris wrote:

> After the last cooker update applications like firestarter, smart,
> rpmdrake and drakconf are unable to start because they are unable to
> interpret png image files. Thunderbird and firefox have the same issue
> but are able to run by replacing the file image they can't read with a
> default. Do I need to reinstall a package that may have been updated
> to rectify this, and if so which one?
>
> The error message from smart is:
>
> Couldn't recognise the image file format for file
> '/usr/lib/python2.5/site-packages/smart/interfaces/images/smart.png'
>
> The error messages from rpmdrake are:
>
> Error loading theme icon 'gtk-missing-image' for stock: Unrecognised
> image file format
> Couldn't recognise the image file format for file
> '/usr/lib/libDrakX/icons/drakbug-16.png' at
> /usr/lib/libDrakX/mygtk2.pm line 294.
>
> regards,
> Steve
>
A reinstall of libpng3 does not rectify this situation. How do I
identify what package/module is not working properly?

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [Cooker] After last cooker update apps unable to understand png file format

by Colin Guthrie-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve Morris wrote:
> A reinstall of libpng3 does not rectify this situation. How do I
> identify what package/module is not working properly?

Just the usual stuff. Use strace to try and track dl loading etc.

Col

--

+--------------------------+
|      Colin Guthrie       |
+--------------------------+
| cguthrie(at)mandriva.org |
|  http://colin.guthr.ie/  |
+--------------------------+

Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Colin Guthrie wrote:
> Steve Morris wrote:
>> A reinstall of libpng3 does not rectify this situation. How do I
>> identify what package/module is not working properly?
>
> Just the usual stuff. Use strace to try and track dl loading etc.
>
> Col
>
Thanks Col, I will try this on drakconf, but it may take me a while to
figure it out as I have never used strace before.

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve Morris wrote:

> Colin Guthrie wrote:
>> Steve Morris wrote:
>>> A reinstall of libpng3 does not rectify this situation. How do I
>>> identify what package/module is not working properly?
>>
>> Just the usual stuff. Use strace to try and track dl loading etc.
>>
>> Col
>>
> Thanks Col, I will try this on drakconf, but it may take me a while to
> figure it out as I have never used strace before.
>
> regards,
> Steve
>
Col, it seems like whatever was causing this has been updated to only
work properly with KDE4, as an install of KDE4 seems to have rectified
the issue.

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steve Morris wrote:

> Steve Morris wrote:
>> Colin Guthrie wrote:
>>> Steve Morris wrote:
>>>> A reinstall of libpng3 does not rectify this situation. How do I
>>>> identify what package/module is not working properly?
>>>
>>> Just the usual stuff. Use strace to try and track dl loading etc.
>>>
>>> Col
>>>
>> Thanks Col, I will try this on drakconf, but it may take me a while
>> to figure it out as I have never used strace before.
>>
>> regards,
>> Steve
>>
> Col, it seems like whatever was causing this has been updated to only
> work properly with KDE4, as an install of KDE4 seems to have rectified
> the issue.
>
False alarm, drakconf still refuses to run because of this failure. I
will run an strace on it if I can figure out how to.

regards,
Steve

> regards,
> Steve
>

[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [Cooker] After last cooker update apps unable to understand png file format

by Pascal Terjan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Jul 13, 2008 at 7:47 AM, Steve Morris <samorris@...> wrote:
> After the last cooker update applications like firestarter, smart, rpmdrake
> and drakconf are unable to start because they are unable to interpret png
> image files. Thunderbird and firefox have the same issue but are able to run
> by replacing the file image they can't read with a default. Do I need to
> reinstall a package that may have been updated to rectify this, and if so
> which one?

Try running as root :

/usr/lib/gtk-2.0/bin/gdk-pixbuf-query-loaders >
/etc/gtk-2.0/gdk-pixbuf.loaders.lib

Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pascal Terjan wrote:

> On Sun, Jul 13, 2008 at 7:47 AM, Steve Morris <samorris@...> wrote:
>  
>> After the last cooker update applications like firestarter, smart, rpmdrake
>> and drakconf are unable to start because they are unable to interpret png
>> image files. Thunderbird and firefox have the same issue but are able to run
>> by replacing the file image they can't read with a default. Do I need to
>> reinstall a package that may have been updated to rectify this, and if so
>> which one?
>>    
>
> Try running as root :
>
> /usr/lib/gtk-2.0/bin/gdk-pixbuf-query-loaders >
> /etc/gtk-2.0/gdk-pixbuf.loaders.lib
>
>  
Thankyou Pascal, that seems to have rectified the issue. How does one
know in a situation like this that a command like this needs to be run?

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [Cooker] After last cooker update apps unable to understand png file format

by Pascal Terjan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jul 25, 2008 at 2:20 PM, Steve Morris <samorris@...> wrote:
> Thankyou Pascal, that seems to have rectified the issue. How does one know
> in a situation like this that a command like this needs to be run?
>

I had the issue (on monday I think) and this is supposed to have been
already fixed since, the gdk-pixbuf rpm was installed before the new
version of glib so the postinstall script (running that command)
failed

Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pascal Terjan wrote:

> On Fri, Jul 25, 2008 at 2:20 PM, Steve Morris <samorris@...> wrote:
>  
>> Thankyou Pascal, that seems to have rectified the issue. How does one know
>> in a situation like this that a command like this needs to be run?
>>
>>    
>
> I had the issue (on monday I think) and this is supposed to have been
> already fixed since, the gdk-pixbuf rpm was installed before the new
> version of glib so the postinstall script (running that command)
> failed
>
>  
If this is what caused my problem, I wouldn't have seen the failure, as
this issue occurred as a result of an overnight cooker update that
updated/installed 1740 packages.

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard



[Cooker] UTF-8 HAJIME AKAZAWA MURDER FROM Lucky Boy

by Eiji-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

そして、美代子は右手にこん棒を握り、しかし、そんなことは、できないと、泣き出
しました、そして石のように丸く小さくなりました。しかし、一は、私にあっち向い
とけ言いました。そして、わたしが、頭だけ後ろに向けて、見ているのを知らずに、
一は、逃げる美代子の嫌がると、グーの手首をさっととり、じいさんの心臓をめがけ
て殴りつけました。しばらくして、美代子は、一の怖い監視のもと、赤沢 ちかこ
と、天使のかぶりものを作って、私にかぶせました。そして、わたしが、にこっとし
たのをみて、何か隠しているようだな、と、一は、どすのきいた声で言いました。
美代子も、どすの利いた声で、わたしに、何か見たでしょといいました。


Re: [Cooker] After last cooker update apps unable to understand png file format

by Pascal Terjan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Jul 26, 2008 at 3:02 AM, Steve Morris <samorris@...> wrote:
> If this is what caused my problem, I wouldn't have seen the failure, as this
> issue occurred as a result of an overnight cooker update that
> updated/installed 1740 packages.

this command is run just after the gdkpixbuf package is installed, if
glib is updated after (even if it is during the same urpmi run), it
will fail

Re: [Cooker] After last cooker update apps unable to understand png file format

by Steve Morris-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pascal Terjan wrote:

> On Sat, Jul 26, 2008 at 3:02 AM, Steve Morris <samorris@...> wrote:
>  
>> If this is what caused my problem, I wouldn't have seen the failure, as this
>> issue occurred as a result of an overnight cooker update that
>> updated/installed 1740 packages.
>>    
>
> this command is run just after the gdkpixbuf package is installed, if
> glib is updated after (even if it is during the same urpmi run), it
> will fail
>
>  
Thanks Pascal, I didn't see this as I was running the update in
unattended mode.

regards,
Steve


[samorris.vcf]

begin:vcard
fn:Steve Morris
n:Morris;Steve
email;internet:samorris@...
x-mozilla-html:TRUE
version:2.1
end:vcard


LightInTheBox - Buy quality products at wholesale price