gconf required?
Opened this issue · 2 comments
AgyarJanos commented
./nw: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
arch linux here. gconf is obsolete though? anyway, not writemonkey's fault, but gconf is currently failing to build for me so I can't proceed.
Lorhelei commented
same here, still can't find a way to use wm on Linux.
WriteMonday commented
What helped with my Ubuntu 24.04 installation:
wget http://kr.archive.ubuntu.com/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb
wget http://kr.archive.ubuntu.com/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-6ubuntu1_all.deb
sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb
sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb