Beispiel #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()
Beispiel #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)
Beispiel #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)
Beispiel #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)
 def init(self, opts):
     GTKServerBase.init(self, opts)
     self.tray = opts.tray
     self.tray_icon = opts.tray_icon
     if self.tray:
         self.setup_tray()
Beispiel #6
0
 def init(self, opts):
     GTKServerBase.init(self, opts)
     self.keycodes = {}
Beispiel #7
0
 def init(self, opts):
     self.do_init(opts)
     GTKServerBase.init(self, opts)
     self.features_init()
Beispiel #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)
Beispiel #9
0
 def init(self, opts):
     GTKServerBase.init(self, opts)
     self.keycodes = {}
Beispiel #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)
Beispiel #11
0
 def init(self, opts):
     self.do_init(opts)
     GTKServerBase.init(self, opts)
Beispiel #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)