Microsoft Fonts
Informatie
Creator | Bericht |
---|---|
cendre
![]()
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks2 2 Broncode#!/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:
ContributeMember | Bericht |
derpenerX | Woensdag 14 Februari 2018 om 16:09 |
derpenerX
![]()
|
BerichtThis fixed my Battle.net app on the Diablo 3 install Antwoorden |
bobombolo | Woensdag 24 Januari 2018 om 14:28 |
bobombolo
![]()
|
Berichtis 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. AntwoordenVrijdag 2 Februari 2018 om 18:36
Zaterdag 3 Februari 2018 om 11:24
Zaterdag 3 Februari 2018 om 18:59
Zondag 4 Februari 2018 om 17:40
Zondag 5 Januari 2020 om 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