Page MenuHomePhabricator

run cmd graphical user interface [ / service restart graphical user interface ]
Open, NormalPublic

Description

The start menu entries for restart Tor, restart Whonix Firewall, and so forth are not looking good. They're opening a terminal window.

A (python) gui would be nicer.

run-cmd-gui \
   --command "sudo service tor@default reload && sudo service tor@default status" \
   --success-message "Reloading Tor succeeded." \
   --failure message "Reloading Tor failed." \
   --failure-help "/path/to/file"
  • Different icons for success and failure (exit non-zero).
  • Have a details button to show the terminal output.
  • Have a help button if it failed which would open a help file.
  • Passive popup only if it succeeded.

It could be made a standalone package, but for simplicity, let's add it to whonix-setup-wizard.

Details

Impact
Normal

Event Timeline

Patrick raised the priority of this task from to Normal.
Patrick updated the task description. (Show Details)
Patrick set Impact to Normal.
Patrick added subscribers: Patrick, goldstein, HulaHoop.

Is this something you would like to work on? @goldstein

Patrick renamed this task from run cmd graphical user interface to run cmd graphical user interface [ / service restart graphical user interface ].Dec 17 2015, 6:17 PM