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

David Faure <fa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED
   Version Fixed In|5.96                        |5.116
      Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
                   |eworks/kio/commit/a4c404603 |eworks/kservice/-/commit/d0
                   |bbf43fda2d60c82c814527bde0a |f416ea064539adbffb471d7e0d9
                   |8352                        |767c7d125a9

--- Comment #24 from David Faure <fa...@kde.org> ---
Git commit d0f416ea064539adbffb471d7e0d9767c7d125a9 by David Faure.
Committed on 03/03/2024 at 09:27.
Pushed by dfaure into branch 'kf5'.

Fix warning: mimeType "x-scheme-handler/file" not found

commit b5af9b4eb021f772ce27b466409f6bd1efd72969 ported
KIO::DesktopExecParser::hasSchemeHandler
from KMimeTypeTrader to KApplicationTrader, but it turns out there was a slight
difference
between the two: KMimeTypeTrader had two if()s for silencing the
x-scheme-handler/* warnings,
while KApplicationTrader had only one. Maybe I misread the code back then and
failed to see
the "mime = mimeType" line (rather than return) which makes us proceed further
down after
QMimeDatabase says the mimetype doesn't exist.
FIXED-IN: 5.116

M  +3    -1    src/services/kapplicationtrader.cpp

https://invent.kde.org/frameworks/kservice/-/commit/d0f416ea064539adbffb471d7e0d9767c7d125a9

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to