Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
png icons suddenly missing from kmenu and kicker
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
unixj
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2003
Posts: 126

PostPosted: Sun Jan 01, 2006 5:53 pm    Post subject: png icons suddenly missing from kmenu and kicker Reply with quote

Hello, I'm not sure what I did but suddenly there are several icons missing in kmenu and kicker. In kmenu the space for the icon is blank and in kicker there is just the generic gear icon. I think they might all be png icons and they all still exist in /usr/share/icons.

This happened on 2 different machines- maybe after I ran emerge world.

Has anyone else had this problem?
Back to top
View user's profile Send private message
dbasetrinity
Apprentice
Apprentice


Joined: 25 Jun 2005
Posts: 167

PostPosted: Mon Jan 02, 2006 3:13 pm    Post subject: Reply with quote

have you tried
Code:
revdep-rebuild
i think that might fix the problem.
_________________
Jaded Team Leader
Dbasetrinity
Mem Id #1002
Jaded Guide V2.0
Back to top
View user's profile Send private message
unixj
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2003
Posts: 126

PostPosted: Mon Jan 02, 2006 9:33 pm    Post subject: Reply with quote

Sorry already tried that. I've also tried re-emerging the relevant applications (k3b, amarok and digikam) and their dependent packages, along with a bunch of other random packages like libpng and mime-types... Re-emerging kdebase-data, kdebase-kioslaves and kdemultimedia-kioslaves... And re-emerging kdelibs. The application icons are still missing in the kmenu and kicker. It's more than just those 3 applications I mentioned though, it seems like every png icon will not show up- like 50 applications.

One other data point is that digikam (or at least digikam) is completely broken. It gives the error:

Code:
digikam: ERROR: : couldn't create slave : Unable to create io-slave:
klauncher said: Unknown protocol 'digikamtags'.


For every photo in my album, which spawns a bunch of kio processes, which brings my disk/machine to its knees requiring a reboot unless I kill them in time.

I wish I knew what foobared everything. Like I said this has happened on 2 identical machines so it can't be a random thing. I'm not sure what else to try.
Back to top
View user's profile Send private message
kettuz
n00b
n00b


Joined: 25 Dec 2004
Posts: 20

PostPosted: Mon Jan 02, 2006 10:35 pm    Post subject: Reply with quote

Okay, I'm now experiencing this myself too. And in addition to that, I'm having problems emerging Gnome:

/usr/bin/gdk-pixbuf-csource --raw --build-list gnomecc_rounded_rect_frame
./text-selection-frame.png > gnomecc-rounded-rect-pixbuf.h
failed to load "./text-selection-frame.png": Couldn't recognize the image file format for file './text-selection-frame.png'
make[2]: *** [gnomecc-rounded-rect-pixbuf.h] Error 1

So, what's the problem? Some library dealing with pngs?
Back to top
View user's profile Send private message
unixj
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2003
Posts: 126

PostPosted: Mon Jan 02, 2006 11:18 pm    Post subject: Reply with quote

I'm glad I'm not alone! Maybe this will happen to other people as they emerge the mysterious package that caused this? I've submitted a bug report for digikam:

http://bugs.kde.org/show_bug.cgi?id=119424

Although I doubt this is specifically a problem with digikam.
Back to top
View user's profile Send private message
kettuz
n00b
n00b


Joined: 25 Dec 2004
Posts: 20

PostPosted: Tue Jan 03, 2006 9:14 am    Post subject: Reply with quote

I found a solution! It seems to be so, that GTK+ (gdk-pixbuf) uses a data file to decide what it should do with
files. This file is kept at /etc/gtk-2.0/gdk-pixbuf.loaders. It seems to have broken somehow.

Running the following command fixes it and returns all my precious icons
Code:
gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders


However, why this problem came in to effect is unknown to me. Maybe someone with more knowledge about GTK+ could delve in to this issue?
Back to top
View user's profile Send private message
unixj
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2003
Posts: 126

PostPosted: Tue Jan 03, 2006 3:23 pm    Post subject: Reply with quote

Doesn't work for me... My gdk-pixbuf.loaders file hasn't changed in a month and running gdk-pixbuf-query-loaders generates an identical file :(
Back to top
View user's profile Send private message
rhetoric
n00b
n00b


Joined: 02 Jul 2005
Posts: 74
Location: Upstate New York, USA (NOT the damn city)

PostPosted: Tue Feb 28, 2006 2:54 am    Post subject: Reply with quote

That worked very well for me. I just installed a fresh system and then updated all installed packages and found the .png icons broken in the quick launch and kmenu. Immediately upon running this command, they were restored. Thanks!
Back to top
View user's profile Send private message
donmartio
Apprentice
Apprentice


Joined: 11 Dec 2004
Posts: 173

PostPosted: Fri Mar 24, 2006 6:45 am    Post subject: Reply with quote

Hey there,

same problem here with kde. It seems every png was gone. Even my Spalsh screen is empty.
At first i thought, that it was the libpng which was updated from 1.2.8 to 1.2.8-r1 a few days ago.
But a downgrade didn't work. revdep-rebuild neither.

I got a lot of this in my .xsession-errors:
libpng error: Invalid image width

Some KDE-Programms crashes.

I'm running an amd64 machine here.

So has anybody a hint where to search.

Greetings
DonMartio
_________________
Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live.
Back to top
View user's profile Send private message
donmartio
Apprentice
Apprentice


Joined: 11 Dec 2004
Posts: 173

PostPosted: Fri Mar 24, 2006 7:13 pm    Post subject: Reply with quote

Hallo again,

things are even worse...
I know recognized, that the image problem is not limited to pngs...
If i want to view jpegs inside of konqueror (which is completely iconless), the konqueror crashes.

Only som icons ar shown (form mozilla and eclipse for example). I assume, they are xpm's or something
like that.

Any hints out there.
At this moment i am recompiling qt...

Any help is appreciated.
Greetings
Don Martio
_________________
Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live.
Back to top
View user's profile Send private message
unixj
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2003
Posts: 126

PostPosted: Fri Mar 24, 2006 7:24 pm    Post subject: Reply with quote

Sorry no idea. I was the original poster and I'm still having the problem. There's another thread about it here:

http://forums.gentoo.org/viewtopic-t-429944-highlight-.html
Back to top
View user's profile Send private message
donmartio
Apprentice
Apprentice


Joined: 11 Dec 2004
Posts: 173

PostPosted: Fri Mar 24, 2006 7:56 pm    Post subject: Reply with quote

Ok everything back again.

I remerged qt and know everything is ok again.

All Icons and images are back.

Thanks at all
Don Martio
_________________
Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live.
Back to top
View user's profile Send private message
unixj
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jul 2003
Posts: 126

PostPosted: Sun Apr 09, 2006 2:54 am    Post subject: Reply with quote

I finally figured this out, 4.5 months after the problem started <drumroll> apparently it's because I was using tcsh instead of bash. I chsh to bash and now the icons have reappeared. Hope this helps someone else.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum