https://bugzilla.xfce.org/show_bug.cgi?id=12264
--- Comment #32 from Harald Judt <[email protected]> --- On a second thought, maybe these remaining update problems have existed in earlier versions too but simply went unnoticed. Anyway, here is a very simple test case to showcase the problem: 1) create files: for i in $(seq 1 10); do touch "$i.txt"; done 2) loop for renaming files every second: 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
