Skip to content

Fix fileitem to survive file not existing

If we force reading the desktop while the desktop has changed in !174 (merged), to prevent an errant program form freezing updates, possibly a file may not exist by the time the desktop gets drawn. This means the code drawing the icons on the desktop can fail and the icons may not display momentarily till another read gets completed resulting in flashing icons. This MR attempts to fix that.

Edited by Sundeep Mediratta

Merge request reports