Summary: | systemsettings advanced icon configuration: size comboboxes show wrong values | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | FiNeX <finex> |
Component: | kcm_icons | Assignee: | Marie Loise Nolden <nolden> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, bluedzins, kristjan.ugrin, m.wege |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
FiNeX
2007-12-08 18:15:55 UTC
*** 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. |