Comment 3 for bug 1514201

Revision history for this message
Rico Tzschichholz (ricotz) wrote : Re: Hangs when I start to import audio tracks through the program Audex

I assume Audex is implementing the LauncherEntry support to provide status information to be shown in plank. Here it looks like it is implemented horribly while updating the value way too frequently.

So I would mainly call this a bug of Audex. I checked this a bit and to reach this cpu-usage here I need to trigger an update like every 8ms or less. In this case 1000ms aka 1sec would suffice and this is still quite frequently.

On the plank-side there is still some room for optimizations though.