Skip to content
Discussion options

You must be logged in to vote

That worked! :) (Or at least got me to the Wizard.)

Revised command sequence:

# Create a directory to hold libGLU
mkdir ~/scwx-libs/

# Copy the system libGLU to the created directory
cp /usr/lib/aarch64-linux-gnu/libGLU.so.1.3.1 ~/scwx-libs/libGLU.so.1
# Mount the created directory to the flatpak container, and update $LD_LIBRARY_PATH to look for libraries in the mounted directory:
flatpak run --filesystem=$HOME/scwx-libs:ro --env=LD_LIBRARY_PATH=$HOME/scwx-libs net.supercellwx.app

I presume after the Wizard is configured the start command is flatpak run net.supercellwx.app .

Thanks for your help!

Replies: 2 comments 31 replies

Comment options

You must be logged in to vote
1 reply
@Barry-IA
Comment options

Comment options

You must be logged in to vote
30 replies
@dpaulat
Comment options

@Barry-IA
Comment options

@dpaulat
Comment options

@Barry-IA
Comment options

Answer selected by Barry-IA
@dpaulat
Comment options

@Barry-IA
Comment options

@Barry-IA
Comment options

@dpaulat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants