bash/usr-local-thing: always compact Nheko (evil and bad behaviour?)

This commit is contained in:
Aminda Suomalainen 2024-04-07 20:05:14 +03:00
parent 178335d031
commit 68f219e0f3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@
# In case of unexplained crashing add the --compact flag!
set -x
flatpak run --env=LANGUAGE=fi:eo:en im.nheko.Nheko//master --profile "$@"
flatpak run --env=LANGUAGE=fi:eo:en im.nheko.Nheko//master --compact --profile "$@"
set +x

View File

@ -6,5 +6,5 @@
# TODO: Handle --help & --version flags
set -x
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile "$@"
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --compact --profile "$@"
set +x