Steps to Reproduce:
Installing GConf2 fixes it ( yum install GConf2 ).
maybe should be a dep in the rpm spec file.
hello @xadhoom
would love more information on the _minimal install_ aspect for your use case. To clarify, are you starting with a "minimal installation" and then installing x11 after the fact ?

Yes,
and after that I just install the basic fonts and xorg xauth because I ssh into the devel box
and use the editor via X11 forwarding.
I've done this with other editors and is pretty handy, so I can avoid copying/checking out code from the workstation to the devel box (I write stuff meant to run over CentOS 7)
The exact same problem occurs on Elementary OS (based on Ubuntu). Running sudo apt install gconf2 fixes the issue. It's most likely the same missing dependency problem in the .Deb file.
@Nashenas88 this should be fixed in 1.9
Hello, I had the same problem on openSUSE 42.1, when I ran sudo zypper install GConf2 the problem was solved. Btw I downloaded the .rpm file.
On ArchLinux pacman -S gconf
Most helpful comment
The exact same problem occurs on Elementary OS (based on Ubuntu). Running
sudo apt install gconf2fixes the issue. It's most likely the same missing dependency problem in the .Deb file.