mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-04-05 15:38:16 +02:00
signal-desktop: initial snap support
This commit is contained in:
parent
14dcc4d45a
commit
25e521f4ad
@ -4,5 +4,9 @@
|
||||
|
||||
set -x
|
||||
# --start-in-tray - would be nice, but then I cannot open it from there, thus --use-tray-icon
|
||||
flatpak run org.signal.Signal --use-tray-icon --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@"
|
||||
(flatpak run org.signal.Signal --use-tray-icon --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@" &)
|
||||
if [ -f /snap/bin/signal-desktop ]; then
|
||||
#snap set signal-desktop tray-icon=true
|
||||
(snap run signal-desktop --use-tray-icon --ozone-platform=wayland --enable-features=WaylandWindowDecorations "$@" &)
|
||||
fi
|
||||
set +x
|
||||
|
Loading…
x
Reference in New Issue
Block a user