I am running Ubuntu 11.04 with gnome 2.3 and I would like my terminal window to be transparent.
The problems is the transparent settings in my terminal just shows the desktop background and not the actual windows that are opened behind the terminal. This works on my laptop where I have Xubuntu 11.10 and I see no reason why it should not work the same here.
This is how it should look:
This is how it looks:
6 Answers
Navigate through Edit Menu → Profile Preferences → Background Tab → Click the Radio button for Transparent Background and adjust the slider.
If you are using metacity make sure you have compositing enabled. To turn on run the following command in terminal:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true 1 It seems that you're not using compiz. You can install it by running:
sudo apt-get update && sudo apt-get install compizAnd if you already have it installed, try running:
compiz --replace 2 I'm a MATE user (under Linux Mint), and this issue was also window compositing for me. To turn it on in Mint 17/MATE, go to Menu -> Desktop Settings -> Windows, and check off the box that says "Use compositing", then restart mdm or reboot your machine.
Have you tried Edit>Profile Preferences > Background > Transparent Background
1The top answer with metacity did not work for me in Raring (13.04), but I found a setting in dconf editor that did:
org.gnome.metacity.compositing-manager = TrueProbably because of the move to a new settings system.