linux:installscratch
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:installscratch [2014/02/24 22:01] – created rlunaro | linux:installscratch [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| ===== Third step: fix start script ===== | ===== Third step: fix start script ===== | ||
| - | The last step is to fix the start script. I madre the following changes: | + | The last step is to fix the start script, ''/ |
| - | + | ||
| - | **When it says:** | + | |
| <code bash> | <code bash> | ||
| Line 52: | Line 50: | ||
| # Description: | # Description: | ||
| # Original Author: Bert Freudenberg | # Original Author: Bert Freudenberg | ||
| - | # Adapted by: Miriam Ruiz | + | # Adapted by: Miriam Ruiz, Raul Luna |
| - | VM_VERSION=`find / | + | VM_VERSION=4.10.2-2614 |
| SQ_DIR=/ | SQ_DIR=/ | ||
| VM=" | VM=" | ||
| - | VMOPTIONS=" | + | VMOPTIONS=" |
| - | IMAGE="/ | + | IMAGE="/ |
| IMOPTIONS="" | IMOPTIONS="" | ||
| DOCUMENT="" | DOCUMENT="" | ||
| WRAPPER="" | WRAPPER="" | ||
| - | |||
| </ | </ | ||
| + | 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. | ||
| - | **I put:** | + | ===== 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, | ||
| <code bash> | <code bash> | ||
| - | #!/bin/sh | + | oktopus:/ |
| - | # File: | + | </ |
| - | # Description: | + | |
| - | # Original Author: Bert Freudenberg | + | |
| - | # Adapted by: Miriam Ruiz, Raul Luna | + | |
| - | VM_VERSION=4.10.2-2614 | ||
| - | SQ_DIR=/ | ||
| - | VM=" | ||
| - | VMOPTIONS=" | ||
| - | IMAGE="/ | ||
| - | IMOPTIONS="" | ||
| - | DOCUMENT="" | ||
| - | WRAPPER="" | ||
| - | </ | + | ===== Further reading ===== |
| - | + | ||
| - | 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. | + | |
| + | Reading here and there, I've discovered that worth have a look to these projects related with scratch: | ||
| + | * http:// | ||
| + | * http:// | ||
linux/installscratch.1393279309.txt.gz · Last modified: 2022/12/02 21:02 (external edit)
