Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thunar:dev:test_dbus_calls [2019/01/12 23:20] – created alexxconsthunar:dev:test_dbus_calls [2020/10/03 07:26] (current) kevinbowen
Line 1: Line 1:
-   +~~NOTOC~~ 
- Here some example dbus calls in order to test thunar dbus functionallity:+{{ :thunar:dev:thunar.png?nolink|}} 
 +====== Thunar - Testing D-Bus calls ====== 
 +  
 + Here are some examples D-Bus calls in order to test thunar dbus functionality:
  
 +<code>
   dbus-send --dest=org.freedesktop.FileManager1 \   dbus-send --dest=org.freedesktop.FileManager1 \
             --type=method_call \             --type=method_call \
Line 22: Line 26:
             array:string:"file:/home/user/myFile1","file:/home/user/myFile2"  \             array:string:"file:/home/user/myFile1","file:/home/user/myFile2"  \
             string:"0"              string:"0" 
 +</code>
 +
 +----
 +
 +[[:thunar:dev:|Back to Thunar Dev Notes]]
 +
 +[[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]