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
Next revision
Previous revision
thunar:dev:integration_testcases [2024/04/04 18:07] alexxconsthunar:dev:integration_testcases [2024/05/19 11:09] (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''
Line 66: Line 66:
         * ''mv hidden .hidden''         * ''mv hidden .hidden''
       * Save file via mousepad (creates some temp files and then replaces the original one via rename/move)       * Save file via mousepad (creates some temp files and then replaces the original one via rename/move)
 +      * Create and enter some folder ''foo''. Press back and then rename that folder via F2.
     * G_FILE_MONITOR_EVENT_CHANGED     * G_FILE_MONITOR_EVENT_CHANGED
       * Sort files by date in both views        * Sort files by date in both views