~~NOTOC~~ {{ :thunar:dev:thunar.png?nolink|}} ====== Thunar - Testing D-Bus calls ====== Here are some examples D-Bus calls in order to test thunar dbus functionality: dbus-send --dest=org.freedesktop.FileManager1 \ --type=method_call \ /org/freedesktop/FileManager1 \ org.freedesktop.FileManager1.ShowFolders \ array:string:"file:/home/user/myFolder1","file:/home/user/myFolder2" \ string:"0" dbus-send --dest=org.freedesktop.FileManager1 \ --type=method_call \ /org/freedesktop/FileManager1 \ org.freedesktop.FileManager1.ShowItems \ array:string:"file:/home/user/myFile1","file:/home/user/myFile2" \ string:"0" dbus-send --dest=org.freedesktop.FileManager1 \ --type=method_call \ /org/freedesktop/FileManager1 \ org.freedesktop.FileManager1.ShowItemProperties \ array:string:"file:/home/user/myFile1","file:/home/user/myFile2" \ string:"0" ---- [[:thunar:dev:|Back to Thunar Dev Notes]] [[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]