Changes

Jump to navigation Jump to search
2,323 bytes added ,  21:51, 23 April 2014
Line 58: Line 58:     
[[File:Olpc-rotary.odp]]
 
[[File:Olpc-rotary.odp]]
 +
 +
[[File:Ictev11.odp]]
    
== Sea Surface Temperature Mapping ==
 
== Sea Surface Temperature Mapping ==
Line 166: Line 168:     
  chmod 777 ~/Activities
 
  chmod 777 ~/Activities
 +
chmod 777 ~/Activities -r    #contents too?
    
unprotects the directory but it is still hidden, in the file manager <i>nautilus</i> check show hidden files
 
unprotects the directory but it is still hidden, in the file manager <i>nautilus</i> check show hidden files
Line 237: Line 240:     
[[File:Turtle Art Activity 3 axis.ta]]
 
[[File:Turtle Art Activity 3 axis.ta]]
 +
 +
 +
==Screenshots in Sugar==
 +
===Simple screenshot===
 +
To take screenshots press Alt 1
 +
 +
This will capture the screen but not the mouse cursor
 +
 +
===Screenshot with cursor===
 +
To also capture the mouse cursor, install gnome-screenshot. Type the following in Terminal:
 +
 +
sudo yum install gnome-utils
 +
 +
You can then start the interactive version of gnome-screenshot:
 +
gnome-screenshot --interactive
 +
 +
[[File:Gnome-screenshot.png|350px]]
 +
 +
Check that you have the right options selected and that 'Include pointer' is selected, then click Take Screenshot. Do not navigate away to the screen you want the screenshot of because you will be unable to navigate back to the utility. At this point we are just checking that the options are correct.
 +
 +
[[File:Gnome-screensh-2.png|350px]]
 +
 +
Select a suitable save location such as 'Documents' and click Save.
 +
 +
Now you are ready to take a screenshot. Start gnome-screenshot from Terminal with a suitable delay, eg. 2 seconds
 +
 +
gnome-screenshot -d 2
 +
 +
Immediately go to the screen you wish to capture, position the cursor where you want it, get the menus etc. as you want them and wait for the dialog box. Click Save. (Later versions of Sugar allow you to access the saved file in Documents but the folder contents are not updated, you may need to switch between Journal and Documents to see the updated file listing.)
 +
 +
==Miscellaneous_Technical_Notes==
 +
http://wiki.laptop.org/go/User:Kevgor/Miscellaneous_Technical_Notes
 +
 +
==GIT and patches==
 +
===GIT local repository===
 +
sudo install git
 +
 +
clone the git of the Turtle, in a terminal, make:
 +
 +
git clone  git://git.sugarlabs.org/turtleart/mainline.git
 +
 +
In the mainline folder there are all turtle's files..
 +
 +
===Patch===
 +
sudo yum install patch
 +
or
 +
sudo yum install patch --nogpg
 +
 +
Should be a "raw patch" link (eg. 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch)
 +
 +
1. Save that page as a file into ~/Activities/TurtleArt.activity  (eg patching Turtle Art)
 +
 +
2. From terminal run the patch command as follows:
 +
 +
patch -p1 < 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch
 +
 +
That is it. (Note, you should be able to use autocomplete when typing
 +
the command line by hitting tab after typing the first few letters of
 +
the patch file name.)
 +
 +
 +
[[Activities/Butialo]]
 +
[[Features/Parental_controls]]
2,486

edits

Navigation menu