[master][PATCH] Create the XklWrapper singleton in background

Chris Lumens clumens at redhat.com
Fri Sep 13 14:56:01 UTC 2013


> Yeah, but those imports are dangerous -- somebody may move or tweak them
> without notifying that some function hunders of lines above needs them.
> To be honest, I cannot decide what is better.

You could put backgroundXklWrapperInitialize into another file and do
the imports there.

Regardless of what you do to solve the import problem, I like using
threads to do this in the background.  The more instantaneous things
appear, the better.

- Chris


More information about the anaconda-patches mailing list