https://bugs.kde.org/show_bug.cgi?id=486674
--- Comment #3 from Akseli Lahtinen <[email protected]> --- Meanwhile that is a bug, it's not the culprit for this one. in `kcoredirlister.cpp` we ask from the item if it exists. However, it fails to ```cpp if (!d->m_bInitCalled) { qCWarning(KIO_CORE) << "KFileItem: exists called when not initialised" << d->m_url; return false; } ``` Thus we don't show the file. Changing properties of the file from desktop does not initialize the file again for some reason. -- You are receiving this mail because: You are watching all bug changes.
