KakaoTalk

Informations

Créateur Messages
Dadu042

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 20031
Wine: 5.0.2

Retours d'expérience

Description

KakaoTalk (Hangul: 카카오톡), or sometimes KaTalk, is a free mobile instant messaging application for smartphones with free text and free call features, operated by Kakao Corporation. WebsiteWikipedia.

Appdb.winehq.org 

Captures d'écran

MiniatureMiniature

Code source

#!/bin/bash
# Date : (2020-01-25 22-29)
# Last revision : see changelog
# Distribution used to test : Ubuntu 18.04 bionic
# Author : TheBallOfAeolus
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [TheBallOfAeolus] (2019-11-11 15-30)
#   Initial script.
# [TheBallOfAeolus] (2019-11-16 21-44)
#   I have modified the script and added mp10, riched20 and wmpcodecs, I was having issues with some notifications
#   and by adding those, everything is fine.
#   I am not sure which one is the one that actually fixed it, but now everything is working :P
# [Dadu042] (2020-01-21 09:50)
#   Wine 4.19 -> 4.21 (latest and perhaps final).
# [TheBallOfAeolus] (2020-01-25 22-29)
#   The latest version of KakaoTalk is not supporting Windows 2008 anymore, updating the configs to Windows 10
# [Dadu042] (2020-02-10 16:20)
#   Add POL_RequiredVersion.
#   Add category to POL_Shortcut.
# [kladess] (2020-09-02 01:15)
#  Wine 4.21 -> 5.0.2 (stable)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
   
PREFIX="KakaoTalk"
WINEVERSION="5.0.2"
TITLE="Kakao Talk"
EDITOR="Kakao Corp."
GAME_URL="https://www.kakaocorp.com/"
AUTHOR="TheBallOfAeolus"
DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
OSVERSION="win10"
SHORTCUTFILENAME="KakaoTalk.exe"
DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
   
# Initialization
POL_SetupWindow_Init
   
POL_Debug_Init
   
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
   
# Create Prefix
POL_System_TmpCreate "$PREFIX"
   
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "$DOWNLOADURL"
    INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
fi
   
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WINEVERSION"
   
# Configuration
Set_OS "$OSVERSION"
   
#Dependencies
POL_Call POL_Install_gdiplus
#POL_Call POL_Install_msxml6
#POL_Call POL_Install_riched20
#POL_Call POL_Install_riched30
#POL_Call POL_Install_wmp9
#POL_Call POL_install_wmp10
#POL_Call POL_install_wmpcodecs
POL_Call POL_Install_mono28
POL_Call POL_Install_gecko
POL_Call POL_Install_winhttp
   
# Installation
Set_OS "$OSVERSION"
   
POL_SetupWindow_message "The installer for $TITLE will now appear.nDo not allow the installer to launch the game.nUncheck the box to launch the game at the end of the installation.nnIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.n" "Uncheck the Launch Game checkbox!"
POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
   
# Create Shortcuts
POL_Shortcut "$SHORTCUTFILENAME" "$TITLE" "" "" "Network;"
POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.UTF-8"
   
# Cleanup
POL_System_TmpDelete
   
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
AquaSZS Jeudi 27 Mai 2021 à 12:22
AquaSZS Anonymous

Messages

Thank you for putting up this app. Getting Kakaotalk to work was a pain in the ass.

Most of the app works fine, but I cannot download any file people upload. The download starts then immediately says "failed to load", only leaving behind .part file at the download directory.

I tried installing additional wine components and changing locale to no avail. Is this an issue for anyone else?

Réponses

Anonymous
Mercredi 2 Juin 2021 à 9:16
The app has trouble logging in too often. It also crashes way too often when pasting in large amount of text:


