Bug 156535 - changing of iconsize doesn't affect on dekstop
Summary: changing of iconsize doesn't affect on dekstop
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 10:48 UTC by Rastislav Krupanský
Modified: 2008-07-05 16:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
snapshot (743.37 KB, image/png)
2008-01-24 10:51 UTC, Rastislav Krupanský
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rastislav Krupanský 2008-01-24 10:48:32 UTC
Version:            (using KDE 4.0.0)
Installed from:    SuSE RPMs
OS:                Linux

KDE 4.0.0
When i want to change iconsize on Desktop via system settings -> appearance ->
icons -> advanced -> size of some icons doesn't affect.Size of icons on dekstop
is still the same, huge.
Attached snapshot.
Comment 1 Rastislav Krupanský 2008-01-24 10:51:02 UTC
Created attachment 23232 [details]
snapshot

as you can see on snapshot, some icons have correct size (16), but some are
still huge.
Comment 2 Pino Toscano 2008-01-24 11:00:49 UTC
There is no kdesktop and kicker in KDE 4, but plasma.
Comment 3 Rastislav Krupanský 2008-01-24 11:07:11 UTC
Sorry, i didn´t know it. :-)
Comment 4 Aaron J. Seigo 2008-01-24 17:16:06 UTC
yes, the way we are handling icons it only applies to new icons created. i'm debating whether we even need to keep this sizing feature in the main control panel given where we're headed with desktop icons in general though.
Comment 5 Jörg Hermsdorf 2008-01-29 17:26:16 UTC
Setting the icon size for icons on the desktop works partly. You have to restart plasma to apply the changes (killall plasma; plasma)

So this bug should be fixed, the size setting should be applied as soon as you hit the Apply button in "system settings -> appearance -> icons -> advanced -> Desktop/File Manager".

After some testing and playing, I found out, that the situation is currently the following:
1. The size you setup in the system settings is the 'minimum size' a desktop icon can have. If you set this size to 128 and restart plasma, then even by using the resize handle, you can't scale them smaller than 128.

2. There are differences between logging-out / logging-in or just restarting plasma via 'killall plasma; plasma'. There seems to be a saved value like 'system settings icon size at the time of the last logout'.
To explain my different observations I will use the following variables:

LSSIS = Latest System Settings Icon Size, the size that was set in system settings, the last time you hit the 'Apply' button

LLIS = Latest Logout Icon Size, the value of LSSIS during the last time you logged out

CDIS = Current Desktop Icon Size, the actual size a desktop icon currently has

The following two scenarios include the user actions 'Change desktop icon size via system settings' and 'restart plasma via killall plasma; plasma'. 

My observation results:
    
    IF (CDIS < LSSIS) THEN after plasma restart desktop icons are scaled to the value of LSSIS

    IF ((CDIS > LSSIS) && (LSSIS < LLIS)) THEN after plasma restart desktop icons are only scaled to the value of LLIS instead of LSSIS, but it's possible to scale the icons manually down to LSSIS via the resize handle.
Comment 6 Marco Martin 2008-01-29 18:47:32 UTC
the icon size configured here is only used for a sane default as minimum size when the icons are created, now i think changing all the sizes of all the icons in the desktop would be bad, because the point of plasma is that everything should be scalable as your wish, it could be provided a facility that sets the minimum icon size accordingly when the size changes but even that is highly debatable.

i was thinking about only using the size of that setting when the icon is created and use a fixed and way lower minimum size. this approach would be easier to implement and give the user way more freedom.
i think i'll come up with a patch in a moment
Comment 7 Christopher Blauvelt 2008-01-29 19:26:37 UTC
If the default size of icons change then we'll need to consider the the default spacing.  I think it would be a good idea to scale the spacing based on the ratio between spacing and icon size now.  Maybe a map should be created which matches icon spacing to default icon size.
Comment 8 Marco Martin 2008-01-29 19:34:54 UTC
bleurk, now i rememmber why i had done this way, it seems it's more tricky than it seems to have all the icons with same initial size, damn text :)
i will do some other experiments, but atm changing anything it only does make it to stink more...
Comment 9 Thomas Georgiou 2008-07-05 16:42:40 UTC
Folderview is a much better system and has fixed this bug :)