Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

that command is the same as right clicking and going into properties and allowing to run as program in there.. right? if so, no dice, still asking what to run it with/from.. but nvm, i have a version of wine that actually works now

(+1)

Should be the same thing, yes. In that case, ToomanyIDs is probably right, and its a file association problem.

If you still feel like pursuing this (I'd be curious), what if you open a terminal window, navigate to where the game is installed (e.g. $ cd "~/Games/DoraKone/" or something), and try to run in from there: $ ./DoraKone.sh. That's essentially also what ToomanyIDs suggested.

Usually, on modern Linux distros, you can find the terminal by just searching for an application named "Terminal". Or browse through your start menu - if you still have one.

If you don't wanna try that (because too much work), it's also fine. :)

(+1)

running it from terminal worked, this distro allows me to browse to a folder then right click "open in terminal" then i can run  it from there

Just out of curiosity: What Linux distribution (and version) are you on?

a pretty basic one tbh, ubuntu 18.04

Mh ok, thanks for letting me know. Might be helpful for giving advice in the future. I'm more used to RedHat/CentOS Linux and BSD UNIX (plus a little bit of Debian, and very little Ubuntu Linux), so I have just never tried/encountered this. Also, I'm just used to launching shell scripts from the command line, so the idea that somebody might try to launch an .sh script from the graphical user interface never even occurred to me.

If it's like that, then I think this is an issue that should be addressed within the Ren'Py build toolchain... I wonder if one should submit a feature request about that or something. Like, something similar to the .exe wrapper Ren'Py uses for its MS Windows releases may be helpful. There are quite a lot of Ubuntu Linux users after all. And maybe you guys are more accustomed to doing things on the GUI rather than on the command line? In that case, a small binary program might be better than the shell script we have now.

I mean, they didn't do a .bat or .ps script for Windows either...