0026:err:module:load_so_dll failed to load .so lib "/home/kimsin98/.PlayOnLinux/wine/linux-x86/5.0.2/bin/../lib/wine/l3codeca.acm.so": libmpg123.so.0: ?? ???? ??? ? ? ????0026:err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
0026:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0026:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0026:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0026:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
0026:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0026:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32fb24, 0x32fb34 0x32fb28
0026:fixme:nls:get_dummy_preferred_ui_language (0x38 0x32fb24 0x32fb34 0x32fb28) returning a dummy value (current locale)
0026:fixme:process:RegisterApplicationRestart (L" /RestartByRestartManager:24DCCDFD-B0DF-418a-8110-2CE052FDE717",0)
0026:fixme:ole:CoInitializeSecurity (00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub!
0026:fixme:wbemprox:client_security_SetBlanket 6795E768, 04F73910, 10, 0, (null), 3, 3, 00000000, 0x00000000
0026:fixme:wbemprox:client_security_Release 6795E768
0026:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FEA4
kladess Mercredi 2 September 2020 à 3:18
kladess Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

wine 4.21 -> wine 5.0.2

no more need wmp9, wmp10, wmpcodecs, msxml6, riched20, riched30

 

Differences

@@ -20,12 +20,14 @@
 # [Dadu042] (2020-02-10 16:20)
 #   Add POL_RequiredVersion.
 #   Add category to POL_Shortcut.
-
+# [kladess] (2020-09-02 01:15)
+#  Wine 4.21 -> 5.0.2 (stable)
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-  
+   
 PREFIX="KakaoTalk"
-WINEVERSION="4.21"
+WINEVERSION="5.0.2"
 TITLE="Kakao Talk"
 EDITOR="Kakao Corp."
 GAME_URL="https://www.kakaocorp.com/"
@@ -34,20 +36,20 @@
 OSVERSION="win10"
 SHORTCUTFILENAME="KakaoTalk.exe"
 DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
-  
+   
 # Initialization
 POL_SetupWindow_Init
-  
+   
 POL_Debug_Init
-  
+   
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-
+ 
 POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
-  
+   
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
-  
+   
 POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
@@ -59,40 +61,41 @@
     POL_Download "$DOWNLOADURL"
     INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
 fi
-  
+   
 POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
 POL_Wine_PrefixCreate "$WINEVERSION"
-  
+   
 # Configuration
-Set_OS "winxp"
-  
+Set_OS "$OSVERSION"
+   
 #Dependencies
 POL_Call POL_Install_gdiplus
-POL_Call POL_Install_msxml6
-POL_Call POL_Install_riched20
-POL_Call POL_Install_riched30
-POL_Call POL_Install_wmp9
-POL_Call POL_install_wmp10
-POL_Call POL_install_wmpcodecs
+#POL_Call POL_Install_msxml6
+#POL_Call POL_Install_riched20
+#POL_Call POL_Install_riched30
+#POL_Call POL_Install_wmp9
+#POL_Call POL_install_wmp10
+#POL_Call POL_install_wmpcodecs
 POL_Call POL_Install_mono28
 POL_Call POL_Install_gecko
-  
-  
+POL_Call POL_Install_winhttp
+   
 # Installation
 Set_OS "$OSVERSION"
-  
+   
 POL_SetupWindow_message "The installer for $TITLE will now appear.nDo not allow the installer to launch the game.nUncheck the box to launch the game at the end of the installation.nnIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.n" "Uncheck the Launch Game checkbox!"
 POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
-  
+   
 # Create Shortcuts
 POL_Shortcut "$SHORTCUTFILENAME" "$TITLE" "" "" "Network;"
-POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
-  
+POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.UTF-8"
+   
 # Cleanup
 POL_System_TmpDelete
-  
+   
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2020-01-25 22-29)
# Last revision : see changelog
# Distribution used to test : Ubuntu 18.04 bionic
# Author : TheBallOfAeolus
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [TheBallOfAeolus] (2019-11-11 15-30)
#   Initial script.
# [TheBallOfAeolus] (2019-11-16 21-44)
#   I have modified the script and added mp10, riched20 and wmpcodecs, I was having issues with some notifications
#   and by adding those, everything is fine.
#   I am not sure which one is the one that actually fixed it, but now everything is working :P
# [Dadu042] (2020-01-21 09:50)
#   Wine 4.19 -> 4.21 (latest and perhaps final).
# [TheBallOfAeolus] (2020-01-25 22-29)
#   The latest version of KakaoTalk is not supporting Windows 2008 anymore, updating the configs to Windows 10
# [Dadu042] (2020-02-10 16:20)
#   Add POL_RequiredVersion.
#   Add category to POL_Shortcut.
# [kladess] (2020-09-02 01:15)
#  Wine 4.21 -> 5.0.2 (stable)
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
   
