Compare commits

...

4 Commits

5 changed files with 14 additions and 4 deletions

View File

@ -3,5 +3,5 @@
set -x
# proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320
flatpak run --env=TZ=UTC im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -6,5 +6,5 @@
# TODO: Handle --help & --version flags
set -x
flatpak run LANGUAGE=en --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC --env=all_proxy=socks5://127.0.0.1:9050/ im.nheko.Nheko//master --profile $@
set +x

View File

@ -3,5 +3,5 @@
set -x
# proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320
flatpak run --env=TZ=UTC chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@
flatpak run --env=LC_ALL=en_US.utf8 --env=TZ=UTC chat.schildi.desktop --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@
set +x

View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -x
if [ -f /snap/bin/superproductivity ]; then
# https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1951491/comments/105
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
snap run superproductivity --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
else
/usr/bin/superproductivity --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
fi
set +x

@ -1 +1 @@
Subproject commit 6d9212f96d37f78d9468b3647d48c8052ac84287
Subproject commit 8f824312835e6ec35635cb56c663fdd014c9e94e