Run Paint Of Persia on Linux is really easy.
post here which version works and will update if someone confirm that a more recent version works.
Currently known working versions on linux: 0.2.0
Here are the simple instructions to run Paint Of Persia:
Linux build
- Download and extract nwjs here http://nwjs.io/
- Download and unzip the ptop_x.x.x_without_nwjs.zip file in the same folder.
- open package.json with a text editor and add this line : "chromium-args": "–enable-transparent-visuals –disable-gpu"
(For example, the start of the files should look like this:
{
"app_name": "ptop",
"chromium-args": "–enable-transparent-visuals –disable-gpu"
"window": {
etc...) - run nw
- (you may have to enable compositing)