yad
yad copied to clipboard
Inoperable --tooltip option in YAD 13.0: popup text is not displayed in the tray
I am running a script that uses yad version 13.0 (GTK+ 3.24.38). For some reason, the --tooltip option doesn't work and the popup text is not displayed when hovering over the tray icon.
Steps for playback
- Run the script that uses YAD.
- Notice the icon in the tray.
- Hover your mouse over the icon to see the popup text.
Expected behavior
Hovering over the tray icon should display the popup text that is specified with the --tooltip option.
Actual behavior
The specified popup text does not appear when hovering over the tray icon, but always defaults to "YAD".
Versions and environment
- Version yad: 13.0
- OS Manjaro KDE
- OS Archcraft XFCE
- OS Alt Linux (YAD 12.3 (GTK+ 3.24.38))
Additional details
Installed "appmenu-gtk-module" didn't work Tested with yad --notification --tooltip="Test Tooltip"
explained here https://github.com/v1cont/yad/issues/246#issuecomment-2041056098