Du är här > Les forums > Discussions générales > Existe t'il un .pol pour Photoshop CS5 ? ru pl es en fr

Forum

Existe t'il un .pol pour Photoshop CS5 ?

Nytt ämne  - Svara
Författare Svar
h2ofranck Söndag 23 Maj 2010 at 12:48 - [Citat]
Membre

Membre
Bonjour tous le monde,

existe'il un script pol pour l'installation de Photoshop CS5 Extend pour Playonlinux ?



Quentin PÂRIS Måndag 24 Maj 2010 at 15:48 - [Citat]
Admin

Admin
Nope, désolé
BlondVador Tisdag 8 Juni 2010 at 16:22 - [Citat]
Modérateur

Modérateur
Bonjour,

A savoir aussi qu'il tourne très mal :
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20158

kikislater Onsdag 28 September 2011 at 10:58 - [Citat]
Membre

Membre
Bonjour,

Déterrage de topic :
Euh, il est passé en gold dans winehq ... Peut-être la création d'un POL !

Toujours aussi dommage ce forum qu'il n'y ait pas l'abonnement par email du topic qu'on souhaite suivre. Pas d'évolution en 3ans sur cette fonctionnalité, c'est dommage !

Enfin bon voici mon script (non testé mais en cours) :

#!/bin/bash
# Date : (2011-09-28 12-40)
# Last revision : (2011-09-28 12-40)
# Wine version used : session : 1.1.42, assign : 1.3.23
# Distribution used to test : Debian Wheezy/Sid
# Author : Sylvain POULAIN
# Depend :
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="Adobe Photoshop CS5"
PREFIX="PSCS5"
WORKING_WINE_VERSION_SESSION="1.1.42"
WORKING_WINE_VERSION_ASSIGN="1.3.23"
 
if [ "$POL_LANG" = "fr" ]; then
LNG_CHOOSE_FILE="Veuillez selectionner le fichier .exe d'installation."
LNG_INSTALL_RUN="Installation en cours..."
LNG_SUCCES="$TITLE\na été installé avec succès !"
else
LNG_CHOOSE_FILE="Please select the .exe installation file."
LNG_INSTALL_RUN="Installation in progress..."
LNG_SUCCES="$TITLE\nhas been installed successfully."
fi
 
POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$TITLE" "Adobe" "http://www.adobe.com/products/photoshop/?promoid=BPDEC" "Sylvain POULAIN" "$PREFIX"
 
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION_SESSION"
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION_ASSIGN"
Use_WineVersion "$WORKING_WINE_VERSION_SESSION"
 
select_prefix "$POL_USER_ROOT/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
POL_Call POL_Install_msxml6
POL_Call POL_Install_gdiplus
POL_Call POL_Install_gecko
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_msxml3
POL_Call POL_Install_ie6
 
cd "$HOME"
POL_SetupWindow_browse "$LNG_CHOOSE_FILE" "$TITLE"
POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
wine start /unix "$APP_ANSWER"
wineserver -w
POL_SetupWindow_detect_exit
 
POL_Call POL_Function_OverrideDLL native atmlib.dll
 
POL_SetupWindow_auto_shortcut "$PREFIX" "Photoshop.exe" "$TITLE"
Set_WineVersion_Assign "$WORKING_WINE_VERSION_ASSIGN" "$TITLE"
 
POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
 
POL_SetupWindow_Close
exit


J'ai vu qu'on pouvait faire tourner wine en 64bits. Que dois-je faire pour ajuster ça ?


Ändrat av Tutul

ulukyn Onsdag 28 September 2011 at 15:35 - [Citat]
Membre

Membre
Tu peux ajouter ça : (vu ici http://www.playonlinux.com/fr/issue-451.html)

POL_System_SetArch amd64
POL_Wine_SelectPrefix "VirtualDriveName"
POL_Wine_PrefixCreate "Version"

Après, je ne saurait te dire si POL ne prend pas la version 64bit par default s'il la trouve dans les dépôts.
SuperPlumus Onsdag 28 September 2011 at 16:46 - [Citat]
Admin

Admin
Avec les nouvelles fonctions de POLv4, il n'y a rien besoin de faire pour avoir Wine 64bits : Si l'utilisateur est en 64bits, alors POL télécharge la version 64bits de Wine.

Mais le script ci-dessus utilise des anciennes fonctions de POLv3, donc il faudra (si le script fonctionne) le convertir en v4. Si tu ne connais pas les fonctions de la v4, demande-moi, et je convertirai le script.

Si ton script fonctionne, ce serait super.

Ändrat av SuperPlumus

kikislater Onsdag 28 September 2011 at 17:01 - [Citat]
Membre

Membre
ok !

Je vous tiens au courant pas le temps en ce moment ...
Dans la semaine surement
lcotonea Tisdag 20 December 2011 at 11:27 - [Citat]
Membre

Membre
Salut!

kikislater, as-tu pu avancer sur le sujet?
Il n'y a rien à voir ici