Linuxdeployqt WARNING: Plugin "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so" not found, skipping
-
Hello, I am building a deployable application using linuxdeploy qt. I am able to execute it fine and it will deliver me an executable version of my application with one small issue. It is suppose to have two different drop down tabs up in the top left corner for "file" and "edit" but for some reason they are left out of the execution. The only errors I receive while building is:
WARNING: Plugin "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so" not found, skipping
WARNING: Plugin "/usr/lib/x86_64-linux-gnu/qt5/plugins/styles/libqgtk2style.so" not found, skippingI am not sure how to get these two plugins and I am wondering if they could be what is causing the UI of the program to be missing those tabs. If anyone has any information on this it would be greatly appreciated.
-
@rtvideo
For the "not found", start from
https://github.com/probonopd/linuxdeployqt/issues/350
https://github.com/probonopd/linuxdeployqt/issues/338
?I have no idea whether those warnings are connected to your tabs issue.