Microsoft Fonts
Informations
Creator | Message |
---|---|
cendre
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks2 2 Source code#!/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 | Message |
derpenerX | Wednesday 14 February 2018 at 16:09 |
derpenerX
|
MessageThis fixed my Battle.net app on the Diablo 3 install Replies |
bobombolo | Wednesday 24 January 2018 at 14:28 |
bobombolo
|
Messageis 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. RepliesFriday 2 February 2018 at 18:36
Saturday 3 February 2018 at 11:24
Saturday 3 February 2018 at 18:59
Sunday 4 February 2018 at 17:40
Sunday 5 January 2020 at 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