From f650e4c9cd6d3d9ce82efcb29bb0e20da7d2cd65 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 9 Jun 2023 08:04:01 +0300 Subject: [PATCH] bash/usr-local-bin/nheko*: just move to the new build directly --- bash/usr-local-bin/nheko | 6 +++--- bash/usr-local-bin/nheko-qt6 | 10 ---------- bash/usr-local-bin/nheko-tor | 10 ++++------ 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100755 bash/usr-local-bin/nheko-qt6 diff --git a/bash/usr-local-bin/nheko b/bash/usr-local-bin/nheko index 2eff20b..25870d0 100755 --- a/bash/usr-local-bin/nheko +++ b/bash/usr-local-bin/nheko @@ -1,9 +1,9 @@ #!/usr/bin/env bash - # USAGE: "nheko default" for the default profile or whatever profile is # desired as I never run it without the profile flag +# TODO: Handle --help & --version flags + set -x -#flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile $@ -flatpak run io.github.NhekoReborn.Nheko//master --profile $@ +flatpak run im.nheko.Nheko//master --profile $@ set +x diff --git a/bash/usr-local-bin/nheko-qt6 b/bash/usr-local-bin/nheko-qt6 deleted file mode 100755 index 4937452..0000000 --- a/bash/usr-local-bin/nheko-qt6 +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash -# USAGE: "nheko default" for the default profile or whatever profile is -# desired as I never run it without the profile flag - -# TODO: Handle --help & --version flags - -set -x -#flatpak run --env=QT_QPA_PLATFORM=xcb im.nheko.Nheko//master --profile $@ -flatpak run im.nheko.Nheko//master --profile $@ -set +x diff --git a/bash/usr-local-bin/nheko-tor b/bash/usr-local-bin/nheko-tor index bd086a5..ca41e0c 100755 --- a/bash/usr-local-bin/nheko-tor +++ b/bash/usr-local-bin/nheko-tor @@ -1,12 +1,10 @@ #!/usr/bin/env bash - -# 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 +# Nheko flatpak with Tor # USAGE: "nheko default" for the default profile or whatever profile is # desired as I never run it without the profile flag +# TODO: Handle --help & --version flags + set -x -#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@ -flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@ +flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@ set +x