Editing Livewallpaper

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
API(Draft) for external theme :
+
LiveWallpaper
-
<ol>
+
 
-
<li>
+
API for external theme:
-
You need to create XML file with description your external theme. See example below:
+
 
 +
1. You need to create xml file with description your external theme.
 +
See example below:
Example for external theme Abstractile:
Example for external theme Abstractile:
-
<source lang="xml">
+
<theme>
-
<theme>
+
  <name>Abstractile</name>
-
<name>Abstractile</name>
+
  <exec_path>/usr/lib/xscreensaver/abstractile</exec_path>
-
<exec_path>/usr/lib/xscreensaver/abstractile</exec_path>
+
  <window_id>-window-id</window_id>
-
<window_id>-window-id</window_id>
+
  <view>-view</view>
-
<view>-view</view>
+
  <category>xscreensaver</category>
-
<category>xscreensaver</category>
+
</theme>
-
</theme>
+
-
</source>
+
Where
Where
-
* <code>name</code> - name of theme.
+
* name - name of theme.
-
* <code>exec_path</code> - path to the executable binary file for this theme.
+
* exec_path - path to the executable binary file for this theme.
-
* <code>window_id</code> - option name for the X11 Window ID. Your application should take value from this option and to use this 'window' for drawing.  
+
* window_id - option name for the X11 Window ID. Your application should take this option.  
-
* <code>view</code> - option name for the view number on which your application will be started). Your application should take this option.
+
* view - option name for the view number on which your application will be started). Your application should take this option.
-
* <code>category</code> - category name for theme.
+
*category - category name for theme.
-
</li>
+
 
-
<li>
+
2. Your application must go to sleep on the dbus signal: interface='org.maemo.livewp', member='pause_livebg_on_view%i'
-
Your application must go to sleep on the D-Bus signal:
+
and wake up on the dbus signal: interface='org.maemo.livewp', member='play_livebg_on_view%i', where %i - view number.
-
<pre>
+
-
interface='org.maemo.livewp', member='pause_livebg_on_view%i'
+
-
</pre>
+
-
and wake up on the D-Bus signal:
+
-
<pre>
+
-
interface='org.maemo.livewp', member='play_livebg_on_view%i'
+
-
</pre>
+
-
where %i - view number.
+
-
</li>
+
-
</ol>
+
          
          
[[Category:Software]]
[[Category:Software]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)