Ubuntuでgnome端末の透明性を変更するには、コマンドを使用しますか?

Ubuntuでgnome端末の透明性を変更するには、コマンドを使用しますか?

コマンドを使用してUbuntuでターミナルウィンドウの透明度を変更するには?

プロファイル方法については既に知っていますが、透明と不透明をすばやく切り替えるにはコマンドが必要です。

私の端末はGNOME端末2.30.2です。

答え1

/apps/gnome-terminal/profiles/Default/Background_type キーで gconftool を使用できます ("Default" と異なるプロファイル名を使用する必要があるかもしれません)。

gconftool -s -t string /apps/gnome-terminal/profiles/Default/background_type solid
gconftool -s -t string /apps/gnome-terminal/profiles/Default/background_type transparent

これはバージョン3.0.1でテストされていますが、コマンドは同じでなければなりません。

答え2

個々のステップではなく連続ステップに透明度を変更するには、次の手順を試してください。

gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_darkness --type=float 0.50 ここで /apps/gnome-terminal/profiles/Default/Background_darkness は0.50 例

関連情報