FreeBSD Bugzilla – Attachment 105489 Details for
Bug 145989
audio/qjackctl - jackd does not start from not root user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 467 bytes, created by
Ivan Klymenko
on 2010-04-23 18:15:43 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ivan Klymenko
Created:
2010-04-23 18:15:43 UTC
Size:
467 bytes
patch
obsolete
>--- src/qjackctlMainForm.cpp.orig 2010-04-23 14:36:05.000000000 +0300 >+++ src/qjackctlMainForm.cpp 2010-04-23 14:36:32.000000000 +0300 >@@ -805,6 +805,8 @@ > if (m_preset.iPriority > 0 && !bCoreaudio) > args.append("-P" + QString::number(m_preset.iPriority)); > } >+ else >+ args.append("-r"); > if (m_preset.iPortMax > 0 && m_preset.iPortMax != 256) > args.append("-p" + QString::number(m_preset.iPortMax)); > if (m_preset.iTimeout > 0 && m_preset.iTimeout != 500)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145989
: 105489