Description of problem: I updated yad from koji build server. yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80 work, text show, but yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80 --timeout=5 I can't show text. Version-Release number of selected component (if applicable): yad-0.33.0-1.fc23.x86_64 How reproducible: Please see description! Steps to Reproduce: Test without or with --timeout parameter. Actual results: If I use --timeout parameter, --text hidden. Expected results: Independently --timeout parameter, show --text.
I have tried it with yad-0.33.0-1.el7.x86_64 and can not reproduce the error. The only error I have is, that the --timeout parameter is not working as expected. You need to add --timeout-indicator to make the timeout parameter work. This is already fixed in 0.33.1 yad-0.33.1-1 is already in the process to be pushed to testing. Can you please test it again and let me know. https://bodhi.fedoraproject.org/updates/FEDORA-2016-be70fd0644 Thanks Oliver
I updated yad from koji: rpm -q yad yad-0.33.1-1.fc23.x86_64 I tested it, but wrong. :( yad_with_timeout.png: yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80 --timeout=5 yad_without_timeout.png: yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80 (Sorry my very poor english.) (In reply to Oliver Haessler from comment #1) > yad-0.33.1-1 is already in the process to be pushed to testing. Can you > please test it again and let me know. > Thanks > Oliver
Created attachment 1113918 [details] yat with timeout yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80 --timeout=5
Created attachment 1113919 [details] yad without timeout yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80
yad-0.32.0-1.fc23.x86_64 work correctly. Only 0.33.0 and 0.33.1 wrong. I tested it.
Hi have contacted the developer here: https://groups.google.com/forum/#!topic/yad-common/kue2i5YupRc to let him know about this bug. Cheers Oliver
Victor Ananjevsky wrote: delete yad config file ($XDG_CONFIG_HOME/yad.conf) I update to yad-0.33.1-1.fc23.x86_64, deleted $HOME/.config/yad.conf and tested it. Work correctly. Thanks!
solved by deleting the yad.conf file in $HOME/.config/yad.conf