A recently used file can also be a remote location
BUG: 401579
A recently used file can also be a remote location
BUG: 401579
It took me forever to figure out where this entry actually came from :/
Task Manager uses the URI as QUrl for recent documents and tries to exclude Folders which didn't work as QUrl("/foo/bar") is not localFile` and as such the codepath was never hit.
Not sure what the implications are for this change, it does fix Dolphin showing folders in its task manager context menu, often duplicating the ones from places. Right-click Dolphin, chose e.g. "Downloads", and you end up with a "Downloads" entry without icon in the menu.
Lint Skipped |
Unit Tests Skipped |
Not sure what the implications are for this change, it does fix Dolphin showing folders in its
This I don't like.
KAMD stores file paths, not URIs for local files in the database.
This needs more investigation of the consequences.
Alright, so we have two bugs then: