My .xinitrc ends: fvwm2 kbd_mode -a But when fvwm2 is exited, xinit does not exit. "ps" shows the kbd_mode process (along with some? others) to be stopped. If I remove the kdb_mode then xinit exits as expected when fvwm2 is exited. This worked fine in XFree86 (and many X servers before it).
not a bug, this is expected behaviour from .xinitrc. whichever process you want to control the X session must be started last and must be started with 'exec'.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.