annolinux / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Volume status not saves beetwing program launchs #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch the program. Set volume to for example 10% by moving volume 
vidget.
2. Close program (after plaing some video on not).
3. Launch program again and open a video. Listen big (100%) volume level. 
Press volume vidget and see its level.
4. Set Volume to 10%. Press volume vidget again and see, thet it status is 
kept in runtime.

What is the expected output? What do you see instead?
Program saves volume level status from launch to launch.
Instead it resets volume to 100%.

What version of the product are you using? On what operating system?
0.9.6

Please provide any additional information below.

Original issue reported on code.google.com by mediumvi...@gmail.com on 9 Jun 2009 at 12:29

GoogleCodeExporter commented 9 years ago
Are you using pulse audio? And if so is version 0.9.15 of pulse audio installed?

If so you have three options

1. You can disable flat volumes in pulse audio
echo "flat-volumes = no" >> /etc/pulse/daemon.conf
And then reboot

2. Or you can enable flat volume support in gnome-mplayer
by setting the gconf key 
/apps/gnome-mplayer/preferences/use_pulse_flat_volume   to true

or if you compiled without gconf support
Add "use_pulse_flat_volume=1" to ~/.config/gnome-mplayer/gnome-mplayer.conf

3. Or switch the AO to alsa in gnome-mplayer

Original comment by kdeko...@gmail.com on 9 Jun 2009 at 12:48

GoogleCodeExporter commented 9 years ago
No response, marking as Done

Original comment by kdeko...@gmail.com on 12 Jun 2009 at 7:03