Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Linuxdeployqt WARNING: Plugin "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so" not found, skipping
Forum Updated to NodeBB v4.3 + New Features

Linuxdeployqt WARNING: Plugin "/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libqgtk2.so" not found, skipping

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rtvideo
    wrote on last edited by
    #1

    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, skipping

    I 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.

    JonBJ 1 Reply Last reply
    0
    • R rtvideo

      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, skipping

      I 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.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @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.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved