How to make screencasts on Sugar: Difference between revisions

No edit summary
Line 19: Line 19:


==Possible errors you may encounter==
==Possible errors you may encounter==
<code>[root@localhost liveuser]# gtk-recordMyDesktop  
<verbatim>[root@localhost liveuser]# gtk-recordMyDesktop  
/usr/lib/python2.6/site-packages/recordMyDesktop/rmdMonitor.py:10: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
/usr/lib/python2.6/site-packages/recordMyDesktop/rmdMonitor.py:10: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
   import popen2
   import popen2
Line 33: Line 33:
   option to change this behavior. You can then get a meaningful
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
   backtrace from your debugger if you break on the gdk_x_error() function.)
</code>
</verbatim>
* No known workaround for this yet.
* No known workaround for this yet.