You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup LinuxDeployQT in a Docker container. Instructions on how to prepare a Docker Container to use linuxdeployqt from an Ubuntu 18.04 host system through a Ubuntu 14.04 Docker container.
Hopefully you can get in there and change a few variables and use it for your own purposes!
Note that appimage-builder has support for testing on docker containers(you can easily test ALL linux distros with just a few command) and all of that good stuff!
In case you want to run an AppImage in a Docker container where FUSE doesn't work unless you run it with --privileged (dangerous),
try the --appimage-extract-and-run option:
Hi there @askumar31! I ended up not using linuxdeployqt. I used this-->https://github.com/AppImageCrafters/appimage-builder
I highly suggest you use it too; it is a very intuitive/easy-to-use implementation of AppImageKit.
They have a great tutorial right here-->https://appimage-builder.readthedocs.io/en/latest/intro/tutorial.html#what-s-next
I highly suggest taking your time and reading the tutorial--it helped me a ton!
I also wrote a script for my own project that makes building the AppImage a little easier if you are familiar with Qt's build system(qmake): https://github.com/thebigG/Tasker/blob/main/Tasker/build_AppImage.py
Hopefully you can get in there and change a few variables and use it for your own purposes!
Note that appimage-builder has support for testing on docker containers(you can easily test ALL linux distros with just a few command) and all of that good stuff!
I also highly recommend joining the IRC chat on here https://webchat.freenode.net/#AppImage
A lot of people(including me) hang out there a lot and are always willing to help!
Hopefully you find this somewhat helpful.
Cheers!