From 25f11f89db98e1294f8e88275028a6b75a5dd422 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 9 May 2022 22:49:44 +0300 Subject: [PATCH] sway/autostart-communications: add WaylandWindowDecorations for Signal & enforce xwayland for Nheko removing Tor --- conf/sway/config.d/autostart-communication.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index a6c0bba6..4fbf8d0b 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -5,13 +5,13 @@ exec --no-startup-id sleep 25 && flatpak run org.briarproject.Briar # 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 -exec --no-startup-id sleep 15 && flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon +exec --no-startup-id sleep 15 && flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon # Telegram exec --no-startup-id sleep 15 && flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray -# Nheko nightly (Matrix protocol) with Tor -exec --no-startup-id sleep 10 && flatpak run --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master --profile default +# Nheko nightly (Matrix protocol). xwayland for missing all menus in wayland. +exec --no-startup-id sleep 10 && flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile default # Dino, electronless XMPP. Doesn't seem to function too well under Wayland/Sway? #exec --no-startup-id dino --gapplication-service