From 71bf33aeaeaa840a2a4ab4fdec445d276f7b4997 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 17 Apr 2022 20:23:12 +0300 Subject: [PATCH] nheko: enforce xwayland --- bash/usr-local-bin/nheko | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bash/usr-local-bin/nheko b/bash/usr-local-bin/nheko index 0e602b2..eb4fa8c 100755 --- a/bash/usr-local-bin/nheko +++ b/bash/usr-local-bin/nheko @@ -1,8 +1,10 @@ #!/usr/bin/env bash -# Nheko flatpak with Tor +# 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 set -x -#flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@ -flatpak run --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 $@ +flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master $@ set +x