This testcase is intended to test for issues surrounding one specific bug.
For this test - Thunar window fails to refresh correctly when renaming files.
- Open Thunar, create a folder in a location of your choosing
- Open a terminal at this location and run the following 2 commands in sequence
for i in $(seq 1 10); do touch "$i.txt"; done
- 10 files are created in your folder, named 1.txt through 10.txt
while true; do for i in $(seq 1 10); do mv "$i.txt" "$i.txt.txt"; done; sleep 1; for i in $(seq 1 10); do mv "$i.txt.txt" "$i.txt"; done; sleep 1; done
- The files change name once every second
- Watch the files in the thunar window as they change. Do so until you have allowed thunar to run for approximately 30 cycles. Note which of the issues stated below you have observed
- To stop the filename changes press
Ctrl+C
What you might see while completing this testcase:
1 - filenames appear to not change
2 - files appear to disappear from the window
3 - Thunar crashes
Please use the Comment box on your tracker report to let us know which issues you saw while testing
Please report this fail against bug number 1512120
Please report which version of Xubuntu you are using
Note: if you find the refresh speed causes you issues, change the sleep 1 command to suit you. If you do - please let us know in the comment box on the tracker
If all actions produce the expected results listed, please submit a 'passed' result.
If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug.
Please be sure to include the bug number when you submit your result.
|