我将 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/
但仍然没有成功。