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 339364 - reduce memory by making wncklet applet a shlib
reduce memory by making wncklet applet a shlib
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: window list
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-22 00:33 UTC by Michael Frank
Modified: 2006-08-08 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
makes wncklet applet a shared object (1.81 KB, patch)
2006-04-22 00:34 UTC, Michael Frank
none Details | Review

Description Michael Frank 2006-04-22 00:33:18 UTC
as reported in ubuntu launchpad:
https://launchpad.net/distros/ubuntu/+source/gnome-panel/+bug/39155
Comment 1 Michael Frank 2006-04-22 00:34:19 UTC
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
Comment 2 Vincent Untz 2006-05-15 12:53:30 UTC
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?
Comment 3 Vincent Untz 2006-08-08 17:32:57 UTC
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]