Linux Mintでgnome-terminalをkonsoleに置き換える

Linux Mintでgnome-terminalをkonsoleに置き換える

インストールしましたコンソールそして削除されましたGNOME端末以下を実行してください。

sudo apt install -y konsole
sudo apt-get purge --auto-remove gnome-terminal

次に、次のことを試してください。

sudo update-alternatives --config x-terminal-emulator

設定コンソールデフォルトのエミュレータとして次を返します。

There is only one alternative in link group x-terminal-emulator (providing /usr/bin/x-terminal-emulator): /usr/bin/konsole
Nothing to configure.

ただし、デフォルトのCtrl++Altショートカットtは機能せず、右クリックして端末を開くこともできません。

この問題をどのように解決できますか?

ベストアンサー1

今実行するときの出力は何ですかsudo update-alternatives --config x-terminal-emulator

私のもの:

There are 2 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).

  Selection    Path                             Priority   Status
------------------------------------------------------------
  0            /usr/bin/konsole                  40        auto mode
  1            /usr/bin/gnome-terminal.wrapper   40        manual mode
* 2            /usr/bin/konsole                  40        manual mode

Press <enter> to keep the current choice[*], or type selection number:

おすすめ記事