Ejemplo n.º 1
0
 def init(self, opts):
     GTKServerBase.init(self, opts)
     ShadowServerBase.init(self, opts)
     self.tray = opts.tray
     self.tray_icon = opts.tray_icon
     if self.tray:
         self.setup_tray()
Ejemplo n.º 2
0
 def init(self, opts):
     self.randr = opts.resize_display
     self.fake_xinerama = False  #only enabled in seamless server
     self.current_xinerama_config = None
     with xsync:
         self.x11_init()
     GTKServerBase.init(self, opts)
Ejemplo n.º 3
0
 def init(self, opts):
     self.randr = opts.resize_display
     self.fake_xinerama = opts.fake_xinerama
     self.current_xinerama_config = None
     with xsync:
         self.x11_init()
     GTKServerBase.init(self, opts)
Ejemplo n.º 4
0
 def init(self, opts):
     self.fake_xinerama = opts.fake_xinerama
     self.current_xinerama_config = None
     if self.fake_xinerama:
         self.libfakeXinerama_so = find_libfakeXinerama()
     else:
         self.libfakeXinerama_so = None
     self.x11_init()
     GTKServerBase.init(self, opts)
Ejemplo n.º 5
0
 def init(self, opts):
     GTKServerBase.init(self, opts)
     self.tray = opts.tray
     self.tray_icon = opts.tray_icon
     if self.tray:
         self.setup_tray()
Ejemplo n.º 6
0
 def init(self, opts):
     GTKServerBase.init(self, opts)
     self.keycodes = {}
Ejemplo n.º 7
0
 def init(self, opts):
     self.do_init(opts)
     GTKServerBase.init(self, opts)
     self.features_init()
Ejemplo n.º 8
0
 def init(self, clobber, opts):
     self.clobber = clobber
     self.fake_xinerama = opts.fake_xinerama
     self.current_xinerama_config = None
     self.x11_init()
     GTKServerBase.init(self, opts)
Ejemplo n.º 9
0
 def init(self, opts):
     GTKServerBase.init(self, opts)
     self.keycodes = {}
Ejemplo n.º 10
0
 def init(self, clobber, opts):
     self.clobber = clobber
     self.fake_xinerama = opts.fake_xinerama
     self.current_xinerama_config = None
     self.x11_init()
     GTKServerBase.init(self, opts)
Ejemplo n.º 11
0
 def init(self, opts):
     self.do_init(opts)
     GTKServerBase.init(self, opts)
Ejemplo n.º 12
0
 def init(self, opts):
     self.randr = opts.resize_display
     self.fake_xinerama = opts.fake_xinerama
     self.current_xinerama_config = None
     self.x11_init()
     GTKServerBase.init(self, opts)