Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#46572 - [pulseaudio] Add whitespaces around = sign in custom conf
Attached to Project:
Arch Linux
Opened by zopieux (Zopieux) - Monday, 05 October 2015, 21:48 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 06 November 2015, 16:48 GMT
Opened by zopieux (Zopieux) - Monday, 05 October 2015, 21:48 GMT
Last edited by Jan Alexander Steffens (heftig) - Friday, 06 November 2015, 16:48 GMT
|
DetailsDescription:
pulseaudio configuration files usually have a single whitespace around the = sign, for example: ; exit-idle-time = 20 The current PKGBUILD (7.0 rev 2) uses sed to replace some lines with a non-default setting but there is no whitespace around the = sign. For instance: sed -e '/flat-volumes/iflat-volumes=no' # snip By not respecting pulseaudio default style, this creates annoying differences in configuration. My suggestion is to add whitespaces around = in all sed-ed lines. See attached patch. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Friday, 06 November 2015, 16:48 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in HEAD
Friday, 06 November 2015, 16:48 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in HEAD
Is there anything preventing merging this patch?