예제 #1
0
파일: server.py 프로젝트: bossjones/Xpra
 def init(self, clobber, opts):
     X11ServerBase.init(self, clobber, opts)
예제 #2
0
 def init(self, opts):
     X11ServerBase.init(self, False, opts)
예제 #3
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     X11ServerBase.init(self, opts)
예제 #4
0
파일: server.py 프로젝트: svn2github/Xpra
 def init(self, opts):
     self.xsettings_enabled = opts.xsettings
     self.wm_name = opts.wm_name
     X11ServerBase.init(self, opts)
예제 #5
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     X11ServerBase.init(self, opts)
예제 #6
0
 def init(self, sockets, opts):
     X11ServerBase.init(self, False, sockets, opts)
예제 #7
0
파일: server.py 프로젝트: rudresh2319/Xpra
 def init(self, clobber, sockets, opts):
     X11ServerBase.init(self, clobber, sockets, opts)
예제 #8
0
 def init(self, opts):
     X11ServerBase.init(self, False, opts)