LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kazaa Lite + Wine How To! (https://www.linuxquestions.org/questions/linux-software-2/kazaa-lite-wine-how-to-100576/)

snype 10-05-2003 04:06 PM

Kazaa Lite + Wine How To!
 
ok
1. go get and install wine... www.wineHQ.org
2. Download the following Windows dll's and place them in "~/fake_windows/windows/system" :
(fake_windows is the directory where all programs to be run under WINE are installed. At the time of WINE installation, unless told otherwise, WINE will create it for you at ~/c/)
so get a terminal up and cd over to /home/username/.wine/c/windows/system
then do this:
wget www.drd.dyndns.org/softlib/win98se/commctrl.dll
wget www.drd.dyndns.org/softlib/win98se/comdlg32.dll
wget www.drd.dyndns.org/softlib/win98se/ole32.dll
wget www.drd.dyndns.org/softlib/win98se/oleaut32.dll
wget www.drd.dyndns.org/softlib/win98se/shdoclc.dll
wget www.drd.dyndns.org/softlib/win98se/shdocvw.dll
wget www.drd.dyndns.org/softlib/win98se/shlwapi.dll
wget www.drd.dyndns.org/softlib/win98se/urlmon.dll
wget www.drd.dyndns.org/softlib/win98se/wininet.dll

3. Edit home/usrname/.wine/config :
If the following block of text is not already present then add it

[Version]
"Windows" = "win98"

Add the following block of text at the end of the file

[AppDefaults\\KazaaLite.kpp\\DllOverrides]
"*" = "builtin, native, so"
"commctrl" = "native"
"shdoclc" = "native"
"shdocvw" = "native"
"shlwapi" = "native"
"comdlg32" = "native"
"ole32" = "native"
"oleaut32" = "native"
"urlmon" = "native"
"wininet" = "native"

To fix font problems ensure you have the following block of text

[FontDirs]
"dir" = "/usr/X11R6/lib/X11/fonts/TTF"

This is usually the location for Mandrake 9.1 .....For other distros, "dir" should point to wherever your True Type Fonts are located.

4. Download Kazaa Lite Version 2.1.0 (K++ Edition) Build 3 (latest version at the time of writing) from http://www.kazaalite.tk/

5. Install KL with the command "wine klitekpp210b3e.exe"

6. Run KL with "wine /home/usrname/c/Program\ Files/Kazaa\ Lite/kpp.exe"

teval 10-05-2003 04:38 PM

Or..
http://frankscorner.org/modules.php?...rtid=50&page=1

snype 10-05-2003 10:10 PM

its basicly the same thing just my how to is a lil more informitive and gives places to get the files


All times are GMT -5. The time now is 10:17 PM.