probonopd

Results 5879 comments of probonopd

Where are these located on your build system? In `/usr` or not?

Thanks. Geneally appimgetool tries to copy files into the AppDir at the same path as they are on the build system, so that the files stay at the same locations...

In the meantime, super crude workaround (only used duing my own development): ``` FreeBSD% sudo ln -s $(readlink -f appdir/usr/local/share/twinkle) /usr/local/share FreeBSD% ./appdir/usr/local/bin/twinkle ```

@fbiere, what I want to achieve is that it still works after renaming or moving `appdir`. I can find some crude ways involving binary patching, but a clean solution would...

Thanks, will try it out. > coincidentally discovered Since we both didn't immediately discover it, this makes me wonder why it isn't the default...

I see. I can make that work for my use case, even though it's a bit less elegant than "automagic" would be. Thanks! Issue can be closed unless the project...

Looks like there are still some other issues with the desktop file in the AppImage? Please __only__ put the file `data/NEST_Desktop` into the pull request, nothing else. All other files...

I think we already show the screenshot specified there, if one exists? In any case, part of the test is that we can take a screenshot, and I am checking...

Yes. Hence if the AppStream metadata includes a screenshot, we use that one. But if the application just shows a black or white window, I consider that a failed test.

> And for what its worth, Cura still has an AppImage So do the PrusaSlicer downstreams: * https://github.com/bambulab/BambuStudio/releases * https://github.com/supermerill/SuperSlicer/releases * https://github.com/SoftFever/OrcaSlicer/releases