Debug live behavior #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.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.