After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580032 - Load plugins separately from initializing
Load plugins separately from initializing
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-23 21:11 UTC by Owen Taylor
Modified: 2009-04-24 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Load plugins separately from initializing (6.38 KB, patch)
2009-04-23 21:11 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-04-23 21:11:28 UTC
Add separate mutter_plugin_manager_load() and
mutter_plugin_manager_initialize() calls so that we can just
load the plugins without start them. This is useful for introspecting
a gnome-shell plugin at build time.
Comment 1 Owen Taylor 2009-04-23 21:11:31 UTC
Created attachment 133219 [details] [review]
Load plugins separately from initializing
Comment 2 Owen Taylor 2009-04-24 14:02:05 UTC
Pushed to master on git.gnome.org. (Thanks for looking the patches over, Tomas)