في خ، 19-01-2012 عند 21:29 + ، كتب David Gomes:
> Thanks for the links.
>
> So I read them and I did this:
>
>
> Visual terminal_visual = this.get_screen ().get_rgba_visual ();
> my_terminal.set_visual (terminal_visual);
> my_terminal.set_background_transparent (true);
>
>
> I did it, but
Thanks for the links.
So I read them and I did this:
Visual terminal_visual = this.get_screen ().get_rgba_visual ();
my_terminal.set_visual (terminal_visual);
my_terminal.set_background_transparent (true);
I did it, but I still get the wallpaper as background, instead of real
transparency, so I
في ر، 18-01-2012 عند 16:55 + ، كتب David Gomes:
> Hey, I read the following on Valadoc here:
> http://valadoc.org/vte-2.90/Vte.Terminal.background_transparent.html,
>
> Note: When using a compositing window manager, you should instead set a
> RGBA colourmap on the toplevel window, so you get r
Hey, I read the following on Valadoc here:
http://valadoc.org/vte-2.90/Vte.Terminal.background_transparent.html,
Note: When using a compositing window manager, you should instead set a
RGBA colourmap on the toplevel window, so you get real transparency.
Now my doubt is how to set an RGBA colormap