mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
nheko: enforce xwayland
This commit is contained in:
parent
d6d15f74d5
commit
71bf33aeae
@ -1,8 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
set -x
|
||||||
#flatpak run --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 $@
|
||||||
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//master $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user