Announcements :  K-Meleon Web Browser Forum
K-meleon announcements. 

Pages: PreviousFirst...2021222324Next
Current Page: 23 of 24
Results 661 - 690 of 696
17 years ago
kko
Re-/Moving menu items with menus.cfg from profile (i.e. removal of the main menu entry for "Groups" and/or moving this menu entry into the "Tools" menu as submenu). Remove Groups from the main menu: !Main{ -&Groups } Add Groups to the Tools menu (simplest): !&Tools{ :&Groups }
Forum: General
17 years ago
kko
This is a change from all previous K-M versions... Like numerous other changes... Please explain why this is wanted behavior. Because I want it to behave like that. :p When you choose Open Homepage from the button's menu, it will replace the current page. When you click the button it will open in addition to the current page. A few lines of macro code will restore the old behavior: #
Forum: Bugs
17 years ago
kko
QuoteraShould bugs be reported that can't be reproduced easily? Dorian clearly stated that he has no time to waste. What do you think? QuoteraK-M is just doing nothing for several seconds (20-30), no progress while loading pages in any window visible (and no data transfer either!), and then it progresses fine. It might happen only if one of the windows is a page with many many small thumb
Forum: General
17 years ago
kko
ndebord, As guenter says, there's no need to worry. The new system is downwards compatible. You can use your 1.0x profile with 1.1 without any problem. When 1.1 finds a macros.cfg in your profile dir (settings dir), it will use that in favor of the *.kmm files. Of course, the transition of your old macros into kmms will be an effort. Just take you time, there's no need to hurry. I
Forum: Development
17 years ago
kko
You only have to change two characters in menus.cfg (I assume you're using 1.0x). Scroll down to the # ----- Links section at the bottom of the file: ImageLinkPopup{ !Link :I&mage bmpmenu() } FrameImageLinkPopup{ !Link :I&mage :&Frame bmpmenu() } Replace the colon before I&mage by an exclamation mark. That's all.
Forum: General
17 years ago
kko
The macro development guide, Dorian mentioned in the initial post, is now online. Start at the MacroLibrary
Forum: General
17 years ago
kko
Mozilla adds new features to an 0.0.1-update? Yes! That's nothing new. This time e.g. JavaScript 1.7. (Besides that: For FF it's a major version update)
Forum: General
17 years ago
kko
Ah, I see. I haven't noticed this before. Must be a new Gecko feature. Don't know whether it can be disabled.
Forum: General
17 years ago
kko
Do you mean Advanced Preferences > Page Display: Images: Resize large images to fit in the browser window?
Forum: General
17 years ago
kko
1.) Km is fast and low-memory even with skin! 2.) In km this can be done using mouse gestures. First, enable the plugin in Edit > Preferences > Plugins and restart km. Then configure the gestures: Tools > Mouse Gestures... 4.) Right-click any layer (tab) button and choose Layers > Options...
Forum: Improvement requests
17 years ago
kko
QuoteQuoteOn NT4 and above you don't need to read the registry to get the location of the ProgramFilesDir. It's easier to use the %ProgramFiles% environment variable Just some additional information: this environment variable does not natively exist in NT4. I've been using NT4 for 9 years or so and I never have recalled seeing this env. variable. I just now checked and there is n
Forum: Bugs
17 years ago
kko
But is there any convenient way to set up certain proxy for certain sites. Not AFAIK. Also, I am wondering is there a way to config non-proxy-addresses like "10.10.*". See "No proxy for:" in Preferences > Proxy.
Forum: Improvement requests
17 years ago
kko
QuotePeabody QuoteHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE @="C:\PROGRA~1\INTERN~1\iexplore.exe" That's the key I do already use! But this won't work on my box or any box that a network IT person has configured to look on the network. That is really the primary point of my original post. That is, you cannot assume all programs are
Forum: Bugs
17 years ago
kko
QuotePeabodywhere is the current session data stored? In prefs.js. QuotePeabody Quote4. You're right, the XUL.mfl is created in the wrong place (should be the profile directory). Ah, that implies getting fixed? Ah, that implies me passing the information on to the responsible person.
Forum: Bugs
17 years ago
kko
I didn't doubt that this question must arise :-) You can restore the old behavior with a few lines of code: _oldHome{ id(ID_NAV_HOME); } $Home==_Home?$Home=_oldHome:0; Just paste this in a user macro module. (That's a text file with extension kmm placed in a subfolder called macros of your settings directory which is the profile directory by default.)
Forum: General
17 years ago
kko
@ra: Just in case you've edited prefs/user.js to set the skin: The skin name is now stored without the trailing backslash (this backslash is causing what you've observed).
Forum: General
17 years ago
kko
The current K-M proxy support does not seem to support local proxies. Have you ever tried to set the server URL to 'localhost' or '127.0.0.1'? ('URL' just means 'Unified Resource Locator', the specified resource is not necessarily located remote.) When the proxy feature doesn't work for you because you have to configure more details than only the H
Forum: Improvement requests
17 years ago
kko
No this key doesn't exist Thank you for the confirmation! but there is a key which perhaps can be used: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE @="C:\PROGRA~1\INTERN~1\iexplore.exe" That's the key I do already use! it's just necessaery to test win version. This key works in all versions. Two others little bugs in
Forum: Bugs
17 years ago
kko
@ndebord: Actually, ProgramFilesDir is a date (not a "directory") and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ is the location ("directory") where you should find it. But it wouldn't surprise me when it's not there on your 9X machine...
Forum: Bugs
17 years ago
kko
@desga2: Please no bug report, this is an alpha version! 1.1 is compatible with Win2k (I have no problems here). Have you tried to redownload the package? Maybe your download is corrupt. Have you tried do disable all interfering applications (personal firewall, virus scanner, ...)?
Forum: General
17 years ago
kko
QuoteGrendel... between manually reconfiguring every new distribution, I lose memory of all the scripts and files I have to change on a continual basis. At some point, I wish one of the developers would just address these issues once and for all. Instead, I've been through 5 or 6 different versions of the browser with no hope in sight. We are working on that. K-Meleon 1.1 has some major im
Forum: General
17 years ago
kko
QuoteraOh, and Edit - Preferences claimed that "Klassic" was my skin, although it was/is Phoenity_ra from my profile, set directly in prefs.js while the browser was closed. That's only an issue when using old profiles. It's resolved once you change the skin.
Forum: General
17 years ago
kko
Thank you for the code, Peabody. I have some future plans for the proxy macros anyway. I'll look at it...
Forum: Improvement requests
17 years ago
kko
Would you provide us a link, please?
Forum: Bugs
17 years ago
kko
1. The session plugin's session recovery is taking the action when km wasn't closed properly - even if you haven't noticed. You can disable the plugin. 2. The session plugin's capabilities are currently very limited. Km 1.1 has improved macros in this regard (but they won't remember the focus either). 3. I totally agree. 4. You're right, the XUL.mfl is created in
Forum: Bugs
17 years ago
kko
QuotePeabodyI notice that K-M provides at least two places where user lists can be expanded: 1) user-agents and 2) proxies. So why not expand that same idea to opening web pages in other browsers? My reason is not because a handful of web developers are dogmatic and design pages that work only with IE, but that in web development having quick access to other browsers is just plain handy. This is
Forum: Development
17 years ago
kko
All I want to do is click the Home button and have my home page open in a new tab/layer. Possible? That's the default in 1.1.
Forum: General
17 years ago
kko
2. That was actually due to a mistake of mine. The tooltips are gone in 1.1.
Forum: General
17 years ago
kko
Thanks for the report, ndebord. I'll update the forum search for the next release. You can update it in \defaults\pref\I10n.js. The new URL is: http://kmeleonbrowser.org/forum/search.php?0,page=1,match_type=ALL,match_dates=30,match_forum=ALL,search= As far as the macro library is concerned, that's the particular authors' job... Doesn't make much sense to update those ma
Forum: Development
17 years ago
kko
@desga2: The following DLLs are not part of the download: dbghelp.dll msvcp71.dll msvcr71.dll Copy them from a previous 1.x installation into the application folder.
Forum: General
Pages: PreviousFirst...2021222324Next
Current Page: 23 of 24

K-Meleon forum is powered by Phorum.