diff --git a/bash/usr-local-bin/schildichat b/bash/usr-local-bin/schildichat new file mode 100755 index 0000000..a1f62dc --- /dev/null +++ b/bash/usr-local-bin/schildichat @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +set -x +# Flatpak is preferred for Element not having official Fedora repositories +# and at the time of writing being unmaintained in upstream suggested repo. +flatpak run chat.schildi.desktop --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@" +set +x