Bug 892865
| Summary: | [abrt] pulseaudio-equalizer-2.7-10.fc18: pulseaudio-equalizer.py:46:GetSettings:IOError: [Errno 2] No such file or directory: '/home/sirdeiu/.pulse/equalizerrc' | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrei Amuraritei <sirdeiu> | ||||||||||||||||
| Component: | pulseaudio-equalizer | Assignee: | Jaromír Cápík <jcapik> | ||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||
| Priority: | urgent | ||||||||||||||||||
| Version: | 20 | CC: | aaron, aguzmansimon, alexander.janssen, beland, corcodel.marian, cristian.ciupitu, danofsatx, dgunchev, gedweb, gustavokrm, hicham.haouari, ilya.gradina, kvolny, lvrabec, ovasik, rdieter, vrutkovs | ||||||||||||||||
| Target Milestone: | --- | Keywords: | Patch, Triaged | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| Whiteboard: | abrt_hash:243b4572af15981d338e94c873586a57a424ebfc | ||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2015-01-30 15:31:10 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 674499 [details]
File: backtrace
Created attachment 674500 [details]
File: core_backtrace
Created attachment 674501 [details]
File: environ
mkdir .pulse on home directory. Created attachment 758879 [details]
Thi patch closes the bug
Created attachment 758895 [details]
new package
Created attachment 758899 [details]
last modification
Same on Fedora 20 Making the directory (mkdir ~/.pulse) and touch-ing the file (touch ~/.pulse/equalizerrc) "fixes" the problem. I am having a problem with the latest version: it won't work at all. I applied the patches.
output:
Getting settings...
/usr/bin/pulseaudio-equalizer: line 68: [: 0: esperado operador unário
/usr/bin/pulseaudio-equalizer: line 78: 10+: syntax error: operand expected (error token is "+")
(standard_in) 1: syntax error
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 64, in GetSettings
num_ladspa_controls = int(rawdata[9])
ValueError: invalid literal for int() with base 10: ''
Creating ~/.pulse/equalizerrc partially resolve problem. Application can start. But, after accepting equalizer settings - volume reset by zero Well, I created all the folders and even copied the presets to my .pulse folder. Still, I get an error and the application won't start. It's the same output as my last post.. =/ Maybe I should open another bug for this... (In reply to Andrey from comment #11) > Creating ~/.pulse/equalizerrc partially resolve problem. Application can > start. > But, after accepting equalizer settings - volume reset by zero This is another bug. *** Bug 1081971 has been marked as a duplicate of this bug. *** Created attachment 896737 [details]
Patch to fix paths
This bug is shamefully still present in F20 in pulseaudio-equalizer-2.7-12.fc20.noarch. The attached patch file needs to be pulled into the pulseaudio-equalizer package ASAP. The application is unusable by users in it's current state and will turn off many casual users.
pulseaudio-equalizer-2.7-12.fc20.noarch doesn't start at all 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. Bug 1107589 also has a patch attached. *** Bug 1107589 has been marked as a duplicate of this bug. *** Same issue here. Also exists in FC21. Could someone commit the patch, please? Affects pulseaudio-equalizer-2.7-13.fc21.noarch Alex. *** This bug has been marked as a duplicate of bug 1185103 *** |
Description of problem: After the move of ~/pulse to ~/.config/pulse, while trying to start pulseaudio-equalizer-gtk I get the following: IOError: [Errno 2] No such file or directory: '/home/sirdeiu/.pulse/equalizerrc' Version-Release number of selected component: pulseaudio-equalizer-2.7-10.fc18 Additional info: cmdline: python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py executable: /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py kernel: 3.6.10-4.fc18.x86_64 uid: 1000 Truncated backtrace: pulseaudio-equalizer.py:46:GetSettings:IOError: [Errno 2] No such file or directory: '/home/sirdeiu/.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/sirdeiu/.pulse/equalizerrc' Local variables in innermost frame: