Loïc Minier wrote: > On Wed, Sep 03, 2008, Li, Horace wrote: >> I have once used gnome-menus interface to read through all of the >> desktop files and extract the contents of them before, but gnome-menus >> interface seems to have a slow performance on Atom based platform that >> it take a really long time to go throught the desktop files and read >> out information in them. Therefore, I wrote the desktop file parse >> functions in genesis to speed up loading desktop file information. > > Is there a gnome-menus bug on this? I think it would be best to fix > gnome-menus rather than creating a new parser which might suffer from > its own bugs; this would benefit other apps and projects using > gnome-menus.
Agreed. Part of the slowness is also just a result of the spec: it's not exactly light weight. As genesis implements more of the spec, it too will be slower... As an example, currently genesis implements 3 menu-file elements out of the 33 in the menu spec. Implementing the rest is not a trivial amount of work either. -- Jussi Kukkonen _______________________________________________ dev mailing list [email protected] https://www.moblin.org/mailman/listinfo/dev
