Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
utilisateurs:claudiux:pronotewine [Le 08/10/2014, 23:50] – créée claudiux | utilisateurs:claudiux:pronotewine [Le 27/06/2017, 18:15] (Version actuelle) – [Client Pronote avec Wine] desfreng | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Client Pronote avec Wine ====== | ||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | ===== Installer les paquets nécessaires ===== | ||
+ | |||
+ | On a besoin des paquets **[[apt> | ||
+ | sudo apt-get install wine wine-gecko* wine-mono* winetricks | ||
+ | |||
+ | Peut-être même de **[[apt> | ||
+ | sudo apt-get install playonlinux | ||
+ | |||
+ | ===== Destruction du dossier .wine éventuel ===== | ||
+ | |||
+ | Je n' | ||
+ | rm -rf $HOME/.wine | ||
+ | |||
+ | ===== Variables d' | ||
+ | |||
+ | Si l' | ||
+ | export WINEARCH=win32 | ||
+ | export WINEPREFIX=$HOME/ | ||
+ | winecfg | ||
+ | |||
+ | Le nouveau dossier ~/.wine tout propre est créé. | ||
+ | |||
+ | ===== winetricks ===== | ||
+ | |||
+ | winetricks | ||
+ | |||
+ | Valider le choix de winecfg, puis installer | ||
+ | * les dll : msxml6, windowscodecs et msls31 | ||
+ | * ie8 | ||
+ | |||
+ | ===== Enfin installation du client Pronote ===== | ||
+ | |||
+ | wine chemin_vers_l_installateur_de_pronote.exe | ||
+ | |||
+ | Enjoy ! (Enfin... Faut pas exagérer non plus !) | ||
+ | |||
+ | |||