[dolphin] [Bug 443253] FTP folder ignores default application to open file

Kai Uwe Broulik bugzilla_noreply at kde.org
Mon Dec 6 22:15:55 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=443253

--- Comment #5 from Kai Uwe Broulik <kde at 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 on the CC list for the bug.


More information about the kfm-devel mailing list