mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-14 20:49:23 +01:00
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
|
#!/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
|