Using the "command" action, if the command files to execute via the first method in ActionMenus\Command\RepositoryActionCommandV1Mapper.cs , it tries the second method using the default Windows shell.
If Terminal is set as the default Terminal application, the shell will start via Terminal. Normally, the Terminal would close right away or not even show a window as the command would execute quickly, but if Terminal is misconfigured (such as using an inexistent fontstyle as it my case 🫤 ), it shows the following error:

Proposed solution: disable the window if the shell execute method runs.
Using the "command" action, if the command files to execute via the first method in
ActionMenus\Command\RepositoryActionCommandV1Mapper.cs, it tries the second method using the default Windows shell.If Terminal is set as the default Terminal application, the shell will start via Terminal. Normally, the Terminal would close right away or not even show a window as the command would execute quickly, but if Terminal is misconfigured (such as using an inexistent fontstyle as it my case 🫤 ), it shows the following error:
Proposed solution: disable the window if the shell execute method runs.