Icons in menu works inside command line but doesn't work in default
Yet Another Dialog
Brought to you by:
v1c0nt
Icons works with internal command line when we use --listen option:
$ yad --notification --image="gtk-info" --listen
menu:Gmail!echo Gmail!gmail|Help!yelp!gtk-help
but in --menu option just shows yad icon:
$ yad --notification --image="gtk-info" --menu="Hi! echo you said Hi! gtk-help|Gedit! gedit! gmail"
please, remove spaces between ! and icon name in command-line example and try again
Hi
it return this error:
bash: !gtk-help: event not found
that it solved by this command befor run yad command
$ set +H
Now it shows icon