Hello,<br><br>I was looking into the source code in more detail and debuged the DBUs interface a bit and it seems to me that only a few commands of the compiz plugin are still &quot;exported&quot; as &quot;actions&quot; in version 0.7.6 of compiz.<br>
<br>If I grep the source tree of compiz I find only 7 occurrences if &quot;action&quot;<br>./src/option.c:&nbsp;&nbsp;&nbsp; return &quot;action&quot;;<br>./src/metadata.c:&nbsp;&nbsp;&nbsp; { &quot;action&quot;, CompOptionTypeAction },<br>./plugins/svg.c:&nbsp;&nbsp;&nbsp; { &quot;set&quot;, &quot;action&quot;, 0, svgSet, NULL }<br>
./plugins/scale.c:&nbsp;&nbsp;&nbsp; { &quot;relayout_slots&quot;, &quot;action&quot;, 0, scaleRelayoutSlots, 0 }<br>./plugins/annotate.c:&nbsp;&nbsp;&nbsp; { &quot;draw&quot;, &quot;action&quot;, 0, annoDraw, 0 },<br>./plugins/water.c:&nbsp;&nbsp;&nbsp; { &quot;point&quot;, &quot;action&quot;, 0, waterPoint, 0 },<br>
./plugins/water.c:&nbsp;&nbsp;&nbsp; { &quot;line&quot;, &quot;action&quot;, 0, waterLine, 0 }<br><br>If I do the same in version 0.6.2, I found a bit more (125)...<br><br>Does that mean that the number of action one can trigger via the DBUS Action or has the way certain action are triggered changed a bit?<br>
<br>Any help/ clarification would be appreciated.<br><br>Or, if anybody knows to how to rotate the cube via dbus with 0.7.6, that would also very helpful.<br><br>Thanks,<br>Martin<br><br><br><div class="gmail_quote">On Sat, Jun 7, 2008 at 8:06 PM, Martin Glueck &lt;<a href="mailto:martin.glueck@gmail.com">martin.glueck@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hallo,<br><br>I was wondering if there is a good place where one can
find more information about the the methods exported on the dbus by the
different plugins. And especially the required parameters.<br><br>I have play around quite a bit and tried to use the &quot;org.freedesktop.DBus.Introspec<div>table.Introspect&quot;
method to get more information about the objects, but I was not really
lucky in finding what I was looking for.<br>
<br>For example, I tried to find out how I could trigger the &quot;cube
rotation&quot; from a python script. But whatever I found did not work...<br><br>I&#39;m using the latest compiz-fusion release 0.7.6<br><br>Any help would be apreciated.<br>
<br>Thanks,<br><font color="#888888"><font color="#888888">Martin</font></font></div>
</blockquote></div><br>