Resetting volume to max on first track in Fedora 15

Asked by chalda

Hi,

I'm using pogo version 0.7 in Fedora 15 and I have a problem with volume reseting which happens everytime after starting pogo and running a track. At point that I run a first track the pogo changes volume in the system to maximum. It's quite annoying when I foret about this "feature" and my headphones starts to play at maximum sound level.
Could it be a bug or just misconfiguration in my system?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Pogo Edit question
Assignee:
No assignee Edit question
Solved by:
chalda
Solved:
Last query:
Last reply:
Revision history for this message
Jendrik Seipp (jendrikseipp) said :
#1

This could certainly be a bug. Unfortunately I don't have fedora
installed at the moment and can't test this.

Revision history for this message
chalda (chalda) said :
#2

Thank you for answering. I was a bit crazy about it so I solved the problem for me now.
Maybe it's not so important which distribution you would use because I downloaded the (sourcecode) package and I've not installed the pogo from any rpm package.
The simple solution for me was to comment line of restoring volume
self.player.set_property('volume', self.volume)
in file:
src/media/audioplayer.py

Revision history for this message
Jendrik Seipp (jendrikseipp) said :
#3

Thanks for the fix. I changed that as well in trunk. I guess many people
will save their hearing because of you ;)