This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Gnome vfs loads the *entire* mime system here:

{{{static void vfs_change_cb (GnomeVFSMIMEMonitor *monitor, GConfClient *client) {

#if DE_DEBUG

#endif

} }}}

(thats in gnome-control-center/gnome-settings-daemon/gnome-settings-default-editor.c).

This causes 160 kb of memory in g-s-d. Ugh.


2024-10-23 11:17