Unexpected situation on installing the Event Logging module: running the install queries from file ./mods/event_logging/db/mysql/2.php failed. The error was ALTER command denied to user 'k14285rw'@'172.30.30.73' for table `k14285_kmeleon`.`phorum_event_logging` K-Meleon 1.5.2 RC2
K-Meleon 1.5.2 RC2
Posted by: Dorian
Date: December 07, 2008 06:47PM

DOWNLOAD

I'm still waiting for a tabs crash report on Vista.. Or maybe the plugin doesn't work on it.

Re: K-Meleon 1.5.2 RC2
Posted by: JamesD
Date: December 07, 2008 09:17PM

@ Dorian

Thanks for your hard work. Sorry I don't have Vista. Anything specific I should test in XP-SP3 ?

Re: K-Meleon 1.5.2 RC2
Posted by: Dorian
Date: December 07, 2008 09:53PM

Nothing in particular, except for the fixed bugs

Forgot to say that for bug 1046 I've added:
kmeleon.plugins.fullscreen.hide_tabsbar
which is only relevant for fixed and bottom tabs bar

Re: K-Meleon 1.5.2 RC2
Posted by: disrupted
Date: December 08, 2008 11:20PM

tabbar hide in fullscreen mode is working.

bug#1029:"K-meleon fails to exit when np-mswmp.dll is invoked" still acts the same and km is left running.. have to kill in taskmanager after

edit: i did like tabbar shown in fullscreen.. didn't really see it as a bug but now even when i disable hide statusbar, the tabbar is still hidden.. no biggie as long as most users are satisfied with this setting.

edit2: gotcha. added this is userprefs:
user_pref("kmeleon.plugins.fullscreen.hide_tabsbar", false);
now tabbar is always visible as before.. nice, now everyone can have tabbar to their liking



Edited 2 time(s). Last edit at 12/08/2008 11:29PM by disrupted.

Re: K-Meleon 1.5.2 RC2
Posted by: JohnHell
Date: December 11, 2008 04:32PM

I tested and my bug has been fixed but..., no, it isn't a real "but" tongue sticking out smiley

Nah, just..., well, maybe perfectionist, maybe. The acceleration step for the first acceleration of the scroll is now over 5px.

Not a big deal, not requesting another fix, oh, god no, you Dorian do an awesome and great work winking smiley Is just that I didn't know that it was that hard to program it :s I thought that something like copy&paste the code from the 1.1.x versions (1.5.x introduced this minibug) would be fix it.

What I really want is that you don't get me wrong. This is just a thought.

The good thing, and what have in mind, is that the feature is now usable, very usable, what wasn't really that from 1.5.0 (first the speed problem and then the acceleration in 1.5.1)

Great work Dorian smiling smiley

Re: K-Meleon 1.5.2 RC2
Posted by: disrupted
Date: December 11, 2008 06:19PM

true.. i also noticed the scroll speed, it's very good almost as 1.1.x
as gunter once said.. dorian does spoil us smiling smiley

Re: K-Meleon 1.5.2 RC2
Posted by: Mike Dallos
Date: December 17, 2008 09:59PM

Excellent work!!

Re: K-Meleon 1.5.2 RC2
Posted by: 4td8s
Date: December 18, 2008 12:02AM

great work with KM 1.5.2 RC2. i tested it on xp and vista and it worked great, except for some crashes in vista after closing km 1.5.2 rc2 with multiple browser tabs open.

btw - firefox 2.0.0.19 and seamonkey 1.1.14 were released which use gecko engine 1.8.1.19

Re: K-Meleon 1.5.2 RC2
Posted by: dalu
Date: December 19, 2008 04:53AM

I think, its Firefox 2.0.0.20.

Edit: I like to know. Does K-M 1.5.2 or 1.5 supports custom user agent Firefox 3 ?



Edited 1 time(s). Last edit at 12/19/2008 05:19AM by dalu.

Re: K-Meleon 1.5.2 RC2
Posted by: guenter
Date: December 19, 2008 06:56AM

Quote
dalu
I like to know. Does K-M 1.5.2 or 1.5 supports custom user agent Firefox 3 ?

You can set a custom User Defined Agent String e.g. via submenue of tools, or Privacy Bar or permanently change the Firefox string via Edit > Configuration > ...

