Folder Model: Handle invalid URL in desktop file
KProtocolInfo asserts the scheme not being empty but we shouldn't get here in the first place.
We can still check the scheme().isEmpty()
but let’s try this first.
Though it might also just be a desktop file with URL=/path/to/file
?
Edited by Kai Uwe Broulik