General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
k-meleon and getright
Posted by: darklink
Date: July 18, 2008 11:52PM

I'm trying to find a way to make getright work with k-meleon. On this site there's a page with the link for the plugin, but this link doesn't work. Can you help me? i hope there's another way to find the plugin...
thank you very much

Ps I tried to search the file with google but the downloads that I found referred to the same broken link!

Options: ReplyQuote
Re: k-meleon and getright
Posted by: desga2
Date: July 19, 2008 09:02AM

You can tried others downloads managers tested ok with K-Meleon.

This is GetRight web site.

K-Meleon in Spanish

Options: ReplyQuote
Re: k-meleon and getright
Posted by: darklink
Date: July 19, 2008 09:38AM

If there's no way to find the plugin, can someone suggest me the best download manager among those tested with k-meleon?

Options: ReplyQuote
Re: k-meleon and getright
Posted by: JujuLand
Date: July 19, 2008 09:42AM

OrbitDownloader

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Options: ReplyQuote
Re: k-meleon and getright
Posted by: Zoohooter
Date: July 19, 2008 12:31PM

I use Star Downloader

http://www.stardownloader.com/

Options: ReplyQuote
Re: k-meleon and getright
Posted by: disrupted
Date: July 21, 2008 07:10PM

i agree with juju, orbit works great with kmeleon, if you meed to have getright to work ..do this, copy the text below:

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- Getright download manager ---------------------------------------------------------------------------
#
# Dependencies : main.kmm (Go), sendto.kmm (menus)
# Resources : -
# Preferences : -
#
# ------------------------------------------------------------------------------------------------------------------

GR_OpenPage{
$_GR_Open=$URL; &_GR_Open;
}
GR_OpenLink{
$_GR_Open=$LinkURL; &_GR_Open;
}
GR_OpenImage{
$_GR_Open=$ImageURL; &_GR_Open;
}
GR_OpenURL{
$__text=$URLBAR; $__text==""?$__text=$URL:0;
$_GR_Open=$__text; &_GR_Open;
}

# ----- PRIVATE

_GR_Open{
# fallback command line (may fail on NT):
$_GR=sub("%s",_("Program Files"),"\"G:\\PROGRA~1\\PROGRA~1\\GETRIG~1\\getright.exe\" %1");
# PATCH (invalid IE7 registry data)
index($__data,".")>index($__data,"%1")?$__data="\"G:\\PROGRA~1\\PROGRA~1\\GETRIG~1\\getright.exe\" %1":0;
# PATCH
$__data==""?0:$_GR=$__data; exec(sub("%1",$_GR_Open,$_GR));
}

_GR_BuildMenu{
index($macroModules,";SendTo;")>-1?&_GR_BuildMenu_SendTo:&_GR_BuildMenu_Default;
}
_GR_BuildMenu_Default{
$__m="Open In &Getright";
setmenu(DocumentOpenExternal,macro,$__m,GR_OpenPage);
setmenu(LinkOpenExternal,macro,$__m,GR_OpenLink);
#setmenu(ImageOpenExternal,macro,$__m,GR_OpenImage);
setmenu(_Go_Open,macro,$__m,GR_OpenURL);
}
_GR_BuildMenu_SendTo{
$__m="&Download with Getright";
setmenu($_SendTo_Page,macro,$__m,GR_OpenPage);
setmenu($_SendTo_Link,macro,$__m,GR_OpenLink);
#setmenu($_SendTo_Image,macro,$__m,GR_OpenImage);
setmenu($_SendTo_URL,macro,$__m,GR_OpenURL);
}
_GR_SetAccels{
setaccel("CTRL ALT I","macros(GR_OpenPage)");
}
$OnInit=$OnInit."_GR_SetAccels;_GR_BuildMenu;";

# ------------------------------------------------------------------------------------------------------------------
$macroModules=$macroModules."GR;";

paste into notepad and save as getright.kmm (kmm extention not txt), and save the file into your kmeleon/macros folder

IMPORTANT! remember to change the path in the script to where your getright is installed: this path:G:\\PROGRA~1\\PROGRA~1\\GETRIG~1\\getright.exe
if get right is in c:\program files for example, then change it to this:
c:\\program files\\getright\\getright.exe (fairly easy)
this will add a command in your send to links in kmeleon and you can select getright for exe /zip links or any other file you wish to download with getright

Options: ReplyQuote
Re: k-meleon and getright
Posted by: darklink
Date: July 23, 2008 05:46PM

Thank you! I suggest to add this macro in the macro library because the link for the plugin is broken

Options: ReplyQuote
Re: k-meleon and getright
Posted by: Rodger
Date: August 11, 2008 07:03PM

Hello,
I use this marco too.
The File will correct downloaded, but when it is finished the file have the extension .exe.me.

When I remove .me I can open/start the downloaded file.
Why is this so?


Thanks

Options: ReplyQuote
Re: k-meleon and getright
Posted by: disrupted(unlogged)
Date: August 11, 2008 07:22PM

hi rodger, the macro just sends the url to getright; the .me thing is very odd.. getright does add the extension .getright to files but not .me and it automatically removes the added extension when the download completes.. unless new versions of getright add .me instead of *.getright.. which is something i'm not sure about.

anyway, try this, open getright, go to tools>getright configuration.
in the configuration dialog,expand advanced and select saving.

in saving options you will find this entry:
add .getright(or maybe .me) to file names until done..
unselect that option, close getright and try to download a file and see it it still adds the .me extension.

hope that helps..good luck.

Options: ReplyQuote
Re: k-meleon and getright
Posted by: Rodger
Date: August 11, 2008 08:24PM

Hi,
hm, with IE7 GetRight works fine. While I download a file .getright will be added. When I finished it wirr removed.
But with KMeleon it doesn`t work so.
I have testet it with another website and now .getright will be added but don`t removed after it finished. Any Ideas

Need I a plugin for Getright?

Options: ReplyQuote
Re: k-meleon and getright
Posted by: desga2
Date: August 11, 2008 08:57PM

GetRight don't know that file is ended download an don't rename it.
Change configuration of GetRight to use it with Mozilla browser not IE browsers.

K-Meleon in Spanish

Options: ReplyQuote
Re: k-meleon and getright
Posted by: Rodger
Date: August 11, 2008 09:14PM

OK, this was the error.

Now it works,

Thanks

Options: ReplyQuote


K-Meleon forum is powered by Phorum.