yad
yad copied to clipboard
Icons on form buttons disappeared in yad 7.0
If a form has buttons with both text and icons, the icons show no more. The text and tip are OK.
Example: the bluetooth icon is not visible on this artificial line:
yad --form --field='foobar!bluetooth!tip':fbtn xfce4-terminal
fixed in cbbf2ff
Thanks! Tested it, and it works as expected!
Edit: do you have plans for releasing a new version with this fix, e.g. 7.0.1 or something? I could then flag the related Arch package.
Unfortunately this fix breaks backward compatibility for scripts using buttons with icons but without tooltip. --field='foobar!bluetooth':fbtn
now makes "bluetooth" the tooltip text instead of the icon name. According to the man page this should be the behavior --field='foobar!!bluetooth':fbtn
.