mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
bash/usr-local-bin: add deltachat wrapper
This commit is contained in:
parent
448a5de2e3
commit
ce041e358e
10
bash/usr-local-bin/deltachat
Executable file
10
bash/usr-local-bin/deltachat
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user