You are not logged in.
Of the various terminal emulators I've tried (aterm, urxvt, terminal) none of them function properly with regard to transparency if the background is set with imagemagick.
display -window root <image>
Terminal and aterm do not show through to the background image at all. While urxvt does become transparent, none of the tinting options show any effect.
This is not a huge issue. There are of course many other programs that can be used to set a background image. When using feh for example, all of the afore mentioned terminal emulators seem to handle transparency as expected.
feh --bg-scale <image>
However, if both methods of setting the background are used at the same time with different images, then the terminal emulators will show through to the background image that was placed with feh, while the actual desktop background is that of the image set by imagemagick. So the images are effectively placed on different layers.
There was a forum thread that hinted at this before, but there was never any resolution to it. Is this behavior a bug or a "feature"? With which program?
And if it makes any difference I've tried this in both openbox and ion3. Same results.
Offline
There was a forum thread that hinted at this before, but there was never any resolution to it. Is this behavior a bug or a "feature"? With which program?
It's a bug with the apps that set the background which use the "old way" of doing it. Apps like feh use the "newer approach" which allows things such as aterm to detect the real image and use it for pseudo-transparency.
Offline