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. I Tried Qt6.5 Beta3 and 6.6 PreView
Qt 6.11 is out! See what's new in the release blog

I Tried Qt6.5 Beta3 and 6.6 PreView

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 609 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.
  • U Offline
    U Offline
    Uwe Kornnagel
    wrote on last edited by
    #1

    Using Linux Mint 21.1 Vera base: Ubuntu 22.04
    In both versions I got the following error

    "qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

    Available platform plugins are: linuxfb, minimal, xcb, vnc, vkkhrdisplay, wayland-egl, wayland, minimalegl, offscreen, eglfs."

    I installed:
    sudo apt-get install --reinstall libxcb-xinerama0

    Christian EhrlicherC 1 Reply Last reply
    0
    • U Uwe Kornnagel

      Using Linux Mint 21.1 Vera base: Ubuntu 22.04
      In both versions I got the following error

      "qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
      This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

      Available platform plugins are: linuxfb, minimal, xcb, vnc, vkkhrdisplay, wayland-egl, wayland, minimalegl, offscreen, eglfs."

      I installed:
      sudo apt-get install --reinstall libxcb-xinerama0

      Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Usual suspect: xkbcommon is missing - take a look what ldd on the xcb qt plugin tells you what it can't find.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      2

      • Login

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