Bc_desktop in sandbox

I removed the submit directory, moved the submit.yml.erb to the root local dev app, removed submit from form.xml, and added the batch_connect lines to form.xml. output.log is still showing the same result.

# /etc/ood/config/apps/bc_desktop/form.yml
---
title: "Hellbender Desktop"
cluster: "hellbender"
batch_connect:
  template: vnc
attributes:
  desktop: "xfce"
  bc_vnc_idle: 0
  bc_vnc_resolution:
    required: true

Thanks for doing that.

You put the batch_connect in the wrong file though. That should be in the submit.yml.erb.

It works! I also tested pushing the changes to production and that works as well.