Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Paradise

Paradise is an interactive fiction playground. · By Rek & Devine

Not working on linux

A topic by buckle2000 created Apr 09, 2020 Views: 237 Replies: 2
Viewing posts 1 to 3

It says it requires `libgconf.so`, which is... an obsolete config library. The newest electron doesn't require that, but I see a blank page.

Developer

We'll have a look! Stay tuned :)

I had a similar issue (error while loading shared libraries: libgconf-2.so.4). I got it working after `sudo apt install libgconf-2-4` (Ubuntu)