Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 13, 2024
1 parent a146771 commit 6e32010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ EOF
cat > /etc/dconf/db/local.d/00-set-gnome-shell-dock <<EOF
[org/gnome/shell]
# This is for presentation laptops. Streaming laptops override this at runtime during room setup.
# TODO add SeaGL-specific scripts into here
favorite-apps=['org.mozilla.firefox.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'org.gnome.TextEditor.desktop', 'org.libreoffice.LibreOffice.impress.desktop', 'com.nextcloud.desktopclient.nextcloud.desktop']
EOF

Expand Down
1 change: 1 addition & 0 deletions sbin/seagl-setup-room
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ seagl-refresh-config
# TODO set up OBS and Nextcloud, then (auto)launch them

if [ $(cat /var/lib/seagl/laptop-type) == streaming ]; then
# TODO add SeaGL-specific scripts into here
gsettings set org.gnome.shell favorite-apps "['org.mozilla.firefox.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'org.gnome.TextEditor.desktop', 'com.nextcloud.desktopclient.nextcloud.desktop', 'com.obsproject.Studio.desktop']"
fi

Expand Down

0 comments on commit 6e32010

Please sign in to comment.