I found through this question that using -e
(deprecated) or --
options I can run a command in a new terminal window. Or yet -x
to do it in a new tab.
However i'm having troubles to do it in my raw 18.04 Bionic Beaver LTS Ubuntu. The new window / tab is opened, but with the follow error message:
I made a quick research but didn't find how to solve this. Any clue is wellcome! Thanks
ls
command is the only one is running correctly. Even if I use some option in it, or choose another command (ascd
for exemple) it crashes. – artu-hnrq Nov 13 '19 at 20:49-e
versus-x
has absolutely nothing to do with window versus tab. – egmont Nov 13 '19 at 23:47gnome-terminal -- "cd ~/Documents"
for example. – artu-hnrq Nov 13 '19 at 23:53