mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
a803f96f41
* dms doctor: warn when XDG_MENU_PREFIX is missing with KDE apps Under non-Plasma compositors (niri, Hyprland, Sway), Dolphin's 'Open with...' dialog appears empty because KService/KApplicationTrader requires a populated XDG menu tree, which depends on XDG_MENU_PREFIX. This check warns the user when kde-cli-tools (keditfiletype) is installed but XDG_MENU_PREFIX is not set. Ref: https://specifications.freedesktop.org/menu-spec/latest/ * fix(dms doctor): improve warning message for missing XDG_MENU_PREFIX Port 1.5 --------- Co-authored-by: Matias <git@matias7235.com.ar>