2022-04-15 11:55:51 +02:00
|
|
|
# Signal in wayland and tray
|
|
|
|
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
|
|
|
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
2022-06-03 12:27:41 +02:00
|
|
|
exec --no-startup-id flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon
|
2022-04-15 11:55:51 +02:00
|
|
|
|
|
|
|
# Telegram
|
2022-06-03 12:27:41 +02:00
|
|
|
exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
2022-04-15 11:55:51 +02:00
|
|
|
|
2022-12-05 22:02:59 +01:00
|
|
|
# Nheko nightly (Matrix protocol)
|
|
|
|
exec --no-startup-id flatpak run io.github.NhekoReborn.Nheko//master --profile default
|
2022-04-15 11:55:51 +02:00
|
|
|
|
2022-06-18 17:20:04 +02:00
|
|
|
# Dino, electronless XMPP
|
|
|
|
exec --no-startup-id dino --gapplication-service
|
2022-04-29 09:26:52 +02:00
|
|
|
|
|
|
|
# Gajim nightly, also electronless XMPP
|
2022-07-09 19:54:12 +02:00
|
|
|
#exec --no-startup-id flatpak run org.gajim.Gajim.Devel
|
2022-06-18 19:55:01 +02:00
|
|
|
|
|
|
|
# Instant messenger as email client, no wayland support https://github.com/deltachat/deltachat-desktop/issues/2800
|
|
|
|
# Wayland would be enabled by: --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland
|
2022-07-29 18:32:29 +02:00
|
|
|
# Excluded from Mullvad to avoid Gandi.net blocklist resulting inability to send
|
|
|
|
# mail
|
2022-09-28 19:42:09 +02:00
|
|
|
#exec --no-startup-id /usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
|
|
|
exec --no-startup-id /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
2023-01-21 11:02:38 +01:00
|
|
|
|
|
|
|
# Mattermost, I fear it's Electron.
|
2023-01-21 15:01:55 +01:00
|
|
|
exec --no-startup-id flatpak run com.mattermost.Desktop
|