Bug 92505 - Creating a GNOME icon theme is slow
Summary: Creating a GNOME icon theme is slow
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Billy Biggs CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-04-23 17:37 EDT by Billy Biggs CLA
Modified: 2005-05-02 10:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Billy Biggs CLA 2005-04-23 17:37:40 EDT
Program.findProgram() uses a GNOME icon theme object to discover icons. 
Currently, a new icon theme object is created every time using
gnome_icon_theme_new().  This function is slow.  A performance improvement can
be made by storing this object across queries.
Comment 1 Billy Biggs CLA 2005-05-02 09:12:45 EDT
Fixed > 20050502
Comment 2 Billy Biggs CLA 2005-05-02 10:06:33 EDT
(on GTK+ and Motif)