Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 

Pages: 12345...LastNext
Current Page: 1 of 9
Results 1 - 30 of 248
10 years ago
deadlock
@Fred Replace www with dl to get direct download links.
Forum: Linux users
10 years ago
deadlock
@melo This memory leak also exists in ABP 1.0.1 adblockplus.dll and was fixed in the re-release of ABP 1.0.2 we already tested. If the updated adblockplus.dll (version 1.0.2) causes the toolbar problem you can try to update to XP SP3. I also noticed the slow starting of KM 1.5.4 with ABP compared to newer versions.
Forum: Extensions
10 years ago
deadlock
@melo Please backup your K-Meleon program folder and profile and try a clean install of KM 1.5.4 and AdBlock Plus 1.0.2 (official). You can upload your clean install with profile if the problem persists. Attached 1 picture of KM 1.5.4 + ABP 1.0.2 (official) with ABP in status bar and View->Toolbars->Adblock Plus disabled.
Forum: Extensions
10 years ago
deadlock
@melo Your adblockplus.kmm only adds a menu entry in Tools. You can post a link to your ABP 1.0.2 / KM 1.5.4 package with your unique bar included. If your CPU doesn't support newer KM versions, a fix for the old ABP version is needed. (Attached 2 pictures with ABP in toolbar and statusbar.)
Forum: Extensions
10 years ago
deadlock
@naruman Interesting, because I removed adblockplus.kmm long ago. Didn't need the duplicated menu options in Tools. Display of my ABP toolbar icon is toggled by View -> Toolbars -> Adblock Plus and that option was removed from ABP icon menu.
Forum: Extensions
10 years ago
deadlock
@melo Never used ABP 1.0.2.
Forum: Extensions
10 years ago
deadlock
@melo It is possible to hide the ABP toolbar if there is an ABP icon in statusbar. Don't you need the ABP tooltips and menu options for current active web-page?
Forum: Extensions
10 years ago
deadlock
@cactus Try different KM configurations in different folders. Is there a listing of your hardware and installed software? Memory settings in KM and Windows are also important. Looks like this in my browser.
Forum: General
10 years 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
10 years 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
10 years 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
10 years ago
deadlock
Quotegordon451OK, 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 co
Forum: General
10 years ago
deadlock
Quotegordon451 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
10 years 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
10 years ago
deadlock
Quotegordon451 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
Forum: General
11 years ago
deadlock
It is here: defaults\settings\accel.cfg As adudopan says, it is in: defaults\settings\menus.cfg
Forum: Improvement requests
11 years ago
deadlock
If MAC filter is enabled, only whitelisted MAC addresses are allowed.
Forum: Off-Topic
11 years ago
deadlock
Quoterodocop 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
11 years ago
deadlock
QuoteRickssand 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
11 years ago
deadlock
QuoteJamesDWell, 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
Forum: Other custom builds
11 years 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
Forum: Extensions
11 years 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 site
Forum: Extensions
11 years 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: Other custom builds
11 years ago
deadlock
QuoteadodupanThis 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
Forum: Other custom builds
11 years ago
deadlock
QuoteJamesDWhat 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: Other custom builds
11 years 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: Other custom builds
11 years 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 stil
Forum: General
11 years 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
11 years ago
deadlock
QuoteJamesDtry 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
Forum: Bugs
11 years ago
deadlock
QuotefroggyI 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
Forum: Bugs
Pages: 12345...LastNext
Current Page: 1 of 9

K-Meleon forum is powered by Phorum.