When using gnome-terminal with unmodified settings (which means unmodified terminal profile, unmodified gnome theme and compiz activated), You might notice that the background of the terminal is slightly transparent. This is the case even if though "Solid background" is selected in the profile preferences. Wonder why? gconf is at it again! Want the background to be
really solid?
/apps/gnome-terminal/profiles/Default/use_theme_background
must be set to
false
:
Code: |
$ gconftool-2 -t bool -s /apps/gnome-terminal/profiles/Default/use_theme_background false |
That's it! You're done!
Keine Kommentare:
Kommentar veröffentlichen