Search found 5 matches
- Sat Dec 27, 2014 12:32 pm
- Forum: Scratch
- Topic: nuScratch is now default scratch
- Replies: 36
- Views: 16028
Re: nuScratch is now default scratch
The startup script 'scratch' in /usr/bin does not support command line switches (so far) To run a certain scratch.sb, a workaround is /usr/bin/squeak-stack -vm-sound-alsa /usr/share/scratch/NuScratchBeta15.image --document /home/pi/Documents/scratch.sb You find this command by 'cat /usr/bin/scratch...
- Sat Dec 27, 2014 8:47 am
- Forum: Scratch
- Topic: nuScratch is now default scratch
- Replies: 36
- Views: 16028
Re: nuScratch is now default scratch
I have been trying NuScratch on the latest NOOBS. Before, the following command that opens Scratch with a project file specified works with no problem, but now this does not work with NuScratch. $ scratch --document "/home/pi/Documents/Scratch Projects/test.sb" Is there any other way to op...
- Sun Oct 27, 2013 1:46 pm
- Forum: Advanced users
- Topic: Quesition about "Boot to Scratch" NOOBS OS
- Replies: 4
- Views: 7019
Re: Quesition about "Boot to Scratch" NOOBS OS
I found the solution. My goal was to open a specific Scratch project at boot, and the solution below works. Instead of using "Boot to Scratch", use the normal "Raspbian" option of NOOBS OS. Then, open raspi-config by # sudo raspi-config and select "3. Enable Boot to Desktop/...
- Fri Oct 25, 2013 2:47 pm
- Forum: Staffroom, classroom and projects
- Topic: Minecraft & Raspberry Pi
- Replies: 5
- Views: 4007
Re: Minecraft & Raspberry Pi
I found this nice tool and was able to take minecraft screen capture. raspi2png: https://github.com/AndrewFromMelbourne/raspi2png # cd [any folder] # wget https://github.com/AndrewFromMelbourne/raspi2png/archive/master.zip # unzip master.zip # cd raspi2png-master # sudo apt-get install libpng12-dev ...
- Mon Oct 21, 2013 2:23 am
- Forum: Advanced users
- Topic: Quesition about "Boot to Scratch" NOOBS OS
- Replies: 4
- Views: 7019
Quesition about "Boot to Scratch" NOOBS OS
Is there a way to open a specific scratch project at startup on "Boot to Scratch" NOOBS OS?