Ticket #573: info-nothreading.patch
File info-nothreading.patch, 609 bytes (added by , 7 years ago) |
---|
-
xpra/server/server_core.py
625 625 except Exception, e: 626 626 log.error("error during info collection: %s", e, exc_info=True) 627 627 callback(proto, ui_info) 628 thread.start_new_thread(in_thread, ()) 628 #thread.start_new_thread(in_thread, ()) 629 in_thread() 629 630 630 631 def get_ui_info(self, proto, *args): 631 632 #this function is for info which MUST be collected from the UI thread