| Summary: | Missing text, if set --timeout switch | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | rvcsaba | ||||||
| Component: | yad | Assignee: | Elder Marco <eldermarco> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | eldermarco, oliver, rvcsaba | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-01-13 10:01:32 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
rvcsaba
2016-01-11 23:36:15 UTC
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 |