William Coelho da Silva
William Coelho da Silva
Hi, @probonopd. thank you for your attention. When i execute the command `strace /home/vboxuser/Downloads/linuxdeployqt-continuous-x86_64-1.AppImage 2>&1 | grep ENOENT` is printed: ``` access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or...
Right. Using the command: `strace /home/vboxuser/Downloads/release/Myaapp 2>&1 | grep ENOENT`. ``` access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or...
No. MyApp is an executable generated by QTCreator. Would it have to be an AppImage? how would I do this from a qt project? 
After successfully running it with QT, I go to the build folder and do ./MyApp and it runs successfully again. After I deploy it with linuxqtdeploy (command written in the...
Ok, but does not exist anyone .AppImage in the build folder. What do I have to do?
Unfortunately it is not an open source app. I can't share the code directly, is there any other alternative?