Tonyforster (talk | contribs)
Tonyforster (talk | contribs)
 
(9 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 283: Line 284:


===Patch===
===Patch===
  sudo install patch
  sudo yum install patch
or
sudo yum install patch --nogpg


Should be a "raw patch" link (eg. 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch)
Should be a "raw patch" link (eg. 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch)


1. Save that page as a file into ~/Activities/TurtleArt.activity  (eg patching Turtle Art)
1. Save that page as a file into ~/Activities/TurtleArt.activity  (eg patching Turtle Art)
2. From the run the patch command as follows:
 
2. From terminal run the patch command as follows:


  patch -p1 < 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch
  patch -p1 < 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch
Line 295: Line 299:
the command line by hitting tab after typing the first few letters of
the command line by hitting tab after typing the first few letters of
the patch file name.)
the patch file name.)
[[Activities/Butialo]]
[[Features/Parental_controls]]