I don't know much about Linux, but if you scroll down the comments you'll find that someone made a shell script for Linux. Perhaps that'll help?
Viewing post in Little Bug (full version) comments
Yes I tried the 64bits version. But that doesn’t work neither. The result is identical.
The issue is about where the data folder is. I though that could be related to the space char in the naming.
I don’t have any idea how to debug something here.
My shell locale is set to en_US. UTF-8
. So I believe that the encoding is good enough.
wondering why it still didn’t work when game placed in
~/games/littlebug/
I looked deeper. the issue was related to 2 similars folder names. On my system I get:
~/games
~/Games
so littlebug executatble got confused between those two
the good news is this little command fix the issue forever:
ln -s ~/games/itch.io ~/Games/itch.io
\o/