Compare commits

..

No commits in common. "cdb2af7b70900b297f1ca0d3193d833935111a65" and "aade1994076d91b508dda3038bf6d49bb65a6202" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -x set -x
flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@ flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x set +x

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -x
# proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320
flatpak run chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@
set +x