<div dir="ltr">I want to get file / folder properties via the dbus command.<br><br>I am quiet positive that the command is something like:<br><br>$ dbus-send --session --print-reply --dest=org.freedesktop.FileManager1 /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItemProperties<br><br>It is giving error Error org.freedesktop.DBus.Error.InvalidArgs: Type of message, “()”, does not match expected type “(ass)”. I do not have any idea what this argument should look like or where i can get it from.<br><br>To get the items, there is another command:<br><br>$ dbus-send --session --print-reply --dest=org.freedesktop.FileManager1 /org/freedesktop/FileManager1 org.freedesktop.FileManager1.ShowItems<br><br>This also gives the same error.<br><br>What can I do?<br></div>