Debug live behavior #6

Closed
opened 2022-05-16 20:17:34 +00:00 by adam · 1 comment
adam commented 2022-05-16 20:17:34 +00:00 (Migrated from git.theadamcooper.com)

Application doesn't run correctly on login. Upon receiving the enter key, the xterm window closes, and no chosen item launches.
1. We need to implement debugging in xterm, to a file preferably, in the XFCE launch item.
2. We probably need to implement cmd.Wait() to fix this.

Application doesn't run correctly on login. Upon receiving the enter key, the xterm window closes, and no chosen item launches. ~~1. We need to implement debugging in xterm, to a file preferably, in the XFCE launch item.~~ 2. We probably need to implement `cmd.Wait()` to fix this.
adam commented 2022-05-16 20:28:23 +00:00 (Migrated from git.theadamcooper.com)

After implementing cmd.Wait(), we observe that it launches the first item, then waits...

We would rather launch all the items, then implement a wait on all of them. So that means creating a Command slice. Then after the first nested loop, implement a simple loop iterating over the Command slice, and kick off a Wait on all of them.

This should probably work.

After implementing `cmd.Wait()`, we observe that it launches the first item, then waits... We would rather launch all the items, then implement a wait on all of them. So that means creating a Command slice. Then after the first nested loop, implement a simple loop iterating over the Command slice, and kick off a Wait on all of them. This should probably work.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: adam/breakfast#6
No description provided.