Tonyforster (talk | contribs)
Tonyforster (talk | contribs)
 
(10 intermediate revisions by the same user not shown)
Line 168: 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 271: Line 272:
==Miscellaneous_Technical_Notes==
==Miscellaneous_Technical_Notes==
http://wiki.laptop.org/go/User:Kevgor/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]]