LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   missing icons in pidgin with Slackware 13.0 (https://www.linuxquestions.org/questions/slackware-14/missing-icons-in-pidgin-with-slackware-13-0-a-754659/)

dimm0k 09-12-2009 11:17 AM

missing icons in pidgin with Slackware 13.0
 
Previously had pidgin 2.6.2 built with the SlackBuild script from Slackware 12.2 and everything was fine. Upgraded to Slackware 13.0 last night and it had downgraded pidgin to 2.5.9, which is fine except that now all the .png graphics used in pidgin show as a white piece of paper with a red X. I've tried compiling a local copy of pidgin 2.6.2 as user, but that results in the same thing. Anyone know what's going on or what else I can try to get the graphics back?

I've already tried removing the libpng package and installing it again... no change.

larryhaja 09-12-2009 11:54 AM

I'm currently running pidgin 2.6.2. I used the build script used to package pidgin 2.5.9 from Slackware 13.0. I only added --disable-vv for disabling voice and video chat.

I have noticed sometimes that the icon in the system tray is partially hidden. When that happens I only see about 1/4 of the image in the system tray. If I restart the program then that usually fixes the problem. I'm assuming the system tray icon is an svg file and that it is just a resizing issue.

As for other icons within the pidgin program, they show up fine. No issues.

dimm0k 09-12-2009 02:06 PM

then there must be something wrong with my configuration somewhere... I'm not only missing the icon for pidgin in the system tray, but a lot of the icons you normally would see in pidgin. For example the graphic that shows next to the left of each user's name on your buddy list, the icon next to each status - Available, Away, Invisible, Offline, as well as the icons next to the Insert and Smile texts in the chat windows. Oddly though the graphic next to Font, the A, shows up.

dimm0k 09-13-2009 07:58 PM

To this day I still have no idea what caused this issue... my only resolution was to create a new home directory and move all the files from the old one to the new one. Only thing I can think of is that renaming .kde, .config, and .local to .kdeold, .configold, and .localold might not have been enough. Unfortunately I did not try moving them elsewhere before going to the drastic step of creating a new home folder.

rworkman 10-18-2009 12:31 AM

Andrew Brouwers pointed out earlier on IRC that shared-mime-info changed something in the latest update, so you'll have to do this as root:
Code:

update-mime-database /usr/share/mime
and then each user will need to do this:
Code:

update-mime-database $HOME/.local/share/mime

willysr 10-18-2009 06:37 AM

yup, that fixed it

Thanks Robby

chiendarret 07-29-2021 10:50 AM

For me (debian amd64 10 (buster) action by the user does not work: (no mime under $HOME/.local/share)

while updating update-mime-database /usr/share/mime was OK

The original error was
~$ wicd-client
File "/usr/share/wicd/gtk/wicd-client.py", line 83
print 'Unable to load tray icon: Missing both egg.trayicon and ' + \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Unable to load tray icon: Missing both egg.trayicon and ' + \)?

Same for wicd-curses


All times are GMT -5. The time now is 10:36 AM.