我将一个256x256图标放入~/.local/share/icons/hicolor/scalable/status/foo.png
。然后我尝试(在Python3中)
import notify2
notify2.init("a")
notification = notify2.Notification(
"a"
"b,
"foo")
notification.show()
现在没有拿起图标。为什么呢?
我尝试将其放入
~/.local/share/icons/hicolor/scalable/apps/
~/.local/share/icons/hicolor/256x256/status/
~/.local/share/icons/hicolor/256x256/apps/
但仍未成功。
答案 0 :(得分:0)
我将图标放在与脚本相同的文件夹中,然后就可以了。