<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - pulseaudio-bash-completion.sh install unfit for completion autoloading"
href="https://bugs.freedesktop.org/show_bug.cgi?id=84921">84921</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>pulseaudio-bash-completion.sh install unfit for completion autoloading
</td>
</tr>
<tr>
<th>Product</th>
<td>PulseAudio
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>misc
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mgorny@gentoo.org
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>pulseaudio-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>lennart@poettering.net
</td>
</tr></table>
<p>
<div>
<pre>Since version 1.90, bash-completion has new completion loading code. The
completion files are loaded on demand, with ${completionsdir}/${command} being
sourced when a matching command is typed. This requires the completion files to
be named for all commands provided by package.
Currently, pulseaudio installs a single pulseaudio-bash-completion.sh which
simply does not work with this scheme. It needs to install 'pactl', 'pacmd',
..., 'pulseaudio' files instead.
This can be achieved in two ways. Either:
1. install a single completion file (e.g. 'pulseaudio') and symlinkother
completed commands to it,
2. install common functions into e.g. $helpersdir/pulseaudio and separate
scripts (sourcing the common functions) for each completed command.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>