help: fix documentation for String-openDocument
[supercollider.git] / HelpSource / Guides / Linux_udev_setup.schelp
blob4e728976f7877a9bf14091aa2943dfbd59af5ebd
1 title:: Linux Udev Setup
2 summary:: Suggestion on udev setup
3 categories:: Platform>Linux
5 In the file code:: /etc/udev/udev.rules ::
7 (on Debian /etc/udev/rules.d/50-udev.rules)
9 (on Ubuntu this should be in /etc/udev/rules.d/20-names.rules)
11 make sure there is the following:
12 code::
13 KERNEL=="event[0-9]*",          NAME="input/%k",        GROUP="audio"
15 i.e. add code:: GROUP="audio" :: to the lines, so that any user in the group "audio" can open the device.