Linux users :  K-Meleon Web Browser Forum
All about K-Meleon under Linux using wine. 

Pages: PreviousFirst...115116117118119...LastNext
Current Page: 117 of 126
Results 3481 - 3510 of 3766
15 years ago
JamesD
3481. Re: Update
Keep checking this forum is one way. Depending on the version you are running, look in EDIT - PREFERENCES - K-MELEON PLUGINS for an item called "update checker". If you have that feature and it is checked then KM will on some schedule do the check for you.
Forum: General
15 years ago
JamesD
@ darklink Which version of KM is giving you this message? I am using KM 1.5beta2 and I created a macro with the name openasurlinnew.kmm without any problem.
Forum: Bugs
15 years ago
JamesD
@ chinarobin It might help the developer if you could note which method you use to close KM. By this I mean (1) using the FILE - EXIT K-MELEON or (2) clicking on the "X" in the top right corner of your screen. Keep a record and see if the problem happen from only one or both methods. @chinarobin I have an update for you about FavRenAdd in this thread. http://kmeleonbrowser.or
Forum: Bugs
15 years ago
JamesD
@ chinarobin I have a version of the macro for testing now. You can replace FavRenAdd kmm and js files with these new files. They are to be named FRA_U8.kmm and FRA_U8.js This is the simple way that I tried first which had the problem when the name and URL length were sometimes too long for the exec statement in the macro. This version does not edit the fields unless a restricted cha
Forum: Improvement requests
15 years ago
JamesD
@chinarobin That was some code that was looked at during the build of FavRenAdd. It had the problem that you noticed. Comment in the code points out the problem. setpref(STRING,"kmeleon.plugins.favorites.newitemFolder",$_SubFolder); # HERE IS THE TRAP # When the plugin is called below, it's not sure that the pref is already updated from above $_SubFolder==":"
Forum: Improvement requests
15 years ago
JamesD
I am not sure about addressing local files. All the file names are done in these lines of code for SearchH. var SearchH_History_Filespec= SearchH_Profile_Path + "\\History.dat" ; var SearchH_Pref_Filespec= SearchH_Profile_Path + "\\prefs.js"; var SearchH_Defaults_Filespec = SearchH_Root_Path + "\\defaults\\pref\\I10n.js" var SearchH_Htm_Filespec= SearchH_Pro
Forum: Improvement requests
15 years ago
JamesD
I grew up with ASCII. It may take me a while to figure out how to load and read UTF-8. If anyone has a way or an idea how to get WSH to use the UTF-8, I would love to hear from you. I have other macros which read dot js files in WSH. Are they likely to have the same problem? SearchH is one I am now concerned about.
Forum: Improvement requests
15 years ago
JamesD
Does the error message about loading problems occur when KM starts or does it occur when you try to use FavRenAdd?
Forum: Improvement requests
15 years ago
JamesD
@ chinarobin Place the FavRenAdd.js in your user macro folder. Instruction from MacroLibrary. QuoteOpen your User Macro Folder (Edit > Configuration > User-Defined Macros) or your Macro Folder (Edit > Configuration > Macros) and create the following text file(s): Both files, FavRenAdd.kmm and FavRenAdd.js should be in your user macro folder.
Forum: Improvement requests
15 years ago
JamesD
@ degas2 Really great work! I put the page into my KM 1.5beta2 and it looks great. The code in cfg.kmm was a little different so I did not replace. I just commented out the old and added the new. cfg_Commands{ # macroinfo=_("View a list of commands available for menus, macros and toolbars"); # $ext="txt"; &getExtensionHandler; $cfg_File="commands.txt"
Forum: Development
15 years ago
JamesD
The copy worked perfectly. I deleted the two dot dat files and started KM. Everything works. All I had to do was run setdefault from config. I just love this browser.
Forum: General
15 years ago
JamesD
Thanks for the info. I will delete the dot dat files before I start KM.
Forum: General
15 years ago
JamesD
I am about to a full recover back to original install on my computer. I have copied the folder in program files which contains KM along with all sub folders. I plan to copy it back after the recover. I noticed two files in Profiles along with my tufvx7du.default folder. They are pluginreg.dat and registry.dat. When I copy back to the newly formatted program files should I leave these two fil
Forum: General
15 years ago
JamesD
OK, I understand now. Thanks. I don't do anything that fancy. When we go on vacation I just copy the IE Favorites folder from the desktop computer to the laptop computer. I am retired so I don't have an office computer.
Forum: Improvement requests
15 years ago
JamesD
One thing we need to know is which version of K-Meleon are you running? I am using 1.5beta2 and when I went to the site and clicked on the large picture KM opened the picture only in the current window. If I click on one of the smaller images below, I am taken to another web page. You can check on where picture's link will take you by right clicking on the picture and then clicking on l
Forum: Bugs
15 years ago
JamesD
Macros for earlier versions might be the problem. see http://kmeleonbrowser.org/forum/read.php?3,79912,79912#msg-79912
Forum: Development
15 years ago
JamesD
The page rank for the current document is available with this macro in the MacroLibrary. http://kmeleon.sourceforge.net/wiki/KmmGoPgRank I don't use added toolbars myself so I don't know what other things a Google Toolbar might provide.
Forum: Improvement requests
15 years ago
JamesD
Look under HELP - ABOUT PLUGINS to see if the player is installed in K-Meleon.
Forum: General
15 years ago
JamesD
@ melo Was the window that was minimized at full screen when it was minimized? I can't test 1.1.5 because I am using 1.5beta2, but when I open a window from an external application it opens in the same size that the minimized window had when minimized.
Forum: Improvement requests
15 years ago
JamesD
In the situation you describe, the call to K-Meleon from the external app is going to open a new window. It is not going to start up K-Meleon because K-Meleon is already running.
Forum: Improvement requests
15 years ago
JamesD
If you go to your KM folder and defaults\settings you can rename the menus.cfg to menus.old to get rid of all menus. That plus fullscreen to "true" gets rid of menus and toolbar.
Forum: General
15 years ago
JamesD
This might get you started. Put these two lines in your user.js file. user_pref("kmeleon.plugins.fullscreen.last", true); user_pref("browser.startup.homepage", " "); The menus are still there, but you can't see them. To get rid of memues you can try the setmenu command in the macro language. Just so you know, there are a lot of menus when you includ
Forum: General
15 years ago
JamesD
We also have a macro which will copy a user's profile. See here http://kmeleon.sourceforge.net/wiki/KmmResProfile
Forum: General
15 years ago
JamesD
There is a macro named FavRenAdd in the MacroLibrary which addresses the problem of renaming a favorite when adding and also which folder/subfolder to add the shortcut. See http://kmeleon.sourceforge.net/wiki/KmmFavRenAdd The "edit" item in the "favorites" menu will allow you to see additions made this way without restarting KM. There you also have the ability to modify an
Forum: Improvement requests
15 years ago
JamesD
Found this on Major Geeks, but I have not tried it. http://www.majorgeeks.com/Koma-Mail_d5312.html
Forum: General
15 years ago
JamesD
@ Remus I do not understand your post. Is it a suggestion or a question? What functions do you expect of a tray manager for K-Meleon?
Forum: General
15 years ago
JamesD
I am not an artist, but this place has some. http://www.vladstudio.com/wallpaper/?628
Forum: General
15 years ago
JamesD
QuoteJujuLandThe file compmands.txt haven't been updated I will be glad to work on the Command IDs page http://kmeleon.sourceforge.net/wiki/CommandIDs but someone will have to supply the new IDs and descriptions. Is there some place I can look them up or extract them?
Forum: General
15 years ago
JamesD
I think it would be useful to have a new event and a new Special Global Variable created. I would like to have an event called “OnWebSearch” to be fired when a user does a web search by putting a query item into the URL bar and clicking on the search button, or highlighting a query item and clicking on the search button, or clicking on the search button and completing the query prompt. This m
Forum: Improvement requests
15 years ago
JamesD
QuoteJohnHellAnd what software have you used? I only can see lines with photoshop and nothing with paint :-? The background was done with: Perlin Noise Texture Generator Version 1.0 http://www.AlexD.icuknet.co.uk/index.html Some of the work was done with: Ultimate Paint Image Editor http://www.ultimatepaint.com/ Other work was done with: Photobie 4.8 http://www.photobie.com/
Forum: General
Pages: PreviousFirst...115116117118119...LastNext
Current Page: 117 of 126

K-Meleon forum is powered by Phorum.