Using this xml config file in current git version of genmon doesn't produce text tooltip while howering over text: <txt>text</txt> <tool>tooltip</tool>
This script works for me: #!/bin/sh echo '<txt>text</txt>' echo '<tool>tooltip</tool>'
using this command in genmon: cat /tmp/conky.log conky.log: <txt>text</txt><tool>tooltip</tool> does produce desired effect on panel 2 and above but fails to show tooltip on panel 1
ignore the last comment problems with tooltip are appearing when refresh period is less then 1 second (0.55 seconds in my case)
Mass-reassign all bugs from florian@ to goodies-dev@, thanks for the maintenance work! (and sorry for the bugmail spam..)
Resolving this ticket as this would be a limitation with the GTK toolkit and not with the code here. Feel free to re-open if you disagree.