Kornelius

Results 81 comments of Kornelius

Hey :) Thanks for the quick response When I use the `--release` mode, it also crashes, but with a different error: > Segmentation fault: 11 Interestingly, when I use the...

For the record, this error can happen if the `Menu` hasn't been saved until program termination (/ isn't saved when clicking on a menu item), which I probably overlooked.

I think this should be fixed by now when using the Uninstall menu element.

I'd also recommend using [`linuxdeploy`](https://github.com/linuxdeploy/linuxdeploy), which is [mentioned in the official AppImage wiki](https://docs.appimage.org/packaging-guide/from-source/linuxdeploy-user-guide.html) as the default way to deploy AppImages (and I'm working on improving the AppImage wiki / documentation)....

This is a comparison between different tools and methods to create AppImages. I'm currently working on it to update the AppImage wiki. Maybe it can help you. :)

Just for the record, I slightly updated the image. I'm still working on the documentation update and one piece of information in the former image was kind of misleading (that...

Related: - https://github.com/AppImage/appimage.github.io/pull/3067 - https://github.com/AppImage/AppImageKit/pull/1224 - https://github.com/AppImage/AppImageSpec/pull/37 - https://github.com/AppImageCommunity/pkg2appimage/issues/541 Maybe these can be merged and resolved as well? I feel like they have been forgotten. I also plan to update...

Hm, i just now searched for other related issues and PRs and realised that #1224 essentially does the same. I do prefer my approach, warning message and the additional generator...

I'm sorry, I originally only found https://github.com/AppImage/appimage.github.io/pull/3067. Because it was merged, I assumed that you want to support `.metainfo.xml` files. If you don't want to support them in AppImages, it...

Thank you for the quick and friendly answer :D And thanks for the explanation; I understand it. I'll work on it and try to implement it in a nice (optional)...