! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Occasional freeze of thunar when file names are changed
Status:
RESOLVED: DUPLICATE

Comments

Description John 2017-04-02 09:56:06 CEST
Description:

Occasionally, thunar becomes unresponsive and freezes when the files it is displaying are renamed by a shell user.  During the state, it does not update, users cannot click on anything nor minimize, or maximize the thunar window.  Attempting to close it initially does nothing but after 5-10 seconds, a window entitled, "Warning" opens stating, "This window might be busy and is not responding.  Do you want to terminate the application?"

Clicking "yes" to that closes the unresponsive thunar.

Steps to reproduce:

Point thunar to some directory containing files and rename one of them from a shell.  For me, this bug is not easily reproduced but does happen several time per week.
Comment 1 John 2017-04-02 10:08:22 CEST
I can provide a test case now that causes the bug to reproduce 100% of the time:

1) Open a shell and run:
mkdir $HOME/test
cd $HOME/test
for i in 1 2 3 4 5; do touch 0$i.XXX.comment1.COMMENT2-YYY.log; done

2) Open thunar and navigate to $HOME/test ... you should see the 5 files we just created.

3) From the shell in step 1 run:
for i in .XXX .COMMENT2 .YYY; do rename "$i" "" *.log; done

On my system, this causes thunar to freeze as I described.
Comment 2 John 2017-04-19 09:26:26 CEST
The patch by Viktor in bug#13481 seems to fix this.
Comment 3 John 2017-04-19 09:31:57 CEST
Seems to be fixed by https://bugzilla.xfce.org/attachment.cgi?id=7074
Comment 4 asl97 2017-04-27 16:55:15 CEST
@John That patch isn't in upstream yet, why is this mark as RESOLVED FIXED?
If anything, it should be mark as a dupe of bug#13481 (despite this being older) like bug#13500.
Comment 5 John 2017-04-27 20:45:39 CEST
Per comment #4, reopen.
Comment 6 Skunnyk editbugs 2017-09-12 14:15:23 CEST
Released in Thunar 1.6.12.

*** This bug has been marked as a duplicate of bug 13481 ***

Bug #13472

Reported by:
John
Reported on: 2017-04-02
Last modified on: 2017-09-12

People

Assignee:
Xfce Bug Triage
CC List:
4 users

Version

Version:
1.6.11

Attachments

Additional information