1

QT5 で記述された Linux 用のデスクトップ アプリケーションがあり、それを SNAP パッケージとして展開したいと考えています。ビルドとインストールは機能しますが、アプリは実行可能ではなく、次のエラーが発生します。

This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

これが私のsnapcraft.yamlです

name: animationmaker
version: '1.0'
summary: Create keyframe animation and export them to a movie file
description: |
  This app can be used to create animated movie based on keyframe animations.

grade: stable
confinement: strict

apps:
  animationmaker:
    command: AnimationMaker

parts:
  animationmaker:
    plugin: qmake
    qt-version: qt5
    source: https://github.com/Artanidos/AnimationMaker.git

QT5 のプラグインが欠落していると思いますが、yaml を変更してそれらを含める方法がわかりません。AppImage を作成したとき、iconengines、imageformats、および platform を含む次のプラグインがありました。何か案は?

4

1 に答える 1