Skip to content

Commit 1b41e0e

Browse files
committed
fixed desktop icon and added run.sh
1 parent b0cfef3 commit 1b41e0e

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

BUILDING_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ First build and install SuperCollider on a RPi1 (or RPi0) following the instruct
1515
* `curl -o share/user/archive.sctxar https://raw.githubusercontent.com/redFrik/supercolliderStandaloneRPI1/master/share/user/archive.sctxar`
1616
* `curl -o sclang.yaml https://raw.githubusercontent.com/redFrik/supercolliderStandaloneRPI1/master/sclang.yaml`
1717
* `curl -o autostart.sh https://raw.githubusercontent.com/redFrik/supercolliderStandaloneRPI1/master/autostart.sh`
18+
* `curl -o run.sh https://raw.githubusercontent.com/redFrik/supercolliderStandaloneRPI1/master/run.sh`
19+
* `curl -o share/system/sc_ide_32.png https://raw.githubusercontent.com/redFrik/supercolliderStandaloneRPI1/master/share/system/sc_ide_32.png`
1820

1921
Now this directory should contain what is needed to run ScIDE standalone (if started as in the README.md). Copy it to another machine with the same system and try.
2022

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ Then open another terminal window and type...
3838
* `export PATH=.:$PATH`
3939
* `scide`
4040

41-
SuperCollider IDE should start and run like normal - with scope, meter, plot, gui, animation, help, quarks etc.
41+
or just double click the desktop icon. SuperCollider IDE should start and run like normal - with scope, meter, plot, gui, animation, help, quarks etc.
4242

4343
KNOWN ISSUES and TODO:
4444

45-
* help system and more is not working if scide is started via desktop icon - used to work
4645
* hints are yellow and unreadable - will be fixed in the next version (3.9)
4746
* 'libEGL warning: DRI2: failed to authenticate' that is posted in terminal at scide startup is harmless
4847

SuperColliderIDE.desktop

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Desktop Entry]
22
Name=SuperCollider IDE
33
GenericName=SuperCollider IDE
4-
Exec=sh -c "export PATH=.:$PATH; scide %f"
5-
Icon=sc_ide
4+
Path=/home/pi/supercolliderStandaloneRPI1/
5+
Exec=/home/pi/supercolliderStandaloneRPI1/run.sh
6+
Icon=/home/pi/supercolliderStandaloneRPI1/share/system/sc_ide_32.png
67
Type=Application
78
Terminal=false
8-
Patterns=*.scd;*.sc;*.schelp
9-
Categories=Application;Multimedia;Audio;AudioVideo
10-
MimeType=text/x-sc;
9+
Categories=Application;Development;
10+
StartupNotify=false

run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
export PATH=.:$PATH
3+
scide

share/system/sc_ide_32.png

1.52 KB
Loading

0 commit comments

Comments
 (0)