Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从命令行启动 gnome-terminal(即,使用 /usr/bin/gnome-terminal 命令)并让新终端继承运行命令的终端的环境变量和其他设置变量? 因此,场景是:
想法?
原来这是一个 gnome 终端问题。启动 gnome-terminal 时,指定--disable-factory选项会提供以下指令:
--disable-factory
“不要在激活名称服务器上注册,也不要重用已经运行的 GNOME 终端进程”(gnome-terminal 手册页)
为了继承前一个 shell 的环境,需要指定这个选项。
如果您希望子进程继承它们,则需要使用export其他 shell 中的变量。
export