[dolphin] [Bug 370247] Custom icon overridden by default when folders thumbnails enabled

2016-12-13 Thread Rog131
https://bugs.kde.org/show_bug.cgi?id=370247

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #2 from Rog131  ---
(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.

[dolphin] [Bug 370247] Custom icon overridden by default when folders thumbnails enabled

2016-12-12 Thread Mahendra Tallur
https://bugs.kde.org/show_bug.cgi?id=370247

Mahendra Tallur  changed:

   What|Removed |Added

Version|16.08.1 |16.08.3

--- Comment #1 from Mahendra Tallur  ---
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 :)

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