Open GoogleCodeExporter opened 8 years ago
Can you try the SVN code? Work was done in this area.
Original comment by kdeko...@gmail.com
on 25 Sep 2011 at 1:40
gnome-mplayer_1.0.5b1~svn2174-0ubuntu2~gmdevppa1_amd64.deb
(ppa:brandonsnider/gnome-mplayer-dev): same
p.s. svn2174 - interface problems with Ctrl+D and F9
Original comment by despic...@gmail.com
on 25 Sep 2011 at 7:15
Can you please post the output of gnome-mplayer -v also can you see if
UBUNTU_MENUPROXY is set in your environment?
Original comment by kdeko...@gmail.com
on 26 Sep 2011 at 12:45
UBUNTU_MENUPROXY ON by default.
see Attach ->
export UBUNTU_MENUPROXY=1 -> Resize window: FAIL
export UBUNTU_MENUPROXY=0 -> Resize window: FAIL
:~$ cat /etc/X11/Xsession.d/80appmenu
if [ -f /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so ]
then
export UBUNTU_MENUPROXY="libappmenu.so"
fi
Original comment by despic...@gmail.com
on 26 Sep 2011 at 7:04
Attachments:
Try unsetting UBUNTU_MENUPROXY
Original comment by kdeko...@gmail.com
on 26 Sep 2011 at 7:15
I also made a patch to GMTK that may correct this. Basically, it is all timing
related between when the window is resized and when mplayer tried to draw to
it. If the window is to small mplayer will fail. I have tried to update the
code to set a minimum video window size to help out with this. Also you may try
selecting another vo device such as xv or gl to see if that helps.
Original comment by kdeko...@gmail.com
on 26 Sep 2011 at 8:06
Attempts to open the right size, but the window is quickly winding down.
x11 (always used and Mplayer in terminal works fine), xv, xvmc, vaapi: FAIL
gl, gl2 (chose), vdpau: OK
--
use xserver-xorg-video-ati_6.14.99~git20110811.g93fc084-0ubuntu1_amd64.deb
Original comment by despic...@gmail.com
on 26 Sep 2011 at 9:22
What causes it to get smaller are you pressing any keys?
Original comment by kdeko...@gmail.com
on 26 Sep 2011 at 9:26
If you are using CTRL-D or F9 and UBUNTU_MENUPROXY is set you need to set the
value "enable_globalmenu" to false in gconf or dconf (depending how you
configured the application) because you are not using the global menu.
Original comment by kdeko...@gmail.com
on 26 Sep 2011 at 9:38
I too have this bug, with gnome-mplayer 1.0.6 on Xubuntu 12.10.
Original comment by cont...@jpfleury.net
on 24 Oct 2012 at 4:56
The 1.0.7b code may contain some changes in this area that may help.
Original comment by kdeko...@gmail.com
on 25 Oct 2012 at 12:40
Original issue reported on code.google.com by
despic...@gmail.com
on 25 Sep 2011 at 9:50Attachments: