Version: (using KDE Devel) Installed from: Compiled sources OS: Linux 1) The size combobox has this value list when the "desktop/file manager" is selected: 16 22 32 48 64 32 33 34 35 ... 256 2) When "small icons" is selected, the size combo box has only one value: "16" but it is enabled, instead, when "panel" is selected, the combo box is disabled. 3) When "all icons" is selected, the size combo box is empty.
*** Bug 164474 has been marked as a duplicate of this bug. ***
Moreover setting a value for all the icons doesn't work.
*** Bug 169067 has been marked as a duplicate of this bug. ***
*** Bug 166845 has been marked as a duplicate of this bug. ***
Created attachment 28567 [details] screenshot I was asked to provide a screenshot. Since this has been around also in KDE3.5 I provide a KDE3.5 screenshot, but it is the same problem in KDE4.1.3.
Thanks! I confirm it is still valid on KDE 4.
I've discovered some things. 1) is caused by KIconTheme loading "possible sizes" for SVG icons (kdelibs/kdeui/icons/kicontheme.cpp:225) (?) 2) Something is really broken here :) 3) Also, selecting "All Icons" queryies for an unexistant icon group, and thus the icon size is Null (no available sizes in the combo). And the folder icons below can't be loaded (strange icon size var) Seems like this module wasn't correctly updated to KDE4 icons config. Also "Panel" may be deprecated as Plasma doesn't use these (I think)
Well, neither plasma and dolphin seems using this settigs, maybe the folder view use the "desktop" size, I'd have to test it... Are toolbars using the size settigs?
SVN commit 986243 by cfeck: Add "Dialog" icon group to icons KCM There was an oversight when this group had been added; the code was incorrectly assuming that LastGroup == Panel + 1 Fix will be in KDE 4.4 BUG: 153689 M +11 -1 icons.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=986243
Since this is a bugfix. Isn't it possible to put this in 4.3.1?
Mark, the commit adds a string and a feature, so it will not be in 4.3. The fix is actually a side effect of the commit.