mario0alberto1 / gnome-mplayer

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

Resize window does not work #563

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run from fluxbox menu and open the video
2. To open a video file through the file associations in tuxcmd
3. To open a video file using the console

What is the expected output? What do you see instead?
When playing a video image does not open. View window for audio playback. Need 
to press Ctrl+1, something to see. Options "Remember Window when Location and 
Size" and "Resize window when new video is loaded" is not helping. Pls, fix it.

What version of the product are you using? On what operating system?
gnome-mplayer_1.0.4-1_amd64.deb
fluxbox_1.3.1
Ubuntu ~11.10 Oneiric

Please provide any additional information below.

Original issue reported on code.google.com by despic...@gmail.com on 25 Sep 2011 at 9:50

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
Try unsetting UBUNTU_MENUPROXY

Original comment by kdeko...@gmail.com on 26 Sep 2011 at 7:15

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
What causes it to get smaller are you pressing any keys?

Original comment by kdeko...@gmail.com on 26 Sep 2011 at 9:26

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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