User Tools

Site Tools


linux:installscratch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:installscratch [2014/02/24 23:03] rlunarolinux:installscratch [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 65: Line 65:
 And this is it. If you want, you can do more fixings like creating a fancy starting icon, etc. But the hard stuff is already done. And this is it. If you want, you can do more fixings like creating a fancy starting icon, etc. But the hard stuff is already done.
  
 +===== Final step: put it in your local language =====
  
 +I've discovered that scratch didn't appear in the local language, but in english. Debugging the launching of the application, I've discovered that it keeps searching in the directory ''/usr/share/scratch'' despite it is installed in ''/usr/local/share/scratch''. A symbolic link resolved the issue:
 +
 +<code bash>
 +oktopus:/usr/share # ln -s /usr/local/share/scratch/ scratch
 +</code>
 +
 +
 +===== Further reading =====
 +
 +Reading here and there, I've discovered that worth have a look to these projects related with scratch:
 +
 +  * http://byob.berkeley.edu/ (build your own blocks)
 +  * http://pantherprogramming.weebly.com/download-panther.html (Panther programming)
  
  
linux/installscratch.1393279386.txt.gz · Last modified: 2022/12/02 22:02 (external edit)