Menu

#207 Icons in menu works inside command line but doesn't work in default

New
nobody
None
High
Defect
2014-03-21
2014-03-15
No

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"

2 Attachments

Discussion

  • Victor Ananjevsky

    please, remove spaces between ! and icon name in command-line example and try again

     
  • Danial Rikhtehgaran

    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

     

Log in to post a comment.