mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-19 21:07:21 +02:00
Compare commits
No commits in common. "f650e4c9cd6d3d9ce82efcb29bb0e20da7d2cd65" and "070242dbc322202f965fdb4bf7eca56426304ae4" have entirely different histories.
f650e4c9cd
...
070242dbc3
@ -1,9 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Nheko flatpak with xwayland as Nheko's wayland support is currently poor
|
||||||
|
# icons not working, context menus being inaccessible, some
|
||||||
|
# profiles not spawning windows
|
||||||
# USAGE: "nheko default" for the default profile or whatever profile is
|
# USAGE: "nheko default" for the default profile or whatever profile is
|
||||||
# desired as I never run it without the profile flag
|
# desired as I never run it without the profile flag
|
||||||
|
|
||||||
# TODO: Handle --help & --version flags
|
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run im.nheko.Nheko//master --profile $@
|
#flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile $@
|
||||||
|
flatpak run io.github.NhekoReborn.Nheko//master --profile $@
|
||||||
set +x
|
set +x
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
#!/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
|
||||||
# USAGE: "nheko default" for the default profile or whatever profile is
|
# USAGE: "nheko default" for the default profile or whatever profile is
|
||||||
# desired as I never run it without the profile flag
|
# desired as I never run it without the profile flag
|
||||||
|
|
||||||
# TODO: Handle --help & --version flags
|
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
|
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
|
||||||
|
flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user