We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f5f12 commit d020304Copy full SHA for d020304
startup/agx-user-startup.sh
@@ -32,7 +32,12 @@ fi
32
33
if command -v flatpak >/dev/null 2>&1; then
34
echo "Starting Slack"
35
- flatpak run com.slack.Slack
+ flatpak run com.slack.Slack &
36
echo "Starting Mattermost"
37
- flatpak run com.mattermost.Desktop
+ flatpak run com.mattermost.Desktop &
38
+fi
39
+
40
+if command -v telegram-desktop >/dev/null 2>&1; then
41
+ echo "Starting Telegram"
42
+ telegram-desktop &
43
fi
0 commit comments