Changes

m
no edit summary
Line 1: Line 1:  
==steps==
 
==steps==
1) get Sugar installed and internet connection working
+
1) Get Sugar installed and internet connection working
   −
2) go to terminal (can be found in list of activities)
+
2) Go to terminal (can be found in list of activities)
   −
3)go to root by typing <code>su</code>
+
3) Go to root by typing  
 +
 +
<code>su</code>
   −
4)type <code>yum update</code>
+
4)Type:
   −
5)wait a bit to pull down changes. Keep in mind the size of your drive. Mine is 4Gigs so plenty of room...
+
<code>yum update</code>
 +
 
 +
5)Wait a bit to pull down changes. Keep in mind the size of your drive. Mine is 4Gigs so plenty of room...
    
6)Accept changes is up to you.
 
6)Accept changes is up to you.
   −
7)type <code>yum install recordmydesktop</code> or <code>yum install gtk-recordmydesktop</code>
+
7)Type:
 +
<code>yum install recordmydesktop</code>  
 +
or  
 +
<code>yum install gtk-recordmydesktop</code>
      Line 20: Line 27:  
==Possible errors you may encounter==
 
==Possible errors you may encounter==
 
<nowiki>[root@localhost liveuser]# gtk-recordMyDesktop  
 
<nowiki>[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
 
/usr/lib/python2.6/site-packages/recordMyDesktop/rmdSimple.py:223: DeprecationWarning: os.popen3 is deprecated.  Use the subprocess module.
 
/usr/lib/python2.6/site-packages/recordMyDesktop/rmdSimple.py:223: DeprecationWarning: os.popen3 is deprecated.  Use the subprocess module.