I'll replace the start.sh in the release, thanks!
(strange anyway, it's just like mine...probably the problem was the lack of folders!)
Anyway, does it work now?
Does the dropdown menu work (i.e it shows the folder name and you can choose it)?
If so, the start.sh script works.
I have to figure out why the install.sh doesn't work, but there is a workaround: just run the app as I wrote in the release post, than manually add the Gallery folder in documents and manually replace /imagegallery/menu.json with the /imagegallery/bin/menu.json or edit the one in /imagegallery/ like this:
PHP Code:
{
"items": [
{"name": "Image gallery", "priority": 2, "action": "bin/start.sh"}
]
}