This does only affect 12.10, in 12.04 works ok. 
Below is a script that reproduces the issue by creating a folder containing 
filenames long enough.

#!/bin/bash

# Script to reproduce bug 1073913 in launcpad

mkdir bug
cd bug
for i in {1..100}
do
   TMPFILE=`for i in $(seq $i); do echo -n 'a'; done`
   touch "$TMPFILE"
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073913

Title:
  Nautilus list view is constantly adjusting size of the columns

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1073913/+subscriptions

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

Reply via email to