Layout cases in the Notification | Ubuntu App Developer document states that
... using non-existing (stock-)icon-names ... use one of the new icon-name (see icons) ...
and that this (icons at http://wiki.ubuntu.com/mhall119/devportal/notify-osd#icons) only makes casual reference, via the examples, to
... -i notification-message-im
... -i notification-network-wireless-disconnected
Presumably
... -i notification-network-wireless-connected
is also one?
Confirmed via: (interesting icon)
notify-send "WiFi icon test" -i notification-network-wireless-connected
What other ones are there?
(note that the icons
link in the source:
wiki.ubuntu.com/mhall119/devportal/notidy-osd#icons
incorrectly spells notify as notidy)
As a consequent of the implications of this answer:
Where are the stock-icon-names defined for the unity-panel-service indicators and notify-OSD?
the icons in the above examples could then be found here:
- file:///usr/share/notify-osd/icons/gnome/scalable/status/
- file:///usr/share/notify-osd/icons/hicolor/scalable/status/
However,while there was no icon file named notification-network-wireless-connected
that string displays notification-network-wireles.svg
as does notification-network-wireless-gobledeegook
!
Bookmark:
Where are the stock-icon-names defined for the unity-panel-service indicators and notify-OSD?
notify-send
uses icon from the/usr/share/icons/gnome/32x32
(& also/usr/share/notify-osd/icons/...
)Every directory above (except
legacy
) contains a set of icons available fornotify-send
. For example, emotes contains :To use it in
notify-send
, use the prefix before-symbolic.symbolic.png
:You can also specify a direct path to an icon :
I don't know if they're found in a list format somewhere in the hard disk, but there's a list on the web here:
https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html