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


Attachments
makes notification area applet a shared object (2.37 KB, patch)
2006-04-22 00:30 UTC, Michael Frank
none Details | Review

Description Michael Frank 2006-04-22 00:27:59 UTC
as reported in ubuntu launchpad:
https://launchpad.net/distros/ubuntu/+source/gnome-panel/+bug/39155
Comment 1 Michael Frank 2006-04-22 00:30:33 UTC
Created attachment 64082 [details] [review]
makes notification area applet a shared object

from original patch by ben maurer:
http://www.contrib.andrew.cmu.edu/~bmaurer/memory/13_inproc.patch
Comment 2 Vincent Untz 2006-08-08 17:32:58 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]