Risposte:
Puoi usare gconftool con la chiave / apps / gnome-terminal / profiles / Default / background_type (potresti dover usare un nome profilo diverso da "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
Questo è stato testato nella versione 3.0.1, ma il comando dovrebbe essere lo stesso.
Se si desidera modificare la trasparenza in passaggi continui anziché discreti, provare:
gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_darkness --type=float 0.50
con / apps / gnome-terminal / profiles / Default / background_darkness come chiave e 0,50 come valore .