Qt: Difference between revisions
imported>LinArcX mNo edit summary |
imported>Samueldr m Links to the new solution →qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" |
||
| Line 55: | Line 55: | ||
Here is a concrete example: | Here is a concrete example: | ||
<pre> | |||
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" | qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" | ||
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. | This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. | ||
</pre> | |||
The package will need to be fixed to use [the new https://github.com/NixOS/nixpkgs/issues/65399 <code>wrapQtAppsHook</code>]. | |||
==== Debugging methods ==== | ==== Debugging methods ==== | ||