无法获得带有libnotify的通知图标

时间:2016-08-21 14:34:11

标签: notifications icons libnotify

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

但仍未成功。

1 个答案:

答案 0 :(得分:0)

我将图标放在与脚本相同的文件夹中,然后就可以了。