Comment 23 for bug 691721

Revision history for this message
Kim Nguyễn (kim.nguyen) wrote : Re: Only one core managing with indicator-cpufreq.

Idea #11 seems nice but it's not easy to implement with the current app_indicator api. You can only set
the icon from an icon name (I'm not even sure it works with a filename, it has to be a symbolic name from
the current theme). So say you have 4 cores and 3 states (50, 75 and 100%) you would need 3^4 such pixmaps
in your theme... even if you could generate them on the fly it seems quite inefficient to save an icon on disk
and set the filename...