diff --git a/bash/usr-local-bin/deltachat b/bash/usr-local-bin/deltachat new file mode 100755 index 0000000..dbd3137 --- /dev/null +++ b/bash/usr-local-bin/deltachat @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# The usual Electron flags: --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland + +# https://github.com/deltachat/deltachat-desktop/issues/2800 +# Wayland would be enabled by: --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland + +set -x +flatpak run chat.delta.desktop --disable-gpu $@ +set +x