Advertisement
Guest User

Untitled

a guest
Feb 4th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.35 KB | None | 0 0
  1. $ QT_DEBUG_PLUGINS=1 QT_QPA_PLATFORM=wayland kate --version
  2. QFactoryLoader::QFactoryLoader() checking directory path "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms" ...
  3. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so"
  4. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so, metadata=
  5. {
  6.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  7.     "MetaData": {
  8.         "Keys": [
  9.             "eglfs"
  10.         ]
  11.     },
  12.     "archreq": 0,
  13.     "className": "QEglFSIntegrationPlugin",
  14.     "debug": false,
  15.     "version": 331520
  16. }
  17.  
  18.  
  19. Got keys from plugin meta data ("eglfs")
  20. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so"
  21. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so, metadata=
  22. {
  23.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  24.     "MetaData": {
  25.         "Keys": [
  26.             "linuxfb"
  27.         ]
  28.     },
  29.     "archreq": 0,
  30.     "className": "QLinuxFbIntegrationPlugin",
  31.     "debug": false,
  32.     "version": 331520
  33. }
  34.  
  35.  
  36. Got keys from plugin meta data ("linuxfb")
  37. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so"
  38. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so, metadata=
  39. {
  40.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  41.     "MetaData": {
  42.         "Keys": [
  43.             "minimal"
  44.         ]
  45.     },
  46.     "archreq": 0,
  47.     "className": "QMinimalIntegrationPlugin",
  48.     "debug": false,
  49.     "version": 331520
  50. }
  51.  
  52.  
  53. Got keys from plugin meta data ("minimal")
  54. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so"
  55. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so, metadata=
  56. {
  57.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  58.     "MetaData": {
  59.         "Keys": [
  60.             "minimalegl"
  61.         ]
  62.     },
  63.     "archreq": 0,
  64.     "className": "QMinimalEglIntegrationPlugin",
  65.     "debug": false,
  66.     "version": 331520
  67. }
  68.  
  69.  
  70. Got keys from plugin meta data ("minimalegl")
  71. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so"
  72. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so, metadata=
  73. {
  74.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  75.     "MetaData": {
  76.         "Keys": [
  77.             "offscreen"
  78.         ]
  79.     },
  80.     "archreq": 0,
  81.     "className": "QOffscreenIntegrationPlugin",
  82.     "debug": false,
  83.     "version": 331520
  84. }
  85.  
  86.  
  87. Got keys from plugin meta data ("offscreen")
  88. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqvnc.so"
  89. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqvnc.so, metadata=
  90. {
  91.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  92.     "MetaData": {
  93.         "Keys": [
  94.             "vnc"
  95.         ]
  96.     },
  97.     "archreq": 0,
  98.     "className": "QVncIntegrationPlugin",
  99.     "debug": false,
  100.     "version": 331520
  101. }
  102.  
  103.  
  104. Got keys from plugin meta data ("vnc")
  105. QFactoryLoader::QFactoryLoader() looking at "/snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so"
  106. Found metadata in lib /snap/kate/171/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so, metadata=
  107. {
  108.     "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
  109.     "MetaData": {
  110.         "Keys": [
  111.             "xcb"
  112.         ]
  113.     },
  114.     "archreq": 0,
  115.     "className": "QXcbIntegrationPlugin",
  116.     "debug": false,
  117.     "version": 331520
  118. }
  119.  
  120.  
  121. Got keys from plugin meta data ("xcb")
  122. QFactoryLoader::QFactoryLoader() checking directory path "/snap/kate/171/usr/bin/platforms" ...
  123. qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
  124. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
  125.  
  126. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
  127.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement