From d0670f123588a5144f41c5626f49c952f061780a Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Tue, 27 Oct 2020 00:06:59 +0300 Subject: [PATCH] ros_ide_vm: Don't try to disable scrensaver Apparently there's more to it than just this one file. Need to investigate further. --- ros_ide_vm.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ros_ide_vm.json b/ros_ide_vm.json index f169cd5..bd96187 100644 --- a/ros_ide_vm.json +++ b/ros_ide_vm.json @@ -63,11 +63,6 @@ "source": "{{user `assetsDir`}}/patches", "destination": "/tmp" }, - { - "type": "file", - "source": "{{user `assetsDir`}}/configs/xfce4-power-manager.xml", - "destination": "/home/{{user `user`}}/.config/xfce4/xfconf/xfce-perchannel/xml/xfce4-power-manager.xml" - }, { "type": "shell", "script": "scripts/installSoftware.sh",