Skip to content

Commit

Permalink
try and fix small emoji issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-james-watson committed Jun 20, 2023
1 parent eadd03f commit 03d9440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/prepare-launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ fi
# clipboard management do no yet work under wayland.
export GDK_BACKEND="x11"

# Workaround for https://bugs.launchpad.net/snapcraft/+bug/1998269.
export FONTCONFIG_PATH=$SNAP/etc/fonts/config.d
export FONTCONFIG_FILE=$SNAP/etc/fonts/fonts.conf

exec "$@"

0 comments on commit 03d9440

Please sign in to comment.