Skip to content

Commit

Permalink
force appimages to extract before running
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Spellman committed Aug 7, 2024
1 parent b9ded0f commit b939f77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/desktop-launch
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,13 @@ strip_unreachable_dirs XDG_DATA_DIRS
strip_unreachable_dirs XDG_CONFIG_DIRS
strip_unreachable_dirs XDG_SPECIAL_DIRS

# Even with libfuse, appimages need to be extracted to run.
# This is a workaround until we figure out something better, because it makes
# launching AppImage games way slower
#
# That said, they're really rare so it's not a big deal
export APPIMAGE_EXTRACT_AND_RUN=1

$SNAP/bin/nvidia32 &
"$@"
killall steam-runtime-launcher-service

0 comments on commit b939f77

Please sign in to comment.