Benjamin Demetz
Benjamin Demetz
Ok I think I found the issue, I had to rename my desktop file.
Looks like everything is working now, except for the image generation: https://i.imgur.com/XEWYs8M.png But I really don't know how to change the permissions of the AppRun folder since I am not...
@probonopd I just tested my AppImage on different Linux devices, and it worked fine on all of them. I really have no idea why the permission error occurs, it didn't...
 Even AppImage is affected by this 🙁. It's a known issue: https://github.com/tooka-org/cli/issues/25
> Getting > >  > > Can you please chmod 0755 the AppRun file and the directory it is in? Fixed! ✅
I am now getting a completely empty picture, which I guess is a good thing (?) 
@probonopd your GitHub Workflow seems to break if I just update the branch without changing anything in the data/ folder. It was working before, then I merged `master` into my...
[Job 5278996707 ](https://github.com/AppImage/appimage.github.io/actions/runs/16046491788/job/45278996707) was the latest working run and I haven't made a new release since. Do you need anything else?
After experimenting a bit with my own project, I think it would be cool if we split Raspirus into three crates: core, cli and gui. This would allow us to...