Bug 160349

Summary: lock icon size bigger than other icons in leave section
Product: [Plasma] plasma4 Reporter: warptrosse <warptrosse>
Component: widget-kickoffAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: lock icon screenshot

Description warptrosse 2008-04-04 04:01:50 UTC
Version:            (using KDE 4.0.3)
Installed from:    Gentoo Packages
Compiler:          gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2) 
OS:                Linux

lock icon size is bigger than other icons in leave section.

see attachments...
Comment 1 warptrosse 2008-04-04 04:04:25 UTC
Created attachment 24179 [details]
lock icon screenshot
Comment 2 Aaron J. Seigo 2008-04-04 06:37:06 UTC
coool. i don't see this in trunk/, nor do i see how it could be a problem in kickoff, actually. it's ether an installation issue, and/or a problem in kiconloader. i'll talk with devs who've been tweaking the icon size selection algo in kiconloader and see if we can find something.

in the meantime, can you provide the output of the following command:

find `kde4-config --prefix`/share/icons/oxygen -name system-lock-screen.png
Comment 3 James Richard Tyrer 2008-04-05 03:10:47 UTC
I have seen issues with the Icon Cache.  

In KDEHOME (normally: /home/<user>/.kde4) you will find a link: "cache-localhost" follow that link and delete all files in the: "kpc" subdirectory.  Then restart your KDE session.

Does this help?
Comment 4 warptrosse 2008-04-05 04:35:44 UTC
=============================================================
etacarinae@EtaCarinae ~ $ find `kde4-config --prefix`/share/icons/oxygen -name system-lock-screen.png
/usr/kde/4.0/share/icons/oxygen/16x16/actions/system-lock-screen.png
/usr/kde/4.0/share/icons/oxygen/22x22/actions/system-lock-screen.png
/usr/kde/4.0/share/icons/oxygen/32x32/actions/system-lock-screen.png
/usr/kde/4.0/share/icons/oxygen/48x48/actions/system-lock-screen.png
/usr/kde/4.0/share/icons/oxygen/64x64/actions/system-lock-screen.png
/usr/kde/4.0/share/icons/oxygen/128x128/actions/system-lock-screen.png
=============================================================

works fine with James tip.... thanks