POL_Install_corefonts

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 12427177
Wine: System

Feedbacks

Broncode

# 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 Bericht
lahtis Woensdag 24 Januari 2018 om 15:32
lahtis

Bericht

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.

Antwoorden

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

Bericht

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.
 

Antwoorden

Quentin PÂRIS Dinsdag 8 Juli 2014 om 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/"

Antwoorden

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