From b5ad053a4c902cec212f462eab9290ade63a4b05 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 29 Sep 2022 16:41:46 +0300 Subject: [PATCH] bash/usr-local-bin/nheko{,-tor}: include profile flag --- bash/usr-local-bin/nheko | 6 ++++-- bash/usr-local-bin/nheko-tor | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bash/usr-local-bin/nheko b/bash/usr-local-bin/nheko index 9ccfece..76ec1e7 100755 --- a/bash/usr-local-bin/nheko +++ b/bash/usr-local-bin/nheko @@ -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 diff --git a/bash/usr-local-bin/nheko-tor b/bash/usr-local-bin/nheko-tor index eb4fa8c..fa7ff3d 100755 --- a/bash/usr-local-bin/nheko-tor +++ b/bash/usr-local-bin/nheko-tor @@ -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