私はUbuntu Gnome 16.04をインストールしましたが、デフォルトのターミナルエミュレータとして「terminix」を追加しようと試みましたが、x-terminal-emulatorの代替案を本当に台無しにしてしまいました。
update-alternatives --installコマンドを間違って入力すると、もうその代替手段がありません。これが今得たものです。
$ 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/gnome-terminal.wrapper
Nothing to configure.
update-alternatives: warning: forcing reinstallation of alternative /usr/bin/gnome-terminal.wrapper because link group x-terminal-emulator is broken
update-alternatives: warning: not replacing /usr/bin/x-terminal-emulator with a link
幸いなことに、唯一の問題は、CTR + ALT + Tショートカットを使用してターミナル(またはその点でターミナルエミュレーター)を開くことができず、Super + で呼び出すことで問題なくアプリケーションの名前が機能することです。私が言ったように、それは大きな問題ではありませんが、それが私を悩ませています。
エミュレータを再インストールしようとしましたが、運がありません。あなたが私のジレンマの可能な解決策を知っているなら、私は本当に感謝します!
素敵なものを持っています!
gsettings set org.gnome.desktop.default-applications.terminal exec 'x-terminal-emulator'
(必要なものに置き換えx-terminal-emulator
ます)。代替案については、--install
もう一度試してみることをお勧めします。あなたも手動で、リンクすることを行うことができますので、代替システムは、シンボリックリンク以外の何ものでもありません/etc/alternatives/x-terminal-emulator
あなたが好きな端末へ