Open bkauler opened 1 year ago
Good info, shows how it was fixed in nautilus:
https://github.com/mate-desktop/caja/issues/1284
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/482/diffs
jun7 has posted a commit for rox-filer that fixes this:
https://github.com/jun7/rox-filer/commit/1f2e9d1bcb71e01a7de135cb74907cea4adf1d15
In icon-view, with folder or file name underneath, pango from version 1.44.0 introduced a hyphen at character break, which is totally wrong.
Looking at the pango release notes, 1.44.4 made this an opt-out. Hunted for some info on this:
https://docs.gtk.org/Pango/func.attr_insert_hyphens_new.html
https://discourse.gnome.org/t/pango-how-to-turn-off-hyphenation-for-char-wrapping/2101
Could this be implemented in rox-filer, so we go back to display as before 1.44.0?