Skip to content

Commit

Permalink
ci/kuiper: set the QT_QPA_PLATFORM to xcb
Browse files Browse the repository at this point in the history
 - without this the app wouldn't start on RaspbianOS

Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Jun 10, 2024
1 parent 7f4ada1 commit e001609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/kuiper/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ HERE=${SELF%/*}

export QT_PLUGIN_PATH=$HERE/usr/plugins
export QT_QPA_PLATFORM_PLUGIN_PATH=$HERE/usr/plugins/platforms
export QT_QPA_PLATFORM=xcb
export LD_LIBRARY_PATH=$HERE/usr/lib

python_dir=$(find "$HERE/usr/lib/" -maxdepth 1 -type d -name "python3.*")
Expand Down

0 comments on commit e001609

Please sign in to comment.