> Old and busted: Sending log output to tty{3,4,5...} > New hotness: Send log output to log files; tail log in tmux window This is probably really easy but pretty tedious. We reference tty5 all over the place, but at least they're easy to remove. Probably just modifying our logging code and iutil.py is enough as a start. > Old: Run debugger in a new VT (e.g. tty6) > New: Run debugger in a new window: > `tmux new-window -n pdb "[debugger-command]"` > > Old: Activate (switch to) debugger on tty6 > New: Not needed (new-window automatically switches) > > Old: Switch back to tty1 using isys.vtActivate > New: Switch back to first window: > `tmux select-window -t anaconda:1` Will these work given that we're running the graphical installer? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list