Microsoft Fonts
Informations
Créateur | Messages |
---|---|
cendre
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 2 Code source#!/bin/bash #made by cendre , 25/10/08 if [ "$PLAYONLINUX" = "" ] then exit 0 fi source "$PLAYONLINUX/lib/sources" cfg_check if [ "$POL_LANG" == "fr" ];then LNG_NO_FONT="Merci d'installer les polices Microsoft avant d'utiliser ce script." LNG_FONT="Cette installateur vous aidera à installer les polices Microsoft dans un préfixe." LNG_CHOOSE="Choisissez le préfixe dans lequel copier les polices Microsoft." LNG_NAME="Polices Microsoft" LNG_DONE="Copie des polices terminée." else LNG_NO_FONT="Please install Microsoft fonts before using this script." LNG_FONT="This wizard will help you to install Microsoft fonts in a prefix" LNG_CHOOSE="Choose a prefix to copy Microsoft fonts." LNG_NAME="Microsoft fonts" LNG_DONE="Copy of fonts done." fi POL_SetupWindow_Init POL_SetupWindow_free_presentation "$LNG_NAME" "$LNG_FONT" POL_SetupWindow_games "$LNG_CHOOSE" "$LNG_NAME" prefixe=$(detect_wineprefix "$APP_ANSWER") if [ -d "$prefixe" ] then select_prefixe "$prefixe" fonts_to_prefix POL_SetupWindow_reboot POL_SetupWindow_message "$LNG_DONE" "Microsoft Fonts" fi POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
derpenerX | Mercredi 14 Février 2018 à 16:09 |
derpenerX
|
MessagesThis fixed my Battle.net app on the Diablo 3 install Réponses |
bobombolo | Mercredi 24 Janvier 2018 à 14:28 |
bobombolo
|
Messagesis it not possible to cache the fonts installer so that each POL instance that requires it does not have to re-download it? Also there are many times when the download seems to happen twice in a row. RéponsesVendredi 2 Février 2018 à 18:36
Samedi 3 Février 2018 à 11:24
Samedi 3 Février 2018 à 18:59
Dimanche 4 Février 2018 à 17:40
Dimanche 5 Janvier 2020 à 0:12
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com