robertalab-ev3dev icon indicating copy to clipboard operation
robertalab-ev3dev copied to clipboard

Console switching not working on ev3dev-stretch

Open dlech opened this issue 6 years ago • 0 comments

We had to disable the console switching in brickman on ev3dev-stretch because of #64. It was causing a lockup (probably due to a race condition between brickman and the openrobertalab service).

This means brickman will still be visible while openroberta programs are running.

Ideally, the openrobertalab service should handle the console switching instead of brickman. See https://github.com/ev3dev/console-runner/blob/ev3dev-stretch/src/server.vala for an example.

dlech avatar May 07 '19 04:05 dlech