Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
thunar:dev:test_dbus_calls [2020/10/03 07:23] – added header and footer nav kevinbowenthunar:dev:test_dbus_calls [2020/10/03 07:26] (current) kevinbowen
Line 3: Line 3:
 ====== Thunar - Testing D-Bus calls ====== ====== Thunar - Testing D-Bus calls ======
    
- Here some example dbus calls in order to test thunar dbus functionallity:+ 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 25: 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]] [[:thunar:dev:|Back to Thunar Dev Notes]]
  
 [[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]] [[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]