pub fn run_gui() -> ResultExpand description
Entry point for the Iced desktop GUI.
The binary must be installed setuid-root for the flash pipeline to be able to open block devices:
sudo chown root:root /usr/bin/flashkraft
sudo chmod u+s /usr/bin/flashkraftThe real UID is captured in main.rs before this function is called.