Ubuntu – How to make Thunar show short file names

thunarxfce

By default, Thunar always shows full names for files, while Nautilus adds "…" to the end of the file, so they all look the same.

enter image description here

Can I somehow make Thunar behave like Nautilus?

Best Answer

Sorry, It seems Thunar does't have this functionality yet (I've exhaustively searched in Google and XFCE Documentation, there is no mentioning of this feature in official docs).

Thunar stores it's user configuration changes in ~/.config/Thunar/thunarrc file. The options currently supported are listed here. You can see, there is no settings for shortening file name. These are some advanced settings which neither support it.

I suggest you using nautilus. You can install it with sudo apt-get install nautilus.

Alternatively, You can request a feature in by going to XFCE forum to implement this or even you can help them by your coding skill, if you want.

For more information, see thunar faq or visit Official documentation for thunar.