Missing libgconf-2.so.4 in Arch Linux

Hello, I’m really excited about this engine!
I just downloaded and extracted Armory with Blender 2.7 on my Arch linux machine and followed the setup on the manual page.
When I click Edit Script in the traits panel, I get this message:

… /Armory_04_linux64_b27/Armory/armsdk//linux64/kodestudio: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

I looked if I can get it on the distro repos, nothing. I downloaded the Kode Studio binaries from github and replaced it, but nothing. Now I don’t know what else I could try, nobody else seems to have this issue.
Does anybody know what could I do?

Thank you!

Hello!

First thing that comes to mind - are you able to run the regular VS Code?

Unpacked and ran ./code in terminal and it opened, seems ok.

The terminal says:
[main 3:14:44 PM] update#setState idle
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell

Don’t know if this is relevant.
Anyway, VS Code runs!

You could try installing the extra/gconf package if it isn’t already installed.
If I run pkgfile libgconf-2.so.4 it returns extra/gconf and multilib/lib32-gconf.
Here someone had a similar problem https://bbs.archlinux.org/viewtopic.php?id=168406