Skip to content

Folder Model: Handle invalid URL in desktop file

Kai Uwe Broulik requested to merge work/kbroulik/foldermodel-broken-url into master

KProtocolInfo asserts the scheme not being empty but we shouldn't get here in the first place.

BUG: 482889


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?

@krake

Edited by Kai Uwe Broulik

Merge request reports