Bug 160349 - lock icon size bigger than other icons in leave section
Summary: lock icon size bigger than other icons in leave section
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma4
Classification: Plasma
Component: widget-kickoff (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 04:01 UTC by warptrosse
Modified: 2008-04-05 04:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
lock icon screenshot (52.64 KB, image/png)
2008-04-04 04:04 UTC, warptrosse
Details

Note You need to log in before you can comment on or make changes to this bug.
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