aboutsummaryrefslogtreecommitdiffstats
path: root/test/commandlinetests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/commandlinetests.txt')
-rw-r--r--test/commandlinetests.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/commandlinetests.txt b/test/commandlinetests.txt
index 86a09cd..81c546e 100644
--- a/test/commandlinetests.txt
+++ b/test/commandlinetests.txt
@@ -194,6 +194,14 @@ $dbus-send --session --type=method_call --print-reply --dest=org.agl.homescreen
Interface:
org.agl.windowmanager
+
+dbus-send --session --type=method_call --print-reply --dest=org.agl.windowmanager /windowmanager org.freedesktop.DBus.Properties.GetAll string:"org.agl.windowmanager"
+
+dbus-send --session --type=method_call --print-reply --dest=org.agl.windowmanager /windowmanager org.freedesktop.DBus.Properties.Get string:"org.agl.windowmanager" string:"homeScreenPid"
+
+dbus-send --session --type=method_call --print-reply --dest=org.agl.windowmanager /windowmanager org.freedesktop.DBus.Properties.Set string:"org.agl.windowmanager" string:"homeScreenPid" variant:int32:1
+
+
Method:
<method name="addLayout">
<arg name="layoutId" type="i" direction="in"/>