gnuroot icon indicating copy to clipboard operation
gnuroot copied to clipboard

do not exit when vnc server is in process. Need to kill it: vncserver -kill :1 everytime

Open IvanRave opened this issue 10 years ago • 3 comments

Tested on Android4.4 wheezyX package

IvanRave avatar Dec 24 '14 17:12 IvanRave

Hello,

This is an expected behavior: PRoot stays in foreground (ie. does not exit) until all processes have exited, even if remaining processes are daemons (ie. run in background). This issue is related to this one: https://github.com/cedric-vincent/PRoot/issues/11

@IvanRave and @corbinlc, what kind of behavior is more desirable:

  • a button (or something similar) in GNURoot to kill all processes at once; or
  • move GNURoot/PRoot in background when all remaining processes are daemons; or
  • all of the above :)

Regards, Cédric.

cedric-vincent avatar Jan 06 '15 14:01 cedric-vincent

yes, current behavior - it is good behavior (not needed any special buttons) I just don't want to run VNC by default (and kill it everytime)

IvanRave avatar Jan 07 '15 15:01 IvanRave

I understand the feature request. I have big changes coming (not in the next release, it will be more incremental, but soon).

corbinlc avatar Jan 20 '15 22:01 corbinlc