Summary: | Open as root missing from context menu dispite it showing in the confugure window. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alexander <xanaddams> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel, nicolas.fella |
Priority: | NOR | Keywords: | qt6 |
Version: | 24.01.80 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/c5ffdf9e48147641704fe8d14b2819fe9ae3c789 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alexander
2023-12-04 05:43:36 UTC
Service menus are available. The problem here is that this particular item uses an outdated metadata format (ServiceTypes= instead of MimeType=) A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1509 Git commit c5ffdf9e48147641704fe8d14b2819fe9ae3c789 by Christoph Cullmann, on behalf of Nicolas Fella. Committed on 30/08/2024 at 17:14. Pushed by cullmann into branch 'master'. Accept service menus that use ServiceTypes to specify their types While they should use MimeType for this also read the old key for compatibility M +7 -2 src/widgets/kfileitemactions.cpp https://invent.kde.org/frameworks/kio/-/commit/c5ffdf9e48147641704fe8d14b2819fe9ae3c789 |