0
~/.local/share/icons/hicolor/scalable/status/foo.png
に256x256アイコンを貼り付けました。それから私は試しました(Python3で)libnotifyで通知アイコンを取得できません
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/
まだありません成功にそれを入れてみました。