Skip to content

Commit

Permalink
test no screensaver
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaimie Withers committed Sep 29, 2024
1 parent fc354ed commit fb094cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-linuxvm-ouh2
version: 1.0.12
version: 1.0.13
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ echo "init_vm.sh: Preventing Timeout"
sudo apt-get remove xfce4-screensaver -y
sudo apt-get remove -y light-locker

xfconf-query -c xfce4-screensaver -p /active -s false
xfconf-query -c xfce4-session -p /LockScreen -s false
xfconf-query -c xfce4-session -p /Session/Idle -s 0


## Cleanup
echo "init_vm.sh: Cleanup"
sudo shutdown -r now

0 comments on commit fb094cf

Please sign in to comment.