[Bug 1932066] [NEW] PulseAudio Preferences searches for libraries in incorrect location

2021-06-15 Thread Will Palmer
Public bug reported: PulseAudio Preferences (paprefs) appears to be searching for modules in the wrong location. Specifically, the "install" button appears when modules relevant modules cannot be found by paprefs. paprefs is searching for modules in the location: /usr/lib/pulse-13.99/modules/ t

[Bug 1813090] Re: bash completions in /usr/share/bash-completion generate unbound variable errors

2019-10-26 Thread Will Palmer
I've been dealing with this issue for years and finally tracked it down a few minutes ago. This is caused by the line: declare -A _xspecs around line 1909 of /usr/share/bash-completion/bash_completion this line *should* read: declare -Ag _xspecs to ensure the _xspecs variable remains

[Bug 1813090] Re: bash completions in /usr/share/bash-completion generate unbound variable errors

2019-10-26 Thread Will Palmer
re-adding attachment due to copy&paste error ** Attachment added: "add -g to declare of _xspecs to ensure it stays in the global scope" https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1813090/+attachment/5300381/+files/bash_completion.p -- You received this bug notification b

[Bug 1813090] Re: bash completions in /usr/share/bash-completion generate unbound variable errors

2019-10-26 Thread Will Palmer
** Also affects: bash-completion (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813090 Title: bash completions in /usr/share/bash-completion gene