Aminda Suomalainen d94e8d65fd
bash/usr-local-bin: restore electron apps
This partially reverts commit e76a4a6a0d0472428d519205543171b1b1cdc258.
2024-01-12 10:13:17 +02:00

8 lines
338 B
Bash
Executable File

#!/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 im.riot.Riot --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@"
set +x