PREFIX="KakaoTalk"
WINEVERSION="5.0.2"
TITLE="Kakao Talk"
EDITOR="Kakao Corp."
GAME_URL="https://www.kakaocorp.com/"
AUTHOR="TheBallOfAeolus"
DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
OSVERSION="win10"
SHORTCUTFILENAME="KakaoTalk.exe"
DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
   
# Initialization
POL_SetupWindow_Init
   
POL_Debug_Init
   
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
   
# Create Prefix
POL_System_TmpCreate "$PREFIX"
   
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "$DOWNLOADURL"
    INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
fi
   
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WINEVERSION"
   
# Configuration
Set_OS "$OSVERSION"
   
#Dependencies
POL_Call POL_Install_gdiplus
#POL_Call POL_Install_msxml6
#POL_Call POL_Install_riched20
#POL_Call POL_Install_riched30
#POL_Call POL_Install_wmp9
#POL_Call POL_install_wmp10
#POL_Call POL_install_wmpcodecs
POL_Call POL_Install_mono28
POL_Call POL_Install_gecko
POL_Call POL_Install_winhttp
   
# Installation
Set_OS "$OSVERSION"
   
POL_SetupWindow_message "The installer for $TITLE will now appear.nDo not allow the installer to launch the game.nUncheck the box to launch the game at the end of the installation.nnIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.n" "Uncheck the Launch Game checkbox!"
POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
   
# Create Shortcuts
POL_Shortcut "$SHORTCUTFILENAME" "$TITLE" "" "" "Network;"
POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.UTF-8"
   
# Cleanup
POL_System_TmpDelete
   
POL_SetupWindow_Close
exit

Réponses

Samedi 5 September 2020 à 9:39
script approved.
Anonymous
Samedi 5 September 2020 à 16:02
thanks :D

Edité par kladess

Dadu042 Lundi 10 Février 2020 à 16:22
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -17,6 +17,9 @@
 #   Wine 4.19 -> 4.21 (latest and perhaps final).
 # [TheBallOfAeolus] (2020-01-25 22-29)
 #   The latest version of KakaoTalk is not supporting Windows 2008 anymore, updating the configs to Windows 10
+# [Dadu042] (2020-02-10 16:20)
+#   Add POL_RequiredVersion.
+#   Add category to POL_Shortcut.
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
@@ -39,6 +42,8 @@
   
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
   
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
@@ -83,7 +88,7 @@
 POL_Wine_WaitExit "$TITLE"
   
 # Create Shortcuts
-POL_Shortcut "$SHORTCUTFILENAME" "$TITLE"
+POL_Shortcut "$SHORTCUTFILENAME" "$TITLE" "" "" "Network;"
 POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
   
 # Cleanup

Nouveau code source

