Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
thunar:dev:integration_testcases [2024/04/04 18:07] alexxconsthunar:dev:integration_testcases [2024/04/25 15:04] (current) alexxcons
Line 26: Line 26:
  
   * File IO   * File IO
-    * File Creation: ''for i in {1..20000}; do touch "$i"; done'' ([[https://gitlab.xfce.org/xfce/thunar/-/issues/1315|20.000 currently freezes thunar while 10.000 works fine]])+    * File Creation: ''for i in {1..20000}; do touch "$i"; done''
     * STRG+A on both views to select them all     * STRG+A on both views to select them all
     * File Deletion: ''for i in {1..20000}; do rm "$i"; done''     * File Deletion: ''for i in {1..20000}; do rm "$i"; done''