Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 

Pages: PreviousFirst...1617181920...LastNext
Current Page: 18 of 35
Results 511 - 540 of 1043
9 years ago
Yogi
Quotesiria In beta3 the commands Edit>Config>Toolbars+MenuIcons produced Not-Found-errors, because the default-skin folder doesn't contain them. Can find no change in RC (without installation), could anyone check if they work now, with default skin? No, for the default skin they can't be found since the paths have changed. For the Klassic skin (or other old style skins) they get
Forum: Announcements
9 years ago
Yogi
Many, many thanks Dorian!!! If you can please add a single line at the end of proxy.kmm next time: $OnStartup=$OnStartup."Proxy_Sync;"; So Km can sync and show the correct proxy status after start up.
Forum: Announcements
9 years ago
Yogi
QuoteJohnHell I use a proxy, only for tests, but I don't complicate things like you do. I just have a button I had to create in a custom toolbar (my own skin) to toggle; and even I use the older macros from 0.x 1.x (PrivacySync) it works like a charm. If I haven't said anything here is because you tend to create buttons with macros (what I'm not skilled at all; when I need a
Forum: General
9 years ago
Yogi
Quotesiria I doubt you'd really want that :cool: because if it's not native in KM75, but separate and optional, then I would want an automatic button in it again, so that people don't need to bother with editing cfg-files. And I also would want the network types 4+5 in it. Therefore, if it would be me to upload, then I'd just grab the long since finished ProxTog2, which alread
Forum: General
9 years ago
Yogi
Many thanks for the update to both of you!!
Forum: General
9 years ago
Yogi
@soccerfan # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Custom Proxies ---------------------------------------------------------------------------------------- # # Dependencies : main.kmm ($macroPrefBranch, kmPrefs, ExecMacros) # Resources : - # Preferences : kmeleon.plugins.macros.proxy.configs # kmeleon.plugins.macros.proxy.curr
Forum: General
9 years ago
Yogi
Quotesiria But perhaps add a comment near the header somewhere how to *create* the button, that is must be done manually via toolbars.cfg. Because usually macros that toggle buttons also create them themselves, so this might get confusing to later users not aware of this thread and may use other skins ;-) (and I'm still not convinced that toggling back would work also for types 4+5 :cool
Forum: General
9 years ago
Yogi
EVERYTHING works fine now. :cool: THANKS!!! Nevertheless a question. Is there a recommended place to put this _Proxy_SyncButton{ getpref(INT,$_Proxy_Type)==0 ? $_z="1" : $_z="0"; pluginmsg(toolbars,"CheckButton", "&Privacy Bar,macros(Proxy_Toggle),".$_z); } or it doesn't really matter. It seems that it doesn't really matter. I'
Forum: General
9 years ago
Yogi
Unfortunately my statement that it works was premature. The problem is that the Proxy setting doesn't get checked at browser start up. At browser start up the Proxy button is always depressed whatever the real setting for the Proxy is. I didn't notice till yesterday since the depressed status happened to coincide with the actual Proxy setting. It's not related to Km-75b3u3.
Forum: General
9 years ago
Yogi
Back up your Proxy.kmm and replace it with this one: # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Custom Proxies ---------------------------------------------------------------------------------------- # # Dependencies : main.kmm ($macroPrefBranch, kmPrefs, ExecMacros) # Resources : - # Preferences : kmeleon.plugins.macros.proxy.configs
Forum: General
9 years ago
Yogi
Now it's perfect! It also catches up the changes made in menu. I've added the checkbutton-commands as advised. For whatever reason those commands have to be placed at the end, after the statusbar. If placed directly before the statusbar it doesn't work. It works now exactly how I thought to be most convenient. Once again, many thanks to all of you! I've tested now wit
Forum: General
9 years ago
Yogi
It works!!!!!! I can toggle on/off from the button, image is changing, button stays pressed. Only minor cosmetical shortcoming, it can't catch up changes I make from the menu.
Forum: General
9 years ago
Yogi
Proxy_Toggle{ menuchecked=(getpref(INT,$_Proxy_Type)!=0); getpref(INT,$_Proxy_Type)==0 ? $_z="1" : $_z="0"; pluginmsg(toolbars,"CheckButton", "&Privacy Bar,macros(Proxy_Toggle),".$_z); } This way it doesn't work at all.
Forum: General
9 years ago
Yogi
No joy. I've tried all the ways. pluginmsg("&Privacy Bar", "macros(Proxy_Toggle)", getpref(INT,$_Proxy_Type) == 0 ? true : false); pluginmsg(toolbars,"CheckButton", "&Privacy Bar,macros(Proxy_Toggle),".getpref(INT,$_Proxy_Type)==0 ? true : false); pluginmsg(toolbars,"CheckButton", "&Privacy Bar,macros(Proxy_Toggle),&
Forum: General
9 years ago
Yogi
First of all many thanks for the inputs!!! I've tried Dorian's solution. Testing with 2 different proxies. It does exactly what I meant. There is only a single problem caused by my ignorance. Toggling on/off works, switching between proxies works and the note in the status bar gives the correct status. Everything works fine except the image on the PrivBar doesn't change. It
Forum: General
9 years ago
Yogi
Thanks JamesD! I'd suggest we wait for a week. I have no idea who among the macro writers has the better understanding for proxies. All I know is that you, Desga2 and Siria have already written a quite similar macro that works. The only difference here is that the macro doesn't have to create its own toolbar nor to set its own image. It doesn't even has to auto detect the prox
Forum: General
9 years ago
Yogi
The request is for the very few proxy users using K-Meleon, me included. We have already at least 3 macros for proxies (from JamesD, Desga2 and Siria). All work fine. Though it would be nice to have a button for ProxyToggle pref, integrated into K-Meleon by default. No extra user defined macro. We already have a PrivBar with buttons for toggle prefs. We could use that PrivBar by default for
Forum: General
9 years ago
Yogi
Quotefred from nl The file was uploaded on Date: March 09, 2015 12:17AM and last tried by Yogi on Date: March 09, 2015 01:52AM, seems to have needed a long time to upload Have got the update in the meanwhile. Works fine for me. How far the once mighty SourceForge has fallen since ownership has changed.
Forum: Announcements
9 years ago
Yogi
Quotefred from nl > K-Meleon 75 b3 update 3 Can't open file K-Meleon75b3u3.7z with 7-zip 7.38 beta, filesize 110 kB. Same here. Neither 7-zip nor WinRAR can open the archive.
Forum: Announcements
9 years ago
Yogi
@desga2 It would be nice to have an enhanced Proxy.kmm shipped by default. One like Proxy2.kmm for instance. It could be also a simple one (only toggle with "right-click for more options") that doesn't create its own toolbar but (with some line of code added to main.kmm) only uses the already existing one (e.g. PrivBar). By default the item could be disabled/commented out on
Forum: Announcements
9 years ago
Yogi
QuoteJohnHell Sorry, but, no. I'm with guenter and I can't believe it. Neither do I. Someone will have to explain me first how this magic should work. On a side note: There are tools which can read the content of index.dat files. Such a tool might be useful to determine the origin of those cookies.
Forum: Bugs
9 years ago
Yogi
@Rodocop I'm afraid the bug is present on all OS versions where KM-75b3u2 is running. As for a solution, see JohnHell's post above. However, a fix by Dorian will come soon.
Forum: Announcements
9 years ago
Yogi
@JohnHell Emptied the string. Issue solved.
Forum: Announcements
9 years ago
Yogi
@Dorian I've retested with a fresh install on Win7. - created a new folder - unpacked K-Meleon75b3.7z in that folder - unpacked K-Meleon75b3u2.7z in the same folder - didn't touch any setting, leaving everything at its default value - started the packet sniffer - started K-Meleon75b3u2 - same connections to Google.com All one needs to reproduce is a decent sniffer for best
Forum: Announcements
9 years ago
Yogi
@Siria Using a sniffer isn't complicated at all. Writing a single line of macro is 100x complicated. You only think so just because you never tried. I wouldn't blame Google this time. The connection to Google looks to be the result of a bug in KM-75b3u2. I assume Dorian will fix this soon. As for the connection to sourceforge.net, it was only because of the first run. For
Forum: Announcements
9 years ago
Yogi
QuoteJohnHell Might be this bug related to the about:home fix? Likely. KM-b3 connects to sourceforge.net at startup. It shouldn't. KM shouldn't connect anywhere at its own. EDIT: Sorry, forget the connection to sourgeforge.net. It was probably because of the first run. Me stupid, I've forgotten about it. After restarting the second time it doesn't connect anymo
Forum: Announcements
9 years ago
Yogi
Confirmed. Weird. Should get fixed. Testing with Wireshark and KM-b3u2. Starting KM with an active internet connection. See image below.
Forum: Announcements
9 years ago
Yogi
I have the same extension running in KM-74 and KM-75. For KM-74 its image is in the "default" folder and in KM-75 its image is in the "shared" folder.
Forum: Announcements
9 years ago
Yogi
Quotesiria Just a pref: main.kmm still contains that line $KM_Version=getpref(STRING,"general.useragent.vendorSub"); But can't find that pref in about:config anymore. You won't find that string in about:config neither in Km-74 nor in Fx ESR 31.x.
Forum: Announcements
9 years ago
Yogi
Quotejasonliulu2 much slower than u1, and just like firefox34esr, sometimes its UI vanished. I can't confirm, neither for Km-b3u2 nor for Fx ESR-31.5.0. The specs of the computer might be decisive for different perceptions.
Forum: Announcements
Pages: PreviousFirst...1617181920...LastNext
Current Page: 18 of 35

K-Meleon forum is powered by Phorum.