workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - Exec Config doesn't seem to be working

Open MrMEEE opened this issue 6 months ago • 0 comments

Existing Resources

  • [ X ] Please search the existing issues for related problems
  • [ X ] Consult the product documentation : Docs
  • [ X ] Consult the FAQ : FAQ
  • [ X ] Consult the Troubleshooting Guide : Guide
  • [ X ] Reviewed existing training videos: Youtube

Describe the bug I can't Exec config to launch anything..

I have create a custom image from kasmweb/core-ubuntu-focal:1.15.0.. but I can't get anything to launch with exec config:

{
  "first_launch": {
    "cmd": "/usr/bin/bash -c '/usr/bin/xterm'"
  },
  "go": {
    "cmd": "/usr/bin/bash -c '/usr/bin/xterm'"
  },
  "assign": {
    "cmd": "/usr/bin/bash -c '/usr/bin/xterm'"
}

I have also tried with just "xterm"... but nothing spawns.. just the background (menubar is disabled)

If I run the docker exec command on the command line, the program spawns fine...

MrMEEE avatar Aug 02 '24 12:08 MrMEEE