From 17373580fb7d7d3103a1e345ff194c284cdc4fa1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 19 Dec 2023 15:39:44 +0200 Subject: [PATCH] add schildichat, copy from element --- bash/usr-local-bin/schildichat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bash/usr-local-bin/schildichat 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