Skip to content

Commit

Permalink
Allow use direct 3D apps
Browse files Browse the repository at this point in the history
# Fix libgl:
libGL error: failed to load driver swrast export LIBGL_DRIVERS_PATH="${HERE}/usr/lib/i386-linux-gnu/dri"
  • Loading branch information
sudo-give-me-coffee authored Dec 8, 2019
1 parent 2a27f94 commit 85509e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export LD_LIBRARY_PATH="$HERE/lib/i386-linux-gnu":$LD_LIBRARY_PATH
export LD_LIBRARY_PATH="$HERE/usr/lib/i386-linux-gnu/pulseaudio":$LD_LIBRARY_PATH
export LD_LIBRARY_PATH="$HERE/usr/lib/i386-linux-gnu/alsa-lib":$LD_LIBRARY_PATH

# Allow use direct 3D apps
export LIBGL_DRIVERS_PATH="${HERE}/usr/lib/i386-linux-gnu/dri"

#Font Config
export FONTCONFIG_PATH="$HERE/etc/fonts"

Expand Down

0 comments on commit 85509e1

Please sign in to comment.