hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

appimage: package QT platforms

Open GitMensch opened this issue 2 years ago • 1 comments
trafficstars

[...] maybe all you need to do instead is run hotspot -platform offscreen ... or QT_QPA_PLATFORM=offscreen hotspot ... instead?

[...] the first test did not worked out

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

This is with the appimage I guess? Packaging problem - could be solved there.

Originally posted by @milianw in https://github.com/KDAB/hotspot/issues/549#issuecomment-1803391337

GitMensch avatar Nov 09 '23 09:11 GitMensch

Rechecked with current appimage:

QT_QPA_PLATFORM=banana ./hotspot-v1.4.1-286-g385bbcd-x86_64.AppImage
qt.qpa.plugin: Could not find the Qt platform plugin "banana" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: xcb.

So it looks like only xcb is packaged.

GitMensch avatar Jan 15 '24 16:01 GitMensch