Public bug reported:

Binary package hint: nautilus

Ubuntu 10.04
nautilus 1:2.30.1-0ubuntu1.1
I created alot of subfolders with simple script 
#!/bin/bash
         COUNTER=0
         while [  $COUNTER -lt 56000 ]; do
             mkdir $COUNTER
             cd ./$COUNTER
             let COUNTER=COUNTER+1
         done
and tried to open last one with nautilus. But after 23 subfolders nautilus 
freezes and takes 100% CPU.

** Affects: nautilus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Nautilus freezes when opening more than 23 subfolders
https://bugs.launchpad.net/bugs/603524
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to