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:
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.
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 ***