#!/bin/bash
# Date : (2020-01-25 22-29)
# Last revision : see changelog
# Distribution used to test : Ubuntu 18.04 bionic
# Author : TheBallOfAeolus
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [TheBallOfAeolus] (2019-11-11 15-30)
#   Initial script.
# [TheBallOfAeolus] (2019-11-16 21-44)
#   I have modified the script and added mp10, riched20 and wmpcodecs, I was having issues with some notifications
#   and by adding those, everything is fine.
#   I am not sure which one is the one that actually fixed it, but now everything is working :P
# [Dadu042] (2020-01-21 09:50)
#   Wine 4.19 -> 4.21 (latest and perhaps final).
# [TheBallOfAeolus] (2020-01-25 22-29)
#   The latest version of KakaoTalk is not supporting Windows 2008 anymore, updating the configs to Windows 10
# [Dadu042] (2020-02-10 16:20)
#   Add POL_RequiredVersion.
#   Add category to POL_Shortcut.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
PREFIX="KakaoTalk"
WINEVERSION="4.21"
TITLE="Kakao Talk"
EDITOR="Kakao Corp."
GAME_URL="https://www.kakaocorp.com/"
AUTHOR="TheBallOfAeolus"
DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
OSVERSION="win10"
SHORTCUTFILENAME="KakaoTalk.exe"
DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
  
# Initialization
POL_SetupWindow_Init
  
POL_Debug_Init
  
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
  
# Create Prefix
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "$DOWNLOADURL"
    INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
fi
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
  
# Configuration
Set_OS "winxp"
  
#Dependencies
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_wmp9
POL_Call POL_install_wmp10
POL_Call POL_install_wmpcodecs
POL_Call POL_Install_mono28
POL_Call POL_Install_gecko
  
  
# Installation
Set_OS "$OSVERSION"
  
POL_SetupWindow_message "The installer for $TITLE will now appear.nDo not allow the installer to launch the game.nUncheck the box to launch the game at the end of the installation.nnIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.n" "Uncheck the Launch Game checkbox!"
POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "$SHORTCUTFILENAME" "$TITLE" "" "" "Network;"
POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
  
# Cleanup
POL_System_TmpDelete
  
POL_SetupWindow_Close
exit

Réponses

Dadu042 Dimanche 26 Janvier 2020 à 10:17
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -1,5 +1,5 @@
 #!/bin/bash
-# Date : (2019-11-11 15-30)
+# Date : (2020-01-25 22-29)
 # Last revision : see changelog
 # Distribution used to test : Ubuntu 18.04 bionic
 # Author : TheBallOfAeolus
@@ -15,10 +15,12 @@
 #   I am not sure which one is the one that actually fixed it, but now everything is working :P
 # [Dadu042] (2020-01-21 09:50)
 #   Wine 4.19 -> 4.21 (latest and perhaps final).
+# [TheBallOfAeolus] (2020-01-25 22-29)
+#   The latest version of KakaoTalk is not supporting Windows 2008 anymore, updating the configs to Windows 10
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 PREFIX="KakaoTalk"
 WINEVERSION="4.21"
 TITLE="Kakao Talk"
@@ -26,21 +28,21 @@
 GAME_URL="https://www.kakaocorp.com/"
 AUTHOR="TheBallOfAeolus"
 DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
-OSVERSION="win2008"
+OSVERSION="win10"
 SHORTCUTFILENAME="KakaoTalk.exe"
 DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
- 
+  
 # Initialization
 POL_SetupWindow_Init
- 
+  
 POL_Debug_Init
- 
+  
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
- 
+  
 # Create Prefix
 POL_System_TmpCreate "$PREFIX"
- 
+  
 POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
@@ -52,13 +54,13 @@
     POL_Download "$DOWNLOADURL"
     INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
 fi
- 
+  
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
- 
+  
 # Configuration
 Set_OS "winxp"
- 
+  
 #Dependencies
 POL_Call POL_Install_gdiplus
 POL_Call POL_Install_msxml6
@@ -69,23 +71,23 @@
 POL_Call POL_install_wmpcodecs
 POL_Call POL_Install_mono28
 POL_Call POL_Install_gecko
- 
- 
+  
+  
 # Installation
 Set_OS "$OSVERSION"
