Re: Get file properties via dbus command
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Fri, 23 Jun 2023 13:10:37 +1200
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Fri, 23 Jun 2023 06:36:57 +0600, Ahmad Ismail wrote: > I want to get file / folder properties via the dbus command. > > I am quiet positive that the command is something like: > > $ dbus-send --session --print-reply > --dest=org.freedesktop.FileManager1 /org/freedesktop/FileManager1 > org.freedesktop.FileManager1.ShowItemProperties The spec is here <https://www.freedesktop.org/wiki/Specifications/file-manager-interface/>. Note that these commands do not return the info, they show it to the user.