POL_Install_corefonts

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 12509422
Wine: System

Feedbacks

Source code

# 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:

Contribute
Member Message
lahtis Wednesday 24 January 2018 at 15:32
lahtis

Message

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.

Replies

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

Message

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.
 

Replies

Quentin PÂRIS Tuesday 8 July 2014 at 20:57
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

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

New source code

# 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/"

Replies

Anonymous
Wednesday 13 September 2017 at 5:34
cp "$POL_USER_ROOT/fonts/" results in this error message:
Anonymous
Wednesday 13 September 2017 at 5:36
"home/.../.PlayOnLinux//fonts/" - file or directory not found. Notice the double slash which is incorrect.
Anonymous
Wednesday 13 September 2017 at 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
Wednesday 13 September 2017 at 6:52
My assessment is wrong, cp fails because the directory stays empty.
Anonymous
Sunday 20 January 2019 at 10:28
Where is the download link?
Anonymous
Sunday 20 January 2019 at 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
Sunday 20 January 2019 at 10:56
is anybody online to give a little help here?

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