Ubuntu – Switch back to pseudo-transparency

command linetransparencyxfce

First off, I realize that what I'm hoping to get is not the expected behavior.

On my older desktop, I have the following set up: Ubuntu 10.04. Xfce running (installed after the fact). I use the Xfce4-terminal, with transparency turned on. In this set up, as expected when a terminal window is over the desktop, it shows the desktop background image. However, if I drag the terminal window on top of a window, it continues to show the background as if the window wasn't there. Transparency Weirdness

It's kind of weird that way, but I've gotten used to it.

Now, as I've set up my new desktop (11.10 w/ Xfce installed) transparency works the 'normal/correct' way, but I'd rather have it go back to leaving out windows.

So is it possible to get my new setup to do the old way?

Best Answer

(In response to David's comment I offer this answer as a possible solution, as it worked for David and me with recent versions of Xfce.)

In Xfce, you can go to settings > settings manager > window manager tweaks and switch off the compositor, which manages transparency and the overlaying of X windows. You can do it via the command-line with xfconf-query:

xfconf-query -c xfwm4 -p /general/use_compositing -s false

That should give you back pseudo-transparency, as long as you are not running any other compositors and only the standard Xfce window manager. With compositing on I had full 'real' transparency with guake and with it off I had the old style 'pseudo' transparency.

You will also have to restart guake to see any difference. This is about the only way to do it I think, as there won't be any settings in guake itself as it is highly dependent on your own customised setup and whether you have compositing enabled in xfwm4 or in whichever window manager you are using on your setup.

enter image description here