When compiled with gtk3 on, I can barely see the text in the tabs of pcmanfm. I have done a little investigation and believe the gtk_label_set_ellipsize is the culprit. When disabling that one in tab-page.c then I can finally see the complete tab label.
Anonymous
disable gtk_label_set_ellipsize for tab_label
Also affects Fedora libfm / pcmanfm:
https://sourceforge.net/tracker/?func=detail&aid=3607427&group_id=156956&atid=801864
> When disabling that one in tab-page.c then I can finally see the complete tab label.
I can confirm this.
Accepted workarounds from #3607427 which fix the issue. Thank you.