Search:

kmeleon.privacy.useragent1.string

and alter it to Your choice.

Or You can ad a new key of Your choice to ./K-Meleon/defaults/pref/I10n.js section // Privacy

pref("kmeleon.privacy.useragent3.name", "Firefox 3");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2008121806 Mozilla/3.0 GranParadiso/3.0.6pre");

Put the string You want to where I put the "Mozilla/5.0 ... pre".

You can add more. To add more incrementally increase bold number.

Re: K-Meleon 1.5.2 RC2
Posted by: dalu
Date: December 19, 2008 08:42AM

Quote
guenter
Quote
dalu
I like to know. Does K-M 1.5.2 or 1.5 supports custom user agent Firefox 3 ?

You can set a custom User Defined Agent String e.g. via submenue of tools, or Privacy Bar or permanently change the Firefox string via Edit > Configuration > ...

Search:

kmeleon.privacy.useragent1.string

and alter it to Your choice.

Or You can ad a new key of Your choice to ./K-Meleon/defaults/pref/I10n.js section // Privacy

pref("kmeleon.privacy.useragent3.name", "Firefox 3");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2008121806 Mozilla/3.0 GranParadiso/3.0.6pre");

Put the string You want to where I put the "Mozilla/5.0 ... pre".

You can add more. To add more incrementally increase bold number.
Thanks.

Firefox 3 show up in user agent now, but i think its not working fully, like when i use FF 2.0 agent, i can play tvu player, but when i use FF3 agent, TVU player ask for either use IE or FF to watch online stream.

In following code, is this Gecko/2008121806 is correct. For my understanding that is date. So it should be 8 numbers, i dunno may be i am wrong.

pref("kmeleon.privacy.useragent3.name", "Firefox 3");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2008121806 Mozilla/3.0 GranParadiso/3.0.6pre");



Edited 1 time(s). Last edit at 12/19/2008 08:46AM by dalu.

Re: K-Meleon 1.5.2 RC2
Posted by: guenter
Date: December 19, 2008 12:10PM

do not know what went wrong sad smiley

today it = 20081201 and that is the correct en-US format year/month/day

Both times I went to about Page then copied and pasted the string.

No player = GranParadiso is not recogized as Firefox.
AFAIremeber we cannot use it as K-Meleon either.



Edited 2 time(s). Last edit at 12/19/2008 12:23PM by guenter.

Re: K-Meleon 1.5.2 RC2
Posted by: JamesD
Date: December 19, 2008 12:24PM

Can anyone confirm that the icons are not showing for the confirm macro statement? I cannot see them in any 1.5 version.

See this thread http://kmeleonbrowser.org/forum/read.php?3,86852

Re: K-Meleon 1.5.2 RC2
Posted by: desga2
Date: December 19, 2008 08:15PM

Firefox 3 user agent not is fully compatible with K-Meleon 1.5.2 because Firefox 3 use Gecko 1.9 and K-Meleon 1.5.2 use Gecko 1.8.1.

@ JamesD:

Quote
JamesD
Can anyone confirm that the icons are not showing for the confirm macro statement? I cannot see them in any 1.5 version.

See this thread http://kmeleonbrowser.org/forum/read.php?3,86852

I can confirm it, this is a bug in 1.5.X. Also I tried it in 1.5.0 and icon isn't showed in dialog.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 12/19/2008 08:22PM by desga2.

Re: K-Meleon 1.5.2 RC2
Posted by: disrupted
Date: December 20, 2008 02:27AM

Quote
desga2
Firefox 3 user agent not is fully compatible with K-Meleon 1.5.2 because Firefox 3 use Gecko 1.9 and K-Meleon 1.5.2 use Gecko 1.8.1.

@ JamesD:

Quote
JamesD
Can anyone confirm that the icons are not showing for the confirm macro statement? I cannot see them in any 1.5 version.

See this thread http://kmeleonbrowser.org/forum/read.php?3,86852

I can confirm it, this is a bug in 1.5.X. Also I tried it in 1.5.0 and icon isn't showed in dialog.

confirmed here too with 1.5.2rc2(did not test on 1.5.0 though)

K-Meleon forum is powered by Phorum.
K-Meleon