When I try to start gVim in my RHEL, I get the following message:
Warning: Missing charsets in String to FontSet conversion Warning: Unable to load any usable fontset Warning: Missing charsets in String to FontSet conversion Warning: Unable to load any usable fontset Error: Aborting: no fontset found
E852: The child process failed to start the GUI Press ENTER or type command to continue
And the the VIM starts up.
:h E852
When starting the GUI fails Vim will try to continue running in the terminal.So there is an issue with the fonts that is causing gvim to fail to start.
What does
locale
return?This error can occur if you are using a utf-8 locale but do not have any utf-8 fonts installed, the solution being to install some fonts.
RHEL fonts