From bbcd51a7556a99f6173dda9f762e85b786fc67d5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 9 Jun 2023 06:45:28 +0300 Subject: [PATCH] bash/usr-local-bin/nheko: fork to nheko-qt6 --- bash/usr-local-bin/nheko-qt6 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bash/usr-local-bin/nheko-qt6 diff --git a/bash/usr-local-bin/nheko-qt6 b/bash/usr-local-bin/nheko-qt6 new file mode 100755 index 0000000..4937452 --- /dev/null +++ b/bash/usr-local-bin/nheko-qt6 @@ -0,0 +1,10 @@ +#!/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