https://bugs.kde.org/show_bug.cgi?id=370247

Rog131 <samrog...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samrog...@hotmail.com

--- Comment #2 from Rog131 <samrog...@hotmail.com> ---
(In reply to Mahendra Tallur from comment #1)
> Hi ! Just updating after testing with latest KDE / Apps / Neon revisions.
> Bug still occurs.
> 
> But I'm not sure I'm filing the bug at the right place. What component is
> actually responsible for displaying icons ? 
> 
> Thanks :)

By my knowledge the kio-extras. Folder thumbnailing is using the icon theme
directory icon. ie:

https://cgit.kde.org/kio-extras.git/  ->  /kio-extras/thumbnail/thumbnail.cpp
has, from line 466:

//Use the current (custom) folder icon
const QMimeDatabase db;
const QString iconName = db.mimeTypeForName("inode/directory").iconName();

const QPixmap folder = QIcon::fromTheme(iconName).pixmap(qMin(m_width,
m_height));

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to