search for: load_after

Displaying 1 result from an estimated 1 matches for "load_after".

2007 Feb 22
2
Plugin Dependencies
I'm continuing to work on compiz-settings now. The most common complaintat the moment is the way it activates plugins, a lot will fail to activate due to being loaded in the wrong order. At the moment It has a small db of known plugins and has load_before and load_after for each one, however if a plugin is unknown it will be loaded last and will fail to activate. I think it would be much better if every plugin carries it's own load_before, load_after and depends_on options and the core then decides in what order to activate the plugins. This would make writin...