GNOME Bugzilla – Bug 660695
Long file names in statusbar should be ellipsized
Last modified: 2012-08-31 19:23:49 UTC
Statusbar contains some usefull info like file size and free space, but when a filename is very long this info becomes hidden. Since filename is already visible under the icon I think that file size and free space should have more priority in the statusbar and long filenames should be ellipsized to make visible the file size.
Created attachment 223090 [details] screenshot
Created attachment 223091 [details] screenshot
One of the problems is that we just send a single long string to the statusbar which then tries to ellipsize the entire thing. That does seem wrong to me. We should ellipsize the filename separately. That probably means having a separate label for the filename from the status text.
I pushed a fix for this to git master now, closing.