Page 1 of 1

Stop VLC from always maximizing

Posted: 21 Jul 2010 07:21
by verp
Hello,

I have the following issue: Formerly (before the 1.1.0 update, I believe) the VLC window was, when opened, the size of the Video. So, if I had clicked on a 800x600 pixel video, the player would be larger than if I had opened a 600x400 video. I always liked this feature, and now it appears to be gone. Even worse, every time I open VLC it starts maximized, which is really starting to annoy me: I am multitasking, and every time I pull up a random video, I have to manually resize VLC to something that lets me view other windows.
While a set size on every startup (say, 600 pixels wide and 400 high) would be optimal, the auto-resize always did it for me. I have dug through the advanced settings, Google, and these fora, but so far haven't found any solution to the problem. Is there any? Otherwise, as much as I'd hate to, I would downgrade VLC...

Thanks,
verp

Re: Stop VLC from always maximizing

Posted: 21 Jul 2010 22:48
by VLC_help
Auto max can be cured by removing %appdata%\vlc folder.

Re: Stop VLC from always maximizing

Posted: 22 Jul 2010 06:49
by verp
Yep, that did it for me. Thank you :)

Re: Stop VLC from always maximizing

Posted: 19 Nov 2010 00:10
by khopek
Ah yes this is so annoying! I'm on Ubuntu. Where do I change this?

Re: Stop VLC from always maximizing

Posted: 19 Nov 2010 13:22
by rogerdpack

Re: Stop VLC from always maximizing

Posted: 20 Nov 2010 04:55
by smurfmachine
Question -

Why doesnt an install of a new version automatically delete this folder and its contents?
It removes everything else so why not this? A sensible idea to include that it should do that for the next revision methinks.
At least this fixed the constant resizing issue. Shame you actually caused this issue yourselves in the previous revision.

And you've finally fixed the "VLC wont shut itself down properly" problem as well. Which you also caused in the previous revision.

Re: Stop VLC from always maximizing

Posted: 21 Nov 2010 01:17
by VLC_help
Why doesnt an install of a new version automatically delete this folder and its contents?
It should if you select "delete preferences and cache" during installation.

Re: Stop VLC from always maximizing

Posted: 22 Jan 2011 21:44
by smurfmachine
this is STILL happening in version 1.1.5
and the folder you are supposed to remove to stop it no longer exists.
so how is it fixed if you cant remove the folder?

Re: Stop VLC from always maximizing

Posted: 23 Jan 2011 16:27
by VLC_help
It should exist if VLC starts.

Fix for Ubuntu

Posted: 20 Sep 2011 23:37
by parubok
For Ubuntu users:
Remove folder .config/vlc/ in your home folder. Worked for me.

Re: Stop VLC from always maximizing

Posted: 19 Mar 2015 12:47
by 344mWyNrQE
This is a bug that always reoccurs when you open a video that takes up all screen size (for most monitors that would be full HD).

Deleting the config files every time is hardly an acceptable solution. The bug should be fixed instead.

Re: Stop VLC from always maximizing

Posted: 25 Oct 2016 18:37
by Self-Perfection
I experience this issue for very long time on linux.

I found that it is enough to delete "geometry" variable in [General] section of ~/.config/vlc/vlc-qt-interface.conf to fix this.

As I'm savvy linux user I've automated the task:

Code: Select all

sed -i '/^\[General\]$/,/^$/ {/geometry/d}' $HOME/.config/vlc/vlc-qt-interface.conf
Pretty simple, eh ;)

I have used this oneliner for 3 years already. I hope this bug would be fixed finally.