GNOME Bugzilla – Bug 339364
reduce memory by making wncklet applet a shlib
Last modified: 2006-08-08 17:32:57 UTC
as reported in ubuntu launchpad: https://launchpad.net/distros/ubuntu/+source/gnome-panel/+bug/39155
Created attachment 64083 [details] [review] makes wncklet applet a shared object original patch by ben maurer: http://www.contrib.andrew.cmu.edu/~bmaurer/memory/13_inproc.patch
Michael: I'd love to have a configure flag that could let us choose between shlib and "normal" applets. --shared-applet=fish,clock,wncklet,notification-area (or all) would be nice. Can you give it a try?
I committed something which adds this: --with-in-process-applets=APPLETS comma-separated list of applets to compile in-process (possible values: none, clock, fish, notification-area, wncklet, all) [default=none]