Please READ the GTK+ statement
Posted Feb 10, 2005 19:17 UTC (Thu) by
dwheeler (guest, #1216)
Parent article:
Audio latency goes full circle
The solution here is disturbingly simple: Split the GUI and audio parts into separate processes, and give only the audio processes the extre permissions. You can do this by using a helper app,
JUST as the GTK+ error message says. The GUI part doesn't need the extra privs, only the audio part does, so give only the audio part the extra privs.
(
Log in to post comments)