Bug 1297590 - Missing text, if set --timeout switch
Summary: Missing text, if set --timeout switch
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yad
Version: 23
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Elder Marco
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-11 23:36 UTC by rvcsaba
Modified: 2016-01-13 10:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-13 10:01:32 UTC
Type: Bug


Attachments (Terms of Use)
yat with timeout (1.90 KB, image/png)
2016-01-12 12:18 UTC, rvcsaba
no flags Details
yad without timeout (1.82 KB, image/png)
2016-01-12 12:19 UTC, rvcsaba
no flags Details

Description rvcsaba 2016-01-11 23:36:15 UTC
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.

Comment 1 Oliver Ilian 2016-01-12 11:53:17 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

Comment 2 rvcsaba 2016-01-12 12:17:04 UTC
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

Comment 3 rvcsaba 2016-01-12 12:18:18 UTC
Created attachment 1113918 [details]
yat with timeout

yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80 --timeout=5

Comment 4 rvcsaba 2016-01-12 12:19:06 UTC
Created attachment 1113919 [details]
yad without timeout

yad --title='Title' --button 'Button:0' --text='Hello' --width=150 --height=80

Comment 5 rvcsaba 2016-01-12 12:34:23 UTC
yad-0.32.0-1.fc23.x86_64 work correctly.

Only 0.33.0 and 0.33.1 wrong. I tested it.

Comment 6 Oliver Ilian 2016-01-12 15:45:28 UTC
Hi have contacted the developer here: https://groups.google.com/forum/#!topic/yad-common/kue2i5YupRc to let him know about this bug.

Cheers
Oliver

Comment 7 rvcsaba 2016-01-13 09:59:03 UTC
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!

Comment 8 Oliver Ilian 2016-01-13 10:01:32 UTC
solved by deleting the yad.conf file in $HOME/.config/yad.conf


Note You need to log in before you can comment on or make changes to this bug.