2
我想更改我自己的小提醒程序的狀態圖標。目前我使用的是GTK.StatusIcon,但我想使用ApplicationIndicator。自定義libindicator圖標不顯示
所以我創建了一個自己的圖標並將其移動到:
/usr/share/icons/ubuntu-mono-dark/status/22
它被命名爲指標的notify.svg
繼承人的圖標的代碼。
ind = appindicator.Indicator ("notify",
"indicator-notify",
appindicator.CATEGORY_APPLICATION_STATUS)
ind.set_status (appindicator.STATUS_ACTIVE)
此圖標不顯示。儘管此文件夾中的每個其他圖標都是。
我錯過了什麼?是否有必要在GTK中註冊圖標?