bash/usr-local-bin/nheko{,-tor}: include profile flag

This commit is contained in:
Aminda Suomalainen 2022-09-29 16:41:46 +03:00
parent 3be80f7641
commit b5ad053a4c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 4 deletions

View File

@ -3,8 +3,10 @@
# Nheko flatpak with xwayland as Nheko's wayland support is currently poor
# icons not working, context menus being inaccessible, some
# profiles not spawning windows
# USAGE: "nheko default" for the default profile or whatever profile is
# desired as I never run it without the profile flag
set -x
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@
flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master $@
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko --profile $@
flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile $@
set +x

View File

@ -3,8 +3,10 @@
# Nheko flatpak with Tor and xwayland as Nheko's wayland support is currently poor
# icons not working, context menus being inaccessible, some
# profiles not spawning windows
# USAGE: "nheko default" for the default profile or whatever profile is
# desired as I never run it without the profile flag
set -x
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@
flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master $@
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko --profile $@
flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
set +x