Prerequisites
Describe the bug
I find After the "new root tag" option does not work, try changing
Exec = io.elementary.terminal -e "sudo -s"
Change to
Exec = io.elementary.terminal -w "~ /" -e "sudo su"
But when I tried to do this, I found a problem, that is, a non-root tab is created by default every time Exec = io.elementary.terminal -n -w "~ /" -e "xxxxxx" is executed, my English is not very good, I want to ask how to solve this.
like it

Prerequisites
Describe the bug
I find After the "new root tag" option does not work, try changing
Exec = io.elementary.terminal -e "sudo -s"Change to
Exec = io.elementary.terminal -w "~ /" -e "sudo su"But when I tried to do this, I found a problem, that is, a non-root tab is created by default every time
Exec = io.elementary.terminal -n -w "~ /" -e "xxxxxx"is executed, my English is not very good, I want to ask how to solve this.like it
