0

我将 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/

但仍然没有成功。

4

1 回答 1

0

我将图标放在与脚本相同的文件夹中,它可以工作。

于 2016-09-15T13:37:28.700 回答