General :  K-Meleon Forum
General discussion about K-Meleon. 

Pages: 12345...LastNext
Current Page: 1 of 8
Results 1 - 30 of 240
17 days ago
deadlock
@caktus If you didn't find any forceTab entries in about:config then it is not related to your problem and we'll have to search in your profile's prefs.js to find the reason. Does it happen in a new profile? Just for for fun: Try to add this setting to defaults\pref\kmeleon.js pref("kmeleon.notab", true);
Forum: General
17 days ago
deadlock
@caktus >but Favorites will only open in a New Tab You can open about:config and try to filter these values: - kmeleon.plugins.favorites.openurl - forceTab (3 or 4 entries overwriting the above) You can use kmeleon.notab if you can't find the wrong setting. I've also tested using white Windows version but a different KM.
Forum: General
4 weeks ago
deadlock
@gordon451 That was close. The longest accepted cookie expiration date is: 32535244799 == Thu 01 Jan 3001 08:59 Found ndebord's cookies.sqlite file. It contains two cookies using 253402300801 in expiration date. This modification in Line 70 of Cookies.h protects the browser: if ((expires>0)&&(expires<=32535244799))
Forum: General
4 weeks ago
deadlock
OK, I got one now. Great, but you've got to continue searching, because _gaos still uses a valid date. Sat 20 Nov 2286 18:46 == 9999999999 Wed 02 Mar 2287 10:09 == ? (the _gaos cookie) Tue 30 Jul 2318 21:33 == 11000000000 9999999999 is a valid date. 99999999999 is not a valid date. I had chosen 9999999999 because it is already big enough. You'll need a cookie that crashes KM 1.6
Forum: General
4 weeks ago
deadlock
Unfortunately, I no longer have any web pages with bad cookies. I cleaned the cookies file a couple of days ago... Ummm... with KMeleon1.6.7z, do I extract to a folder You should not change or update anything. Just wait for the next bad cookie to continue testing. The update came without information, but you will find out how to use it.
Forum: General
4 weeks ago
deadlock
@gordon451 ndebord's cookies.sqlite sample file with large dates is no longer online, but it did work with a version using this code in line 70: if ((expires>0)&&(expires<9999999999)){ Did you find a web page that sends bad cookies? Since 160b25 still uses old 1.6b2 binaries, you should replace them with last years update and test again.
Forum: General
5 weeks ago
deadlock
Well, I know K-M roars to a halt if you try 'Tools>Privacy>View Data>View Cookies' and one or more cookies has an expiry date longer than 10 digits... Dunno what upper value a 10-digit date can have, eg: 9999999999? None of mine have much larger than 4100000000. Thought it was already fixed. Line 70 in sources should be changed. Date values > 9999999999 are invalid and cause
Forum: General
2 months ago
deadlock
It is here: defaults\settings\accel.cfg As adudopan says, it is in: defaults\settings\menus.cfg
Forum: Improvement requests
2 months ago
deadlock
If MAC filter is enabled, only whitelisted MAC addresses are allowed.
Forum: Off-Topic
5 months ago
deadlock
I think it should work with any version supporting flashblock out of the box. You still didn't rename your skin folders. :O If you add (Large) to large skin folder names, you'll only need one macro that selects an icon. Macro command index($SkinName, "Large") is -1 for small skins and bigger than 0 for large skins. Some people change skins every day.
Forum: Extensions
5 months ago
deadlock
and now won't load in KM It loads in KM-1.6 if you replace <!--> with <!--[]>. Wait a few days, they might modify it again. Update: Replace <!--> with <!--><!-->. Replace <!--> with <!--><!-->. Works with IE and K-Meleon. Current Firefox Gecko has a fix and we should patch the old Gecko.
Forum: General
5 months ago
deadlock
Well, I found a problem. I was reading the wrong file for the default prefs. The file root\defaults\prefile.js is not the one read by KM. prefile.js is a typo, the used string was: SkinSwitch_Root_Path + '\\defaults\\prefskin.js' ; Interesting: prefskin.js didn't exist in KM 0.7. prefskin.js was seen in official KM version in 2008. prefskin.js isn't used by KM 1.6 CVS sources. prefski
Forum: General
5 months ago
deadlock
@rodocop Thanks. I knew about KEM, but never tried to use it. I was always asking myself if it's the only tool using the ini files. @Merlin If KEM uses the ini for uninstall, the permissions.sqlite file in user profile will continue blocking sites. But now I understand, why all extensions should contain kmextensions/*.ini. ExExceptions.7z -> Extended-Exceptions_KEM.7z I t
Forum: Extensions
5 months ago
deadlock
@Merlin A very nice idea to use permissions.sqlite. It is a simple and small solution for those who don't want to install external filters and/or ABP. I've disabled pictures, scripts and cookies for kmeleon.sourceforge.net and it does no longer download the pictures, set cookies or execute scripts. Pictures with unknown extensions need different switches. Adding 5000 sites may take
Forum: Extensions
5 months ago
deadlock
@adodupan Thanks for the explanation. Didn't look at all the macros in this thread. I must find their skin-change-macro to get the point. KM has to calculate positions if skin changes. The bug you named shows up in several locations. 1.9.x security checks need a better configuration. Not sure why InjectJS should be blocked for about:blank.
Forum: General
5 months ago
deadlock
This function would return to you your 'master list', just inject it. Error: Permission denied for http://kmeleon.sourceforge.net to get property XPCComponents.classes Source file: InjectJS Same with resource:/// Your js code works for me if active tab is about:plugins. Not sure if he can use it, because it will only get values from active profile and I thought he's trying to modify
Forum: General
5 months ago
deadlock
What is not so easy is knowing all the values for 'xxx' which is the toolbar name. There is no master list. Findstr & agrep support reqular expressions, not sure what you're trying to do and don't know which command you're using.
Forum: General
5 months ago
deadlock
@adodupan Nice picture :cool: It also works with system tools: Windows: findstr /C:''kmeleon.url bar.dropdown_lines'' prefs.js Linux: agrep ''kmeleon.url bar.dropdown_lines'' prefs.js
Forum: General
6 months ago
deadlock
@Marcus network.cookie.lifetimePolicy' is set = 3 If lifetimePolicy is set to 3, it uses lifetime.days to decide to keep it. I've used a value of 99999 days for testing: network.cookie.lifetime.days set to 99999 1) Delete the .google.com PREF cookie 2) Open http://www.google.com/search?q=cookies 3) Close K-Meleon (do not use Exit) 4) Start K-Meleon -> look if it is still there
Forum: General
6 months ago
deadlock
@Marcus I also tested with 'kmeleon.plugin.privacy.clearcookies,0', but network.cookie.lifetimePolicy is the important setting. Which KM package do you use? Can you name a location where it happens? We'll find a solution with more details.
Forum: General
6 months ago
deadlock
try the beta 2.4 A very good idea, if it has the libraries. I remember, that 1.6b2.7z didn't include the runtime libraries, but they were included in installer version of 1.6b2. He should look for another switch that hides the buttons: kmeleon.plugins.toolbars.load;true If it is false, he can try whatever he wants, but won't get the buttons. Restart is needed after change.
Forum: Bugs
6 months ago
deadlock
I use win XP SP2.Thanks My fault. You had a "Main Bar" with Menu but without buttons. In W2K I missed the bar. In WinXP SP1 I missed the buttons. The F2 setting you didn't find is here: GUI Appearance->Toolbars->General->Menu toolbar->Display Menu bar as a toolbar. It's only useful to get a menu using old Windows versions. You should update the C++ libraries or
Forum: Bugs
6 months ago
deadlock
... install and compile a new GRE with password support for K-Meleon If you've got the time. :) http://kmeleon.sourceforge.net/wiki/BuildKMeleonDistribution I've used this version in March. http://hg.mozilla.org/releases/mozilla-1.9.2/rev/1057d77f1d49
Forum: General
6 months ago
deadlock
@Marcus bb2_screener_ cookie from kmeleon.sourceforge.net will always expire 'at end of session'. If you look at PREF cookie from .google.com the value in 'Expires' depends on your setting in network.cookie.lifetimePolicy and maybe network.cookie.lifetime.days. You can only reduce their lifetime, or create and add fake versions yourself with kmm/javascript, If not even google cooki
Forum: General
6 months ago
deadlock
@froggy 1) about:config 2) kmeleon.toolband.&Main Bar.visibility;true 3) Restart K-Meleon or open new window. If that doesn't work and you're using an older windows version, try F2 -> look for Toolbars/General and disable 'Display Menu Bar as a toolbar'.
Forum: Bugs
6 months ago
deadlock
No working password manager in any 1.7-assembly. Thanks for testing and confirming this. Almost forgot how to get it working. The 1.7a/a2 came without password support in GRE. The updated variations use GRE without KM modifications, with large xul.dll taken from other Mozilla browsers. There is no problem with 1.7a2 program or plugins, Password support works, if you compile a new GRE
Forum: General
6 months ago
deadlock
You are right, it looks a little better in Windows Classic. But I think I will stick to Windows XP, though. The background bmp is the default background for AuraAlpha. It should be in your Skins folder (if you're using 1.5.4 or later). My idea was, that you move it to the left of throbber. Found the original background of AuraAlpha and deleted the request from my old message. But you'
Forum: Graphics
6 months ago
deadlock
I meant the size of the .avi file. I attach a small screenshot to show what I mean. At least this is how it looks in Alpha Aurea Large. I haven't tried it in other skins. This is no big deal, however. And thanks for the .ico files. They work very well in loading tabs. You're using Windows XP Style and have lines in the background bitmap. It doesn't happen with Windows Classic Style.
Forum: Graphics
6 months ago
deadlock
It could fit the skin a little better Wrong size? Wrong color? No transparency? Also it would be nice if it could be added to the tabs, when loading (am I asking too much?) Are you talking about animated pictures in tabs? If I use lighthouse loading.ico it gets replaced by cached favicons in a second. It looks nice, if I disable favicons and use lighthouse default.ico
Forum: Graphics
7 months ago
deadlock
I was looking in Preferences to see if I could find the 32 number anywhere and maybe increase it to 40 but I didn't have any luck in that area. ... You can't change it in Preferences. It was 9 years, 9 months ago... #define MAX_BUTTONS 32 and was never changed. You need a new favorites.dll for that.
Forum: Bugs
Pages: 12345...LastNext
Current Page: 1 of 8

K-Meleon forum is powered by Phorum.