From 8832eca642b1c32dd287a2b5dcaf15b27436131d Mon Sep 17 00:00:00 2001 From: QwertyChouskie Date: Tue, 7 May 2024 13:03:23 -0700 Subject: [PATCH] Remove funky and broken pkexec stuff The proper solution seems to be to make sure the users is in the `dialout` group. This should probably be handled within the Python code itself. --- REVHubInterface.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REVHubInterface.sh b/REVHubInterface.sh index 412364b..d775f10 100755 --- a/REVHubInterface.sh +++ b/REVHubInterface.sh @@ -1,2 +1,2 @@ #!/usr/bin/sh -flatpak-spawn --host pkexec flatpak run --command="python3 -m REVHubInterface" org.unofficialrevport.REVHubInterface \ No newline at end of file +python3 -m REVHubInterface \ No newline at end of file