Beispiel #1
0
 def do_init(self, opts):
     X11ServerCore.do_init(self, opts)
     self._xsettings_enabled = opts.xsettings
     if self._xsettings_enabled:
         from xpra.x11.xsettings import XSettingsHelper
         self._default_xsettings = XSettingsHelper().get_settings()
         log("_default_xsettings=%s", self._default_xsettings)
         self.init_all_server_settings()
Beispiel #2
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     X11ServerCore.do_init(self, opts)
Beispiel #3
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     #don't call init on X11ServerCore,
     #this would call up to GTKServerBase.init(opts) again:
     X11ServerCore.do_init(self, opts)