https://bugs.kde.org/show_bug.cgi?id=443253
--- Comment #5 from Kai Uwe Broulik <k...@privat.broulik.de> --- > 2) Change OpenUrlJob to prefer determining the mime type over the scheme > handler Wouldn't that end us back at the "examining..." situation where we try to figure out how to open the app so it takes a while to open a file? Maybe it really depends on the type of scheme... for a "browsable" protocol I would expect it to behave like a local folder. Maybe "if (supportslisting) { determine mimetype } else { open with handler }"? 3) Add API to pass the MIME type from Dolphin to OpenUrlJob and make it use that But yeah, if the mimetype is known and we could save a stat, that would be nice either way. -- You are receiving this mail because: You are watching all bug changes.