KM closes and reopens with small window
Posted by: ndebord
Date: October 28, 2009 04:39PM

This one is driving me more than a little crazy. I'm browsing away and in the background, an ad will pop up unnoticed, so when I close the browser the last thing I close is that ad and usually , it is smaller than a full-sized webpage. When I restart KM, the browser opens up with that smaller sized window.

How do I change this so that when I reopen KM, I get my regular sized window?

Tks.

N

Re: KM closes and reopens with small window
Posted by: jsnj
Date: October 28, 2009 05:04PM

Define the following prefs in your user.js file:

kmeleon.display.height
kmeleon.display.width


BTW, howcome that small window isn't a blocked popup?



Edited 1 time(s). Last edit at 10/28/2009 05:06PM by jsnj.

Re: KM closes and reopens with small window
Posted by: siria
Date: October 28, 2009 08:49PM

or F2 / startup smiling smiley

Re: KM closes and reopens with small window
Posted by: guenter
Date: October 28, 2009 09:22PM

Also have a look at JavaSript permissions. Lots You may want to disallow.



Edited 1 time(s). Last edit at 10/28/2009 09:22PM by guenter.

Re: KM closes and reopens with small window
Posted by: ndebord
Date: October 29, 2009 01:58AM

Quote
jsnj
Define the following prefs in your user.js file:

kmeleon.display.height
kmeleon.display.width


BTW, howcome that small window isn't a blocked popup?

Hey jsnj,

Good to talk to you again. It's been awhile!

Ah, errr.... define??? It asks for info in pixels, so I started with 15! LOL! Then I went to 1500 pixedl (height and width). As for some way to define that number? Am at a loss. Is there a way to discern it with a command?

Anyhow, I think what I did is working. My settings are:

Edit/Gui Appearance/At Startup

Width 1500 pixels
Height 1500 pixels

Maximized

[X] Never

Full Screen

[X] Never


Window Position


?????

Am I even close on this one?

Thanks.

N

Re: KM closes and reopens with small window
Posted by: jsnj
Date: October 29, 2009 02:25AM

Hi ndebord,

Open about:config.

Type in the aforementioned prefs one at a time in the filter line.

Resize the KM window to your liking with the cursor. You'll see the number value change. Take note of that number and add the pref with its value in user.js or just the value within preferences as siria mentioned.

Re: KM closes and reopens with small window
Posted by: ndebord
Date: October 29, 2009 04:40PM

Quote
jsnj
Define the following prefs in your user.js file:

kmeleon.display.height
kmeleon.display.width


BTW, howcome that small window isn't a blocked popup?

jsnj,

This is what I plugged into user.js, ok?

kmeleon.display.height 726
kmeleon.display.width 994

N

Re: KM closes and reopens with small window
Posted by: jsnj
Date: October 29, 2009 07:50PM

Quote
ndebord
Quote
jsnj
Define the following prefs in your user.js file:

kmeleon.display.height
kmeleon.display.width


BTW, howcome that small window isn't a blocked popup?

jsnj,

This is what I plugged into user.js, ok?

kmeleon.display.height 726
kmeleon.display.width 994

user_pref("kmeleon.display.height", 726);
user_pref("kmeleon.display.width", 994);

K-Meleon forum is powered by Phorum.