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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
                   |eworks/kservice/-/commit/d0 |eworks/kservice/-/commit/3e
                   |f416ea064539adbffb471d7e0d9 |5a56b9a38258e81362261df9d92
                   |767c7d125a9                 |88ebfb13eaa

--- Comment #25 from David Faure <fa...@kde.org> ---
Git commit 3e5a56b9a38258e81362261df9d9288ebfb13eaa by David Faure.
Committed on 03/03/2024 at 09:28.
Pushed by dfaure into branch 'master'.

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
(cherry picked from commit d0f416ea064539adbffb471d7e0d9767c7d125a9)

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

https://invent.kde.org/frameworks/kservice/-/commit/3e5a56b9a38258e81362261df9d9288ebfb13eaa

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

Reply via email to