I would like to know how I can disable the feature in nautilus which truncates long filenames in icon view? I beleive there may be a gconf key which controls this but I'm not sure which specific key, if it exists, or has to be added manually.
I would like to know how I can disable the feature in nautilus which truncates long filenames in icon view? I beleive there may be a gconf key which controls this but I'm not sure which specific key, if it exists, or has to be added manually.
They gconf key you're looking for is
/apps/nautilus/icon_view/text_ellipsis_limit
Basically you just need to set it to [0] and it won't truncate at any zoom level
Here is the full description from gconf if you're curious:
The other answer from @swrobel is right.
A note for Gnome3 users (like Ubuntu18, 19): you need to use
dconf-editor
, and thedconf
key is/org/gnome/nautilus/icon-view/text-ellipsis-limit
. Then set the key to 0 and it won't truncate filenames at all.