back out RGBA stuff as a candidate fix for LP #242852
This commit is contained in:
parent
ce0266b0e4
commit
8a8a183a75
|
@ -161,13 +161,6 @@ class Terminator:
|
||||||
if borderless or self.conf.borderless:
|
if borderless or self.conf.borderless:
|
||||||
self.window.set_decorated (False)
|
self.window.set_decorated (False)
|
||||||
|
|
||||||
# Set RGBA colormap if possible so VTE can use real alpha
|
|
||||||
# channels for transparency.
|
|
||||||
screen = self.window.get_screen()
|
|
||||||
colormap = screen.get_rgba_colormap()
|
|
||||||
if colormap:
|
|
||||||
self.window.set_colormap(colormap)
|
|
||||||
|
|
||||||
# Start out with just one terminal
|
# Start out with just one terminal
|
||||||
# FIXME: This should be really be decided from some kind of profile
|
# FIXME: This should be really be decided from some kind of profile
|
||||||
term = (TerminatorTerm (self, self.profile, self.command))
|
term = (TerminatorTerm (self, self.profile, self.command))
|
||||||
|
|
Loading…
Reference in New Issue