What's wrong with this entry?
On Linux with a desktop environment, Claude Code can now open files in the native file manager using D-Bus (org.freedesktop.FileManager1.ShowItems), mirroring the "Reveal in Finder" behavior on macOS.
- Uses
dbus-sendto invoke theShowItemsmethod on theorg.freedesktop.FileManager1interface. - Falls back silently if D-Bus or a file manager is not available.
- Applies to paths that Claude surfaces in the terminal where an "open in folder" action makes sense.
D-Bus ShowItems integration (search for "org.freedesktop.FileManager1.ShowItems")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.