** Description changed:
- When browisng the nautilus in full-screen using list mode (Ctrl+2), a
+ When browisng the nautilus in full-screen using list mode (Ctrl+2) a
folder containing 1131 files with file names varying to 60-80
- characters, the size of "Name"-column changes constantly. Other v
Script to reproduce the bug
** Attachment added: "bug.sh"
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1073913/+attachment/3426592/+files/bug.sh
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
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'; don
Public bug reported:
When browisng the nautilus in full-screen using list mode (Ctrl+2), a
folder containing 1131 files with file names varying to 60-80
characters, the size of "Name"-column changes constantly. Other visible
columns are File size, File type and Changed date. This bug happens
every