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


Attachments
makes fish applet a shared object loaded by the panel (1.67 KB, patch)
2006-04-22 00:22 UTC, Michael Frank
none Details | Review

Description Michael Frank 2006-04-22 00:21:28 UTC
as reported in ubuntu launchpad: https://launchpad.net/distros/ubuntu/+source/gnome-panel/+bug/39155
Comment 1 Michael Frank 2006-04-22 00:22:58 UTC
Created attachment 64081 [details] [review]
makes fish applet a shared object loaded by the panel

original patch by ben maurer:
http://www.contrib.andrew.cmu.edu/~bmaurer/memory/13_inproc.patch

I split the patch into separate pieces for each panel applet.
Comment 2 Vincent Untz 2006-08-08 17:33:04 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]