|

楼主 |
发表于 2010-1-8 15:20:19
|
显示全部楼层
Changed 5 months ago by jithin1987 ¶
I also have the same issue in kde 4,3 kubuntu. I found a work around.
In /usr/share/pixmaps/pidgin/tray . Move folder 48 to 48.bak and create a symlink to 22 in the name of 48.
drwxr-xr-x 2 root root 4096 2009-08-25 18:12 16 drwxr-xr-x 2 root root 4096 2009-08-25 18:12 22 drwxr-xr-x 2 root root 4096 2009-08-25 18:12 32 lrwxrwxrwx 1 root root 3 2009-08-25 18:54 48 -> 22/ drwxr-xr-x 2 root root 4096 2009-08-25 18:12 48.bak
This works fine for me.
用这个方法可以搞定, 用 root 用户
mv /usr/share/pixmaps/pidgin/tray/48 /usr/share/pixmaps/pidgin/tray/48.bak
ln -s /usr/share/pixmaps/pidgin/tray/22 /usr/share/pixmaps/pidgin/tray/48 |
|