How to make screencasts on Sugar: Difference between revisions
No edit summary |
|||
| Line 9: | Line 9: | ||
RecordMyDesktop is command line only. Use GTK below for the GUI. | RecordMyDesktop is command line only. Use GTK below for the GUI. | ||
<code>yum install gtk-recordmydesktop</code> | <code>yum install gtk-recordmydesktop</code> | ||
or this one written in [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] WHICH should be more stable on Sugar as Sugar is written in Python... | or this one written in [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] WHICH should be more stable on Sugar as Sugar is written in Python... though amazingly qt-recordmydesktop asked for 27M of space where gtk-recordmydesktop only asked for a few 100K! | ||
<code>yum install qt-recordMyDesktop</code> | <code>yum install qt-recordMyDesktop</code> | ||