nheko: enforce xwayland

This commit is contained in:
Aminda Suomalainen 2022-04-17 20:23:12 +03:00
parent d6d15f74d5
commit 71bf33aeae
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 3 deletions

View File

@ -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