Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
Forum Updated to NodeBB v4.3 + New Features

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 310 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    coldspark29
    wrote on last edited by
    #1

    I have just updated the Qt version of my Raspberry Pi cross-compilation environment fro m 5.15.0 to 5.15.2, but now I am getting this infamous error again including these errors

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    Failed to move cursor on screen HDMI1: -13
    Failed to move cursor on screen HDMI1: -13
    Could not set cursor on screen HDMI1: -13
    Could not set DRM mode for screen HDMI1 (Permission denied)
    Could not queue DRM page flip on screen HDMI1 (Permission denied)
    

    I had the same issue using the previous version and I could solve it by adding

    DISPLAY=:0
    XDG_SESSION_TYPE=x11 
    

    to my environment variables for SSH, but now I can't even run the program from the Pi itself.

    I think I have all xcb libraries installed. I mean it worked before. Weird that it doesn't work with the newer Qt version.

    Any ideas?

    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