I'm asking this question because I tried a lot of solutions I found and they all didn't work:
gnome-terminal --save-config=...results in an error that this option is no more possiblegnome-terminal --tab -- 'vim ~/Files/file.txt'for creating a shell script results in an error, my system is in German but it seems to be likeThere was an error creating the child process for this terminal Failed to execute child process "vim ~/Files/file.txt" (No such file or directory)and does nothing but using just
vimwithout a file to open worksusing a session manager just opens the Terminal automatically but without any tabs
and
gnome-terminal --tab -- 'cd ~/Files/'doesn't work either (error like the one above)
The version is # GNOME Terminal 3.28.2 using VTE 0.52.2 +GNUTLS -PCRE2.
Maybe there are mistakes in my ways of solving it or you know another (a better) alternative?
Thank you for helping me!