- 
-POL_SetupWindow_message "The installer for $TITLE will now appear.\nDo not allow the installer to launch the game.\nUncheck the box to launch the game at the end of the installation.\n\nIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.\n" "Uncheck the Launch Game checkbox!"
+  
+POL_SetupWindow_message "The installer for $TITLE will now appear.nDo not allow the installer to launch the game.nUncheck the box to launch the game at the end of the installation.nnIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.n" "Uncheck the Launch Game checkbox!"
 POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$INSTALLER"
 POL_Wine_WaitExit "$TITLE"
- 
+  
 # Create Shortcuts
 POL_Shortcut "$SHORTCUTFILENAME" "$TITLE"
 POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
- 
+  
 # Cleanup
 POL_System_TmpDelete
- 
+  
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2020-01-25 22-29)
# Last revision : see changelog
# Distribution used to test : Ubuntu 18.04 bionic
# Author : TheBallOfAeolus
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [TheBallOfAeolus] (2019-11-11 15-30)
#   Initial script.
# [TheBallOfAeolus] (2019-11-16 21-44)
#   I have modified the script and added mp10, riched20 and wmpcodecs, I was having issues with some notifications
#   and by adding those, everything is fine.
#   I am not sure which one is the one that actually fixed it, but now everything is working :P
# [Dadu042] (2020-01-21 09:50)
#   Wine 4.19 -> 4.21 (latest and perhaps final).
# [TheBallOfAeolus] (2020-01-25 22-29)
#   The latest version of KakaoTalk is not supporting Windows 2008 anymore, updating the configs to Windows 10

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
PREFIX="KakaoTalk"
WINEVERSION="4.21"
TITLE="Kakao Talk"
EDITOR="Kakao Corp."
GAME_URL="https://www.kakaocorp.com/"
AUTHOR="TheBallOfAeolus"
DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
OSVERSION="win10"
SHORTCUTFILENAME="KakaoTalk.exe"
DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
  
# Initialization
POL_SetupWindow_Init
  
POL_Debug_Init
  
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
# Create Prefix
POL_System_TmpCreate "$PREFIX"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "$DOWNLOADURL"
    INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
fi
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
  
# Configuration
Set_OS "winxp"
  
#Dependencies
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_wmp9
POL_Call POL_install_wmp10
POL_Call POL_install_wmpcodecs
POL_Call POL_Install_mono28
POL_Call POL_Install_gecko
  
  
# Installation
Set_OS "$OSVERSION"
  
POL_SetupWindow_message "The installer for $TITLE will now appear.nDo not allow the installer to launch the game.nUncheck the box to launch the game at the end of the installation.nnIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.n" "Uncheck the Launch Game checkbox!"
POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "$SHORTCUTFILENAME" "$TITLE"
POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
  
# Cleanup
POL_System_TmpDelete
  
POL_SetupWindow_Close
exit

Réponses

