[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2026-05-14 Thread John Doe
https://bugs.kde.org/show_bug.cgi?id=495020

John Doe  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #7 from John Doe  ---
Experiencing the same issue. I remember in plasma 5, the file picker didn't
have so many bugs. Now some thumbnails don't load, the images are not centered,
loading a folder with many images causes it to freeze.. The gnome file picker
seems better than the kde one, how the tables turn

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2026-04-29 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=495020

--- Comment #6 from Antti Savolainen  ---
Sure sure. That was just a confirmation of the source of the bug.

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2026-04-29 Thread Akseli Lahtinen
https://bugs.kde.org/show_bug.cgi?id=495020

--- Comment #5 from Akseli Lahtinen  ---
(In reply to Antti Savolainen from comment #4)
> Setting qdebug here returns 100 on the initial call and 5 on any subsequent
> call
> int KProtocolInfo::maxWorkers(const QString &_protocol)
> {
> KProtocolInfoPrivate *prot =
> KProtocolInfoFactory::self()->findProtocol(_protocol);
> if (!prot) {
> qDebug() << "Not set";
> return 1;
> }
> qDebug() << "Set:" << prot->m_maxWorkers;
> return prot->m_maxWorkers;
> }
> Setting the return value to something like 500 and all the icons load almost
> instantly.

We cant set the value too high since we do not know how powerful someone's
machine is in relation to this

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2026-04-28 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=495020

--- Comment #4 from Antti Savolainen  ---
Setting qdebug here returns 100 on the initial call and 5 on any subsequent
call
int KProtocolInfo::maxWorkers(const QString &_protocol)
{
KProtocolInfoPrivate *prot =
KProtocolInfoFactory::self()->findProtocol(_protocol);
if (!prot) {
qDebug() << "Not set";
return 1;
}
qDebug() << "Set:" << prot->m_maxWorkers;
return prot->m_maxWorkers;
}
Setting the return value to something like 500 and all the icons load almost
instantly.

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2026-04-27 Thread Akseli Lahtinen
https://bugs.kde.org/show_bug.cgi?id=495020

Akseli Lahtinen  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #3 from Akseli Lahtinen  ---
(In reply to Antti Savolainen from comment #2)
> I think the issue is that the filepicker thumbnailer is single threaded
> while dolphin is multithreaded.

By default KIO runs only one worker at a time. It uses
KProtocolInfo::maxWorkers to get how many workers are allowed to run at the
same time. See kio previewjob:146

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2026-04-22 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=495020

--- Comment #2 from Antti Savolainen  ---
I think the issue is that the filepicker thumbnailer is single threaded while
dolphin is multithreaded.

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2025-05-19 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=495020

Antti Savolainen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[frameworks-kio] [Bug 495020] Filepicker sometimes doesn't load thumbnails of images

2025-05-19 Thread Rory
https://bugs.kde.org/show_bug.cgi?id=495020

Rory  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #1 from Rory  ---
Created attachment 181529
  --> https://bugs.kde.org/attachment.cgi?id=181529&action=edit
file picker not showing thumbnails

Attachment is from a folder I had opened 3+ times in the file picker and those
thumbnails (images at top of folder) at not shown.  It seems like the file
picker is (1) having some glitch with the thumbnail cache (2) trying to
regenerate thumbnails every time.

This glitch happens on a regular basis.

I am also using an Arch based distro.

Operating System: Artix Linux x86_64
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.12.0
Qt Version: 6.9.0
Kernel Version: 6.13.8-artix1-1 (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5500U with Radeon Graphics
Memory: 22.8 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: Acer
Product Name: Aspire A515-45
System Version: V1.08

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