我想更改我的默认终端仿真器,即当我Right Click
-> Open in terminal
时打开的终端。
到目前为止,我已经尝试过:
sudo update-alternatives --config x-terminal-emulator
sudo update-alternatives --config $TERM
($TERM
等于xterm-256色)TERM
中更改~/.bashrc
变量发布于 2022-06-25 21:04:28
尝试以下命令:gsettings set org.gnome.desktop.default-applications.terminal exec
https://unix.stackexchange.com/questions/707443
复制相似问题