https://bugs.kde.org/show_bug.cgi?id=477315
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/2f4677d | |5fa1bebe096c83216a20c4141c2 | |605fc4 Resolution|--- |FIXED --- Comment #4 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 2f4677d5fa1bebe096c83216a20c4141c2605fc4 by Nicolas Fella. Committed on 10/12/2023 at 17:02. Pushed by nicolasfella into branch 'master'. Fix loading desktopfile-based service actions The code before 0eb24754b5e3fb0025889bca1fca826f45961254 would check if (isBuiltin || !serviceAction.noDisplay()) with the latter part getting lost in the change. This results in olny builtin actions getting picked. Since the assumption seems to be that actions are never noDisplay we can drop the entire check M +21 -23 src/widgets/kfileitemactions.cpp M +2 -2 src/widgets/kfileitemactions_p.h https://invent.kde.org/frameworks/kio/-/commit/2f4677d5fa1bebe096c83216a20c4141c2605fc4 -- You are receiving this mail because: You are watching all bug changes.