Quote deadlock
@ndebord
>Is it truly that easy?
Yes!
Send a note if you can't open tabs
in background with this option.
It was rarely used and overlooked.
Changing all entries in chrome to
match K-Meleon.exe's entry would work too.
It only exists once in BrowserFrmTab.cpp (CVS).
deadlock,
I open nothing in windows and all tabs are set to open in background (don't like to lose foreground focus), so as near as I can tell, I am opening tabs in background just fine. Is there something in particular I should try and identify for this?
Wouldn't know how to change Chrome or where to look, so, leave that to all youse coders. <vbg>
N
Edited 1 time(s). Last edit at 02/28/2012 09:48AM by ndebord.
Quote deadlock
@ndebord
>Is it truly that easy?
Yes!
Send a note if you can't open tabs
in background with this option.
It was rarely used and overlooked.
Changing all entries in chrome to
match K-Meleon.exe's entry would work too.
It only exists once in BrowserFrmTab.cpp (CVS).
It can be made even much easier: open about:config and create new boolean key kmeleon.tabs.loadDivertedInBackground alongside with existing browser.tabs.loadDivertedInBackground (this 'equalizes' chrome with exe-file, not vice versa!), set it to true - and that's it! This works immediately.
No matter now what is the old key value.
Quote ndebord
deadlock,
I open nothing in windows and all tabs are set to open in background (don't like to lose foreground focus), so as near as I can tell, I am opening tabs in background just fine. Is there something in particular I should try and identify for this?
This makes sense if some link or external app produces new window (opened as tab if this was set so). By default all such tabs are opened in foreground even if the box 'open diverted windows in background' in Preferences->Window Diversion is checked.
The tweak described corrects the behavior.
You can check this using the link provided by deadlock. Just click on the 'a new window' link in the table there.
Quote deadlock
@ndebord
>Is it truly that easy?
Yes!
Send a note if you can't open tabs
in background with this option.
It was rarely used and overlooked.
Changing all entries in chrome to
match K-Meleon.exe's entry would work too.
It only exists once in BrowserFrmTab.cpp (CVS).
It can be made even much easier: open about:config and create new boolean key kmeleon.tabs.loadDivertedInBackground alongside with existing browser.tabs.loadDivertedInBackground (this 'equalizes' chrome with exe-file, not vice versa!), set it to true - and that's it! This works immediately.
No matter now what is the old key value.
To me. It now looks like the value was programmed but forgotten to add as pref?
Edited 1 time(s). Last edit at 02/29/2012 10:38AM by guenter.
Quote guenter
To me. It now looks like the value was programmed but forgotten to add as pref?
Perhaps. I think its presence is assumed (or defined) by some of components. I don't really understand the whole architecture of K-Meleon but it seems so.
Quote guenter
To me. It now looks like the value was programmed but forgotten to add as pref?
Perhaps. I think its presence is assumed (or defined) by some of components. I don't really understand the whole architecture of K-Meleon but it seems so.
Telling us that we just need add a pref is a good trick for someone that does not understand.
p.s. Can You send me history.dll from K-Meleon-1.7.26db+. I cannot get the build extracted and wonder which version of the dlll he uses.
You see my mail address in my profile when You click my name above this post.
Well, when you compare 2010 tech with 2012 tech those are the scores you should expect to get.
However, in the real world, 97 percent of the sites that I visit don't use the cutting edge, new technology. I use KM 1.6.0 beta 2.4 and more than 50 percent of the button and menu items there are specially crafted to my needs. Can't do that with CH, FF, and IE.
pref('kmeleon.print.BGColors', false);
pref('kmeleon.print.BGImages', false);
Both don't exist in code and chrome and
can be replaced by working settings:
Quote deadlock
kmeleon.js in KM1.6b2 has following preferences:
pref('kmeleon.print.BGColors', false);
pref('kmeleon.print.BGImages', false);
Both don't exist in code and chrome and
can be replaced by working settings:
I think it's not possible to add this string because the program wouldn't be able to call it. But I think that if this string already exists with an index, we have just to translate it in k-meleon.dll
There is a very long time I haven't put my hand in this files
I had a look to kmeleon.kml, and I found some translation which are used for menus, for example line 240:
New Tab. Right-click for more options.=Nouvel onglet. Clic-Droit pour plus d'options.
A+
Mozilla/5.0 (x11; U; Linux x86_64; en-US; rv:1.9.1.17pre) Gecko/20101211 Ubuntu/12.04 (precise) K-Meleon/1.6.0
Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:1.9.2.14pre) Gecko/20101219 Ubuntu/12.04 (precise) K-Meleon/1.7.0
Web: K-Meleon Extension Setup (French) and (English)
Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr
Edited 1 time(s). Last edit at 04/07/2012 02:53AM by JujuLand.
Quote JujuLand
I think it's not possible to add this string because the program wouldn't be able to call it. But I think that if this string already exists with an index, we have just to translate it in k-meleon.dll
I think it is possible. Look at the source.
Line 465 #define ID_NEW_TAB 33900
You can use ID_NEW_TAB in your localized rc-file.
Quote JujuLand
There is a very long time I haven't put my hand in this files
I had a look to kmeleon.kml, and I found some translation which are used for menus, for example line 240:
New Tab. Right-click for more options.=Nouvel onglet. Clic-Droit pour plus d'options.
Found it.
Those are in the tooltips of a tab toolbar button
and kml files can't be used for all menu options.
ID_NEW_TAB can only be modified/set in k-meleon.exe
and/or language dll resources.
Edited 1 time(s). Last edit at 04/12/2012 02:43AM by deadlock.
It opens if the browser has posted a
form request and refresh is clicked.
The window has an icon but no title.
The message and the 'resend button' are defined in Chrome:
confirmRepostPrompt=To display this page, the application must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.
resendButton.label=Resend
In KM 1.5.4 the dialog box has no
icon but 'K-Meleon' in title.
Chrome's brandShortName is used.
Gecko should set the title,
but it appears to depend on branding.
If nobody knows a trick for chrome or components,
a modification in GenericDlg.cpp can set a default title.
Seems to me that we just need to look in chrome for the icon which is currently used if you only wish to replace that with "K-Meleon". I have looked at several other browsers and there is both brand and title but never both.
My 1.6.2.4 version is like your beta2 except that the icon is different. It is like the one in the throbber for Klassic. Klassic is the theme that I always use. I am too lazy to learn what the buttons mean in other themes.
@JamesD
Thanks for testing the dialog.
Didn't find any other title bar without text yet.
I've also used 256 colours Klassic skin,
but had to modify AuraAlpha for testing transparent
throbbers on custom toolbar backgrounds.
But, I was only asking for the name of the windows
theme, that provides the colours of all screenshots
except blackhawk. The greenish background.
Looks like Windows 7 aero glass effect was enabled.
about the project owner and similar thoughts. It seems to me at this particular moment in time, that you and Fred and Rodocop are the only people interested in working with K-Meleon. at the coding level
Dorian and KKO (the script macro language guy) have not been around for quite some time now.
Do you see any way to move forward with K-Meleon, either with gecko 2.xxxx or with a radical redo with something like WebKit? I see some pretty interesting work done with tweaking the current Gecko engine and K-Meleon to make the browser that was always configurable into an even more useful piece of software.
Anyhow, I'm just talking a bit here. <g>
N
Edited 1 time(s). Last edit at 07/01/2012 09:26PM by ndebord.