diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-09 07:51:56 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-09 07:51:56 -0500 |
commit | 11ba16b7d97956f4b44d7c89628f870f28e6090d (patch) | |
tree | 9cc4fb8389b27b1e169360aa07512d467d95ab3a | |
parent | 529930d2f485264e3318c9ace31dfc598ecd565b (diff) | |
download | infrastructure-11ba16b7d97956f4b44d7c89628f870f28e6090d.tar.gz |
fixes for dino im: needs freedesktop sound theme and udp ports open
-rw-r--r-- | vars/hostclass/desktop | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop index d2c9a49..ba12df3 100644 --- a/vars/hostclass/desktop +++ b/vars/hostclass/desktop @@ -3,6 +3,9 @@ desktop_access_role='desktop-access' login_access_groups="${login_access_groups:-} ${desktop_access_role}" +# Video chat with others on the local network requires UDP ports for RTP/WebRTC +allowed_udp_ports='1024:65535' + # I don't want desktops to suspend or hibernate. polkit_disable_suspend=true @@ -29,6 +32,7 @@ farstream gsound" # signal-desktop requires pulseaudio for audio/video chat. SAD! +# Also, freedesktop-sound-theme is required for notification sounds in Dino desktop_common_packages=" android-tools bind-tools @@ -58,7 +62,7 @@ python py${python_version}-pip roboto-fonts-ttf rsync -sound-theme-freedesktop +freedesktop-sound-theme signal-desktop sndio stow |