Bug 361192 - File managers use wrong breeze icons size.
Summary: File managers use wrong breeze icons size.
Status: RESOLVED UPSTREAM
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (other bugs)
Version First Reported In: 5.6.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 16:02 UTC by Yamashita Ren
Modified: 2016-05-20 14:03 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yamashita Ren 2016-03-30 16:02:09 UTC
Depending on the File Manager and the file type,  22x icons are used.
In Dolphin, they are used for everything but "special dirs" like Downloads, Music, Desktop...
In PCManFM-Qt, they are used for everything but directories.

Reproducible: Always

Steps to Reproduce:
1. Use Breeze icon theme.
2. Open Dolphin or PCManFM-QT.
3. Configure the icon size to something higher than 22, like 48 or 64.


Actual Results:  
Look at theses ugly 22x icons.

Expected Results:  
I should look at beautiful 48x icons.
Comment 1 Tsu Jan 2016-05-07 16:14:19 UTC
This is a Qt bug (in qiconloader.cpp -> directorySizeDistance()).
Comment 2 Tsu Jan 2016-05-07 16:16:52 UTC
Wrong address! Sorry, the bug is in qiconloader.cpp -> directoryMatchesSize().
Comment 3 andreas 2016-05-16 13:47:04 UTC
sorry but breeze-icons is also the wrong area can you add an screenshot?
Comment 4 Tsu Jan 2016-05-20 14:02:32 UTC
You could close this report. See https://codereview.qt-project.org/#/c/159800/
Comment 5 Yamashita Ren 2016-05-20 14:03:49 UTC
Thanks.