Closed EndrII closed 6 years ago
This seems potentially the same as trying to run Qt apps inside a 18.04 Docker container https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1774739
This is most likely caused by a denial for the system call statx
due to snapd sandboxing. I am implementing a remedy now.
Now I'm not using qtConf but desktop-qt5 everything is working
I build the qt application in the lxd container (image ubuntu 18.04). I'm using ubuntu 18 04, because my applications have a dependency on qt 5.9 but after startup, my application has an error:
my snapcraft file
actually here is the package collected in 18 04
After analyzing this problem, I came to the conclusion that the most likely error is in core 18 I really hope for your help