jajajajaja men que perdido andas...
Para correr aplicaciones utiliza WINE.
PlayonLinux y Cedega son para Juegos, aunque WINE tambien se defiende bien, pero weno, ya sabes !
Bueno eso no es del todo cierto, PlayOnLinux utiliza Wine para su correcto funcionamiento, y ciertamente no solo es util con Juegos, sino que facilita la instalación y ejecución de muchas otras aplicaciones (eso claro gracias a que usa Wine). Y ciertamente es posible instalar Windos Messenger 2008 con PlayOnLinux
Para instalar Messenger haces lo siguiente: Creas un nuevo archivo llamado msn.sh (el nombre no importa la extensión si) y pegas el script que te dejo a continuación:
#!/bin/bash
# Date : (2010-01-25 17-00)
# Last revision : (2010-01-25 17-00)
# Wine version used : 1.1.30
# Distribution used to test : Fedora 12
# Author : NSLW
# Licence : -
# Depend : -
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Windows Live Messenger 2008"
PREFIX="WLM2008"
WORKINGWINEVERSION="1.1.30"
POL_SetupWindow_make_icon_for_shortcut()
{
convert "$HOME/.local/share/icons/$2" -geometry 32X32 "$REPERTOIRE/icones/32/$1"
}
POL_SetupWindow_Init
TITLE="Windows Live Messenger 2008"
POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Tinou and NSLW" "$PREFIX"
POL_SetupWindow_install_wine "$WORKINGWINEVERSION"
Use_WineVersion "$WORKINGWINEVERSION"
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
#fetching PROGRAMFILES environmental variable
PROGRAMFILES="Program Files"
POL_LoadVar_PROGRAMFILES
#POL_SetupWindow_wait_next_signal "Please wait while $TITLE installation is prepared" "$TITLE"
cd "$REPERTOIRE/tmp"
POL_Call POL_Install_gecko
POL_Call POL_Install_msls31
POL_Call POL_Install_msxml3
POL_Call POL_Install_riched20
POL_Call POL_Install_riched30
POL_Call POL_Install_tahoma
POL_Call POL_Install_flashplayer
#bash winetricks -q corefonts gecko gdiplus msls31 msxml3 riched20 riched30 tahoma
#POL_SetupWindow_detect_exit
POL_SetupWindow_menu "What language version would you like to install?" "Languages" "English~French" "~"
if [ "$APP_ANSWER" == "English" ]; then
DOWNLOADLINK="http://dio314.diomedestorage.com/dl/FAR2C9E82KKI8SS7GH1K/wlm85.msi"
WLMFILE="wlm85.msi"
elif [ "$APP_ANSWER" == "French" ]
then
DOWNLOADLINK="$SITE/divers/wlm2008.msi"
WLMFILE="wlm2008.msi"
fi
cd "$REPERTOIRE/ressources"
if [ ! -e "$WLMFILE" ]; then
POL_SetupWindow_download "Please wait while $TITLE is downloaded" "$TITLE" "$DOWNLOADLINK"
fi
POL_SetupWindow_wait_next_signal "Please wait while $TITLE is installed" "$TITLE"
msiexec /i "$WLMFILE"
Set_OS win2k
POL_SetupWindow_detect_exit
POL_SetupWindow_make_shortcut "$PREFIX" "$PROGRAMFILES/Windows Live/Messenger" "msnmsgr.exe" "" "$TITLE" "Windows Live Messenger 2008"
Set_WineVersion_Assign "$WORKINGWINEVERSION" "$TITLE"
POL_SetupWindow_make_icon_for_shortcut "$TITLE" "*_msblico.png"
POL_SetupWindow_Close
Luego vas a herramienta -> Ejecutar Script Local, ubicas el Script que acabas de crear, le das siguiente y ya se debería estar instalando Messenger.
Si sale un error tipo "Internal Error Invalid PArameters recived" no hay problema, le das aceptar y continuas normalmente. Lo acabo de probar yo mismo y ha ido de marailla!
Puede demorar un poco, así que no pierdas la paciencia.
Saludos