TheAssassin

Results 151 issues of TheAssassin

FindXXX packages are supposed to define a `_FOUND` variable which shall be set to `TRUE`. This is the only way to check whether `find_package` has worked gracefully (i.e., without `REQUIRED`)....

While trying to use appimagecraft on [OpenSCAD](https://github.com/openscad/openscad), I noticed that this project does not provide any `make install` functionality. Of course it'll be best to patch OpenSCAD (I hope I...

This way that file can be `source`d by all scripts, which enhances the ability to call the scripts independently from each other. It's better than adding the same `n` variables...

We should allow the user to choose the amount of jobs to use. Right now by default if possible all CPU cores are used. There is no need to do...

Dependencies such as linuxdeploy and its plugins should be cached to save on build time and bandwidth. Also this should eliminate (or mitigate) the online dependency of appimagecraft.

We should provide at least an i386 AppImage of appimagecraft. In the future we could also provide even more AppImages for different architectures, this is mainly limited by the architectures...

A user should be able to specify a list of globs that are removed from the AppDir before building. This way, unnecessary bloat can be removed elegantly.

enhancement

Just been trying the settings dialog (installed via the bionic package) and there's some serious issues with the settings dialog: ![screenshot_2019-07-31_01-06-59](https://user-images.githubusercontent.com/4503202/62171651-fa8ead00-b32f-11e9-9d82-148cad58ec49.png) That `/path` should not be shown there, it's a...

bug
needs verification
upstream bug

### Pre-submit checks - [X] I checked for similar issues beforehand, but could not find any. I could not add my proposal to any existing issue. - [X] I am...

enhancement
ppa

Right now, CMake has to be run twice before `make install`, CPack etc. work. This is due to our private bundling of some libraries, mainly libappimageupdate (and the Qt interface...

bug
high priority