Xubuntu 14.04 (xfce-panel) 中的巨大 Wallch 图标

Xubuntu 14.04 (xfce-panel) 中的巨大 Wallch 图标

我遇到了一个奇怪的问题。我的 Wallch 图标太大了。请看屏幕截图:

在此处输入图片描述

我删除了 XFCE 设置并重新排列了一些项目。如何恢复正常的 Wallch 图标大小?

更新

我的/usr/share/applications/wallch-nautilus.desktop文件:

[Desktop Entry]
Version=4
Name=Wallch
Comment=Change desktop wallpapers automatically
Exec=/usr/bin/wallch %U
Icon=wallch
Terminal=false
Type=Application
Categories=Utility;Application;
MimeType=inode/directory;

Actions=Change_Wallpaper;Start;

[Desktop Action Change_Wallpaper]
Name=Change Wallpaper Once
Exec=/usr/bin/wallch --change
TargetEnvironmet=Unity

[Desktop Action Start]
Name=Start/Stop Wallpapers
Exec=/usr/bin/wallch --start
TargetEnvironment=Unity

还有/usr/share/pixmaps/wallch.png

在此处输入图片描述

答案1

我能够将我的壁纸图标大小设置为正常。我如何做到的:

  1. /usr/share/wallch/files/indicator_radiance_normal.png在 Gimp 中打开。
  2. 将其调整为 24x24。将原始文件另存为indicator_radiance_normal_64x64.png,将编辑后的文件另存为indicator_radiance_normal.png
  3. 重新启动了 Wallch。

现在它看起来正是应该的样子:

在此处输入图片描述

另外,我发布了错误报告并且结果显示这不是Wallch的bug,而是xfce4-indicator-pluginbug。

相关内容