mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 03:31:33 +00:00
Prelim: Chain text mode to graphical mode setup
This commit is contained in:
@@ -432,9 +432,19 @@ def wsetup_step_prepare_chain_to_gui(stdscr):
|
||||
]
|
||||
)
|
||||
|
||||
stdscr.refresh()
|
||||
|
||||
# Arm graphical mode setup
|
||||
#
|
||||
# FIXME: Call into wsetupx
|
||||
#
|
||||
try:
|
||||
subprocess.run(
|
||||
[ "wsetupx", "--arm" ],
|
||||
capture_output=True,
|
||||
check=True
|
||||
)
|
||||
except:
|
||||
# FIXME: Again, display a proper error in setup
|
||||
raise Exception("Failed to chain graphical phase");
|
||||
|
||||
# Input
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user