Answers:
您需要告诉它在哪里可以找到图标,例如
notify-send -i /usr/share/icons/gnome/32x32/status/stock_lock-broken.png summary test
当然,您也可以使用自己的图标,而不仅仅是默认图标。
要使用您自己的主目录中的图标,您可以使用以下一种
notify-send -i ~/pictures/picture-name.png summary test
notify-send -i /home/<yourusername>/pictures/picture-name.png summary test
请记住:名称区分大小写,路径应有明确的起点。/Home
您的系统上可能不存在。
man notify-send
也会告诉您其他选择。
.../256x256/...
子目录对我来说比.../32x32/...
子目录更好。感谢您分享位置。
notify-send -i /Home/Pictures/picture-name.png summary test