POL_Install_corefonts

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 12425541
Wine: System

Retours d'expérience

Code source

# RealName: Microsoft Core Fonts

POL_Call POL_Internal_InstallFonts
OLDDIR="$PWD"
POL_Debug_Message "Installing microsoft fonts"
[ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set"

# It's a symlink? If yes, remove it
rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null
mkdir -p "$WINEPREFIX/drive_c/windows/Fonts"

cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/"

Contributions

Filters:

Contribuer
Membre Messages
lahtis Mercredi 24 Janvier 2018 à 15:32
lahtis

Messages

01/24/18 16:29:11 - [POL_Call] Message: Calling POL_Install_corefonts
01/24/18 16:29:11 - [POL_Call] Message: ----- Starting function POL_Install_corefonts -----
01/24/18 16:29:11 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_corefonts
01/24/18 16:29:11 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key
01/24/18 16:29:11 - [POL_Source] Message: POL GPG : Good signature
01/24/18 16:29:11 - [POL_Call] Message: Calling POL_Internal_InstallFonts
01/24/18 16:29:11 - [POL_Call] Message: ----- Starting function POL_Internal_InstallFonts -----
01/24/18 16:29:11 - [POL_GPG_auth_script] Message: Checking signature of POL_Internal_InstallFonts

looping 4 times installer.

Réponses

Mercredi 24 Janvier 2018 à 19:35
The installer is probably with duplicate instructions and call POL_Install_corefonts more than once. Wich installer did you use ?
Jeudi 25 Janvier 2018 à 22:19
POL_Install_corefonts
Vendredi 26 Janvier 2018 à 0:55
Nothing else ? custom installation ?
Vendredi 26 Janvier 2018 à 16:47
sorry custom install. check subnautica script.
Dimanche 28 Janvier 2018 à 13:49
strange, your script call POL_Install_corefonts once (wich call POL_Internal_InstallFonts once).
Dimanche 28 Janvier 2018 à 21:27
Ok I found the issue
Dimanche 4 Février 2018 à 17:42
Btw I patch the POL/POM corefonts function so now it should work fine
kaimon Mercredi 13 September 2017 à 7:03
kaimon Anonymous

Messages

Sorry for posting this all over the site, but it is unclear where bugreports and feedback are expected to go. Also I can't edit.
cp "$POL_USER_ROOT/fonts/" results in this error message: "home/.../.PlayOnLinux//fonts/" - file or directory not found. The directory stays empty, so it seems that no download happens.
The issue has been reported for fedora https://www.playonlinux.com/en/topic-15164-Cannot_install_core_fonts.html and debian https://www.playonlinux.com/en/issue-5585.html.
 

Réponses

Quentin PÂRIS Mardi 8 Juillet 2014 à 20:57
Quentin PÂRIS Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,3 +1,12 @@
 # RealName: Microsoft Core Fonts
-# Just to have it into package menu
-POL_Wine_InstallFonts
\ No newline at end of file
+
+POL_Call POL_Internal_InstallFonts
+OLDDIR="$PWD"
+POL_Debug_Message "Installing microsoft fonts"
+[ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set"
+
+# It's a symlink? If yes, remove it
+rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null
+mkdir -p "$WINEPREFIX/drive_c/windows/Fonts"
+
+cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/"
\ No newline at end of file

Nouveau code source

# RealName: Microsoft Core Fonts

POL_Call POL_Internal_InstallFonts
OLDDIR="$PWD"
POL_Debug_Message "Installing microsoft fonts"
[ -z "$WINEPREFIX" ] && POL_Debug_Fatal "WINEPREFIX not set"

# It's a symlink? If yes, remove it
rm "$WINEPREFIX/drive_c/windows/Fonts" 2> /dev/null
mkdir -p "$WINEPREFIX/drive_c/windows/Fonts"

cp "$POL_USER_ROOT/fonts/"* "$WINEPREFIX/drive_c/windows/Fonts/"

Réponses

Anonymous
Mercredi 13 September 2017 à 5:34
cp "$POL_USER_ROOT/fonts/" results in this error message:
Anonymous
Mercredi 13 September 2017 à 5:36
"home/.../.PlayOnLinux//fonts/" - file or directory not found. Notice the double slash which is incorrect.
Anonymous
Mercredi 13 September 2017 à 5:38
The issue happens on several distros, among them fedora https://forums.fedoraforum.org/showthread.php?t=313967 and debian https://www.playonlinux.com/en/issue-5585.html - it's annoying because since this is an online script I can't fix it in my local installation.
Anonymous
Mercredi 13 September 2017 à 6:52
My assessment is wrong, cp fails because the directory stays empty.
Anonymous
Dimanche 20 Janvier 2019 à 10:28
Where is the download link?
Anonymous
Dimanche 20 Janvier 2019 à 10:30
I need to download and install corefonts but I get a blank license agreement and I can't hit next. How can I install corefonts on manjaro?
Anonymous
Dimanche 20 Janvier 2019 à 10:56
is anybody online to give a little help here?