Bug 1107589
| Summary: | [abrt] pulseaudio-equalizer: pulseaudio-equalizer.py:46:GetSettings:IOError: [Errno 2] No such file or directory: '/home/awalker/.pulse/equalizerrc' | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aaron Walker <aaron> | ||||||||||
| Component: | pulseaudio-equalizer | Assignee: | Jaromír Cápík <jcapik> | ||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 20 | CC: | adrian.january, balamahendran, beland, bkozdemb, ChristopherLeeUS, corcodel.marian, dev, digilabtec, fra.camuffo, hicham.haouari, konstantinjch, kvolny, mail, matteo, maxxo.ti, office, ovasik, rtalur, tiapko, whaveten | ||||||||||
| Target Milestone: | --- | Keywords: | Patch, Triaged | ||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/da0bb9b6a395684fb6711151fa69e839effbaa85 | ||||||||||||
| Whiteboard: | abrt_hash:e5875c86b73884ef6391cb8ea042e858dd2f80e5 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2014-11-05 16:07:19 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 907120 [details]
File: backtrace
Created attachment 907121 [details]
File: environ
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. The problem is just that, in new Fedora releases, the $HOME/.pulse directory is missing. One quick workaround is to create that directory by hand. However, pulseaudio-equalizer should be patched to use $HOME/.config/pulse instead. Created attachment 950920 [details]
File from pulseaudio equalizer correct multiple issue
Created attachment 950921 [details]
Correc t multiple issues
An this issue have two files wich override original files File pulseaudio-equalizer.py override on /usr/share/pulseaudio-equalizer File pulseaudio-equalizer override on /usr/bin *** Bug 1109846 has been marked as a duplicate of this bug. *** *** Bug 1117030 has been marked as a duplicate of this bug. *** *** Bug 1112023 has been marked as a duplicate of this bug. *** *** Bug 1109224 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 892865 *** |
Version-Release number of selected component: pulseaudio-equalizer-2.7-12.fc20 Additional info: reporter: libreport-2.2.2 cmdline: python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py executable: /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py kernel: 3.14.5-200.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: pulseaudio-equalizer.py:46:GetSettings:IOError: [Errno 2] No such file or directory: '/home/awalker/.pulse/equalizerrc' Traceback (most recent call last): File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 535, in <module> Equalizer() File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 357, in __init__ GetSettings() File "/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py", line 46, in GetSettings f = open(eqconfig, "r") IOError: [Errno 2] No such file or directory: '/home/awalker/.pulse/equalizerrc' Local variables in innermost frame: