I have a command in a .sh script that in my previous Linux showed a program menu in a terminal. However - upon executing it in ZorinOS, no terminal window shows up.
#!/bin/bash
terminal -e MY COMMAND
As I checked - other commands in .sh script work, but this one requires terminal to be "physically" opened - as a window.
Do you understand my request - and maybe know a solution?