Dadu042 Mardi 21 Janvier 2020 à 9:57
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -0,0 +1,91 @@
+#!/bin/bash
+# Date : (2019-11-11 15-30)
+# Last revision : see changelog
+# Distribution used to test : Ubuntu 18.04 bionic
+# Author : TheBallOfAeolus
+# Licence : GPLv3
+# PlayOnLinux: 4.3.4
+#
+# CHANGELOG
+# [TheBallOfAeolus] (2019-11-11 15-30)
+#   Initial script.
+# [TheBallOfAeolus] (2019-11-16 21-44)
+#   I have modified the script and added mp10, riched20 and wmpcodecs, I was having issues with some notifications
+#   and by adding those, everything is fine.
+#   I am not sure which one is the one that actually fixed it, but now everything is working :P
+# [Dadu042] (2020-01-21 09:50)
+#   Wine 4.19 -> 4.21 (latest and perhaps final).
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+PREFIX="KakaoTalk"
+WINEVERSION="4.21"
+TITLE="Kakao Talk"
+EDITOR="Kakao Corp."
+GAME_URL="https://www.kakaocorp.com/"
+AUTHOR="TheBallOfAeolus"
+DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
+OSVERSION="win2008"
+SHORTCUTFILENAME="KakaoTalk.exe"
+DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
+ 
+# Initialization
+POL_SetupWindow_Init
+ 
+POL_Debug_Init
+ 
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+ 
+# Create Prefix
+POL_System_TmpCreate "$PREFIX"
+ 
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+if [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
+    INSTALLER="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "$DOWNLOADURL"
+    INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
+fi
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+ 
+# Configuration
+Set_OS "winxp"
+ 
+#Dependencies
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_msxml6
+POL_Call POL_Install_riched20
+POL_Call POL_Install_riched30
+POL_Call POL_Install_wmp9
+POL_Call POL_install_wmp10
+POL_Call POL_install_wmpcodecs
+POL_Call POL_Install_mono28
+POL_Call POL_Install_gecko
+ 
+ 
+# Installation
+Set_OS "$OSVERSION"
+ 
+POL_SetupWindow_message "The installer for $TITLE will now appear.\nDo not allow the installer to launch the game.\nUncheck the box to launch the game at the end of the installation.\n\nIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.\n" "Uncheck the Launch Game checkbox!"
+POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$INSTALLER"
+POL_Wine_WaitExit "$TITLE"
+ 
+# Create Shortcuts
+POL_Shortcut "$SHORTCUTFILENAME" "$TITLE"
+POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
+ 
+# Cleanup
+POL_System_TmpDelete
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2019-11-11 15-30)
# Last revision : see changelog
# Distribution used to test : Ubuntu 18.04 bionic
# Author : TheBallOfAeolus
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [TheBallOfAeolus] (2019-11-11 15-30)
#   Initial script.
# [TheBallOfAeolus] (2019-11-16 21-44)
#   I have modified the script and added mp10, riched20 and wmpcodecs, I was having issues with some notifications
#   and by adding those, everything is fine.
#   I am not sure which one is the one that actually fixed it, but now everything is working :P
# [Dadu042] (2020-01-21 09:50)
#   Wine 4.19 -> 4.21 (latest and perhaps final).

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="KakaoTalk"
WINEVERSION="4.21"
TITLE="Kakao Talk"
EDITOR="Kakao Corp."
GAME_URL="https://www.kakaocorp.com/"
AUTHOR="TheBallOfAeolus"
DOWNLOADURL="http://app.pc.kakao.com/talk/win32/KakaoTalk_Setup.exe"
OSVERSION="win2008"
SHORTCUTFILENAME="KakaoTalk.exe"
DOWNLOADEDSETUPFILE="KakaoTalk_Setup.exe"
 
# Initialization
POL_SetupWindow_Init
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Create Prefix
POL_System_TmpCreate "$PREFIX"
 
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "$DOWNLOADURL"
    INSTALLER="$POL_System_TmpDir/$DOWNLOADEDSETUPFILE"
fi
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "winxp"
 
#Dependencies
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_wmp9
POL_Call POL_install_wmp10
POL_Call POL_install_wmpcodecs
POL_Call POL_Install_mono28
POL_Call POL_Install_gecko
 
 
# Installation
Set_OS "$OSVERSION"
 
POL_SetupWindow_message "The installer for $TITLE will now appear.\nDo not allow the installer to launch the game.\nUncheck the box to launch the game at the end of the installation.\n\nIf the game is launched from the installer, the apllication will not be installed and you have to start the process again.\n" "Uncheck the Launch Game checkbox!"
POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "$SHORTCUTFILENAME" "$TITLE"
POL_Shortcut_InsertBeforeWine "$TITLE" "LANG=ko_KR.EUC-KR"
 
# Cleanup
POL_System_TmpDelete
 
POL_SetupWindow_Close
exit

Réponses

Mardi 21 Janvier 2020 à 9:57
Add from : https://www.playonlinux.com/en/topic-16817-Script_Kakao_Talk.html