https://bugs.kde.org/show_bug.cgi?id=525484
--- Comment #2 from Cherkah <[email protected]> --- UPDATE: after somee investigation here are additional info. I have a service menu for Meld comparison in ~/.local/share/kio/servicemenus/. Before the KF 6.28 → 6.29 update, the submenu "Comparer avec Meld" appeared correctly in Dolphin's context menu for .txt files and folders. After the update, the submenu no longer appears because of 'X-KDE-Submenu=' key: commenting out the X-KDE-Submenu= line makes the actions reappear under the "Actions" submenu. Additional test cases: 1. MimeType=text/*;inode/directory; → submenu not displayed 2. Without X-KDE-Submenu= (commented) → actions appear under "Actions" So the bug is triggered by X-KDE-Submenu= alone, regardless of: - the MimeType (text, image, directory, etc.) - the Exec line (simple command or external script) - script compliance Attached: compare-using-meld.desktop (the service menu file) This confirms the regression is in KDE Frameworks 6.29.0 and affects all service menus using X-KDE-Submenu=. https://bugzilla.opensuse.org/show_bug.cgi?id=1275906 -- You are receiving this mail because: You are watching all bug changes.
