Skip to content

Commit 8e93ca8

Browse files
authored
Focusrite2i2g4_drivers.md: use make install instead of custom .desktop file
Removed instructions for adding a .desktop file and emphasized running 'make install' to create it.
1 parent 6c39aa0 commit 8e93ca8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

CommonInitScripts/Focusrite2i2g4_drivers.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,4 @@
66
4. Read the docs:
77
- <https://github.com/geoffreybennett/alsa-scarlett-gui/blob/master/docs/iface-4th-gen-small.md>
88
- <https://github.com/geoffreybennett/alsa-scarlett-gui/blob/master/docs/USAGE.md>
9-
5. Add .desktop file:
10-
- `cd ~/.local/share/applications`
11-
- `v alsa-scarlett-gui.desktop`
12-
- `chmod +x alsa-scarlett-gui.desktop`
13-
- ```
14-
[Desktop Entry]
15-
Name=Focusrite Control
16-
Comment=Open ALSA Scarlett GUI for Focusrite interfaces
17-
Exec=sh -c "cd /home/jr/x/alsa-scarlett-gui/src/ && ./alsa-scarlett-gui"
18-
Icon=audio-card
19-
Terminal=false
20-
Type=Application
21-
Categories=AudioVideo;Mixer;Settings;
22-
StartupNotify=true
23-
StartupWMClass=vu.b4.alsa-scarlett-gui
24-
```
9+
5. Don't forget to run `make install` to create the .desktop file

0 commit comments

Comments
 (0)