Package Details: ttf-ms-win11-korean 10.0.22621.963-1

Git Clone URL: https://aur.archlinux.org/ttf-ms-win11.git (read-only, click to copy)
Package Base: ttf-ms-win11
Description: Microsoft Windows 11 Korean TrueType fonts
Upstream URL: http://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-vista-fonts
Provides: ttf-font
Submitter: Vaporeon
Maintainer: Vaporeon (Scimmia)
Last Packager: Vaporeon
Votes: 21
Popularity: 0.53
First Submitted: 2021-10-11 13:33 (UTC)
Last Updated: 2022-12-16 14:30 (UTC)

Dependencies (0)

Required by (262)

Sources (144)

Pinned Comments

Vaporeon commented on 2021-12-08 12:35 (UTC) (edited on 2021-12-08 12:43 (UTC) by Vaporeon)

If you wish to build the package using fonts from the ISO, run git checkout 5ba5194a795c71999d16510aeb4a24ecbc8d1782 after cloning the AUR package repo.

This will revert the PKGBUILD to match the font versions used in the release ISO.

The master branch HEAD tracks the font versions installed in an up-to-date live install and requires those fonts to be used as the source.

Latest Comments

1 2 3 4 Next › Last »

kaypirus commented on 2023-04-20 08:27 (UTC) (edited on 2023-04-20 08:33 (UTC) by kaypirus)

You need to update the sha256 hash in PKGBUILD for SegoeIcons.ttf and msjhbd.ttc

replace 3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2 with 7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b

replace 73293967f4bb2ceb68a40d642d7dbe410ea55abb1410ba94c02d9d88e4d055bf with 920f472051f70e33887909a4f2c91541a2b3afa7a4faf577acf350020cd29d46

In CLI:

sed -i 's/73293967f4bb2ceb68a40d642d7dbe410ea55abb1410ba94c02d9d88e4d055bf/920f472051f70e33887909a4f2c91541a2b3afa7a4faf577acf350020cd29d46/g; s/3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2/7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b/g' PKGBUILD

Doing git checkout 5ba5194a795c as the pinned comment suggested actually made it worse for me (more fonts couldn't be verified) so I had to reverse to the most recent change (which gave me only two verification errors), I used Win11_22H2_French_x64v1.iso

kugland commented on 2023-01-04 05:43 (UTC) (edited on 2023-01-04 05:44 (UTC) by kugland)

If you can’t mount the ISO, you can extract install.wim with iso-read from extra/libcdio.

% iso-read -U -i <ISO-IMAGE> -e sources/install.wim -o ./install.wim

Scimmia commented on 2022-12-25 13:30 (UTC)

habit, try actually reading what you posted.

pchmykh commented on 2022-12-25 11:39 (UTC) (edited on 2022-12-25 11:41 (UTC) by pchmykh)

There is an error during installation: http://pastebin.calculate-linux.ru/ru/show/267575

FuzzyAtish commented on 2022-12-17 07:41 (UTC)

The hash for SegoeIcons.ttf and msjhbd.ttc didn't match for me, so I had to update those in the PKGBULD

I created an updated version of PKGBUILD where I added the filenames in comments next to the hash values here

Vaporeon commented on 2022-12-16 14:37 (UTC)

10.0.22621.900 was a "Preview" Update. The release build was 10.0.22621.963 as was distributed last patch Tuesday. Windows Update will sometimes offer these builds when you manually check for updates. This can introduce a lag time between the font versions on your system and the generally available versions.

Jubijub commented on 2022-12-11 13:14 (UTC)

@Scimmia : sorry I rewrote the message, I had forgotten to remove that line.

If anyone can point me to the process to submit a patch I'd be happy to submit a pull request. In any case that fixed the problem and so this is a workaround until the PKGBUILD file gets updated. My OS build is Windows 11 Pro 22H2 Build 22621.900

Scimmia commented on 2022-12-10 18:22 (UTC) (edited on 2022-12-10 19:14 (UTC) by Scimmia)

Jubijub, your solution is to replace a hash with exactly the same thing that's already there?

EDIT: Ok, I see what you were saying. The second "search" was confusing. It appears that SegoeIcons.ttf changed from 7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b to 3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2 with 10.0.22621.900. I think that's currently optional and won't be fully pushed until Patch Tuesday next week.

Jubijub commented on 2022-12-10 17:59 (UTC) (edited on 2022-12-11 13:15 (UTC) by Jubijub)

Using fonts from an up to date win 11 pro install, the sha256 in the PKGBUILD all match except one : SegoeIcons.ttf ... FAILED

I don't know how to submit a patch with AUR, so here we go :

  • search the hash of SegoeIcons.ttf in the PKG file (it's 7db24a1aafeeb65c1b79689b6883114e35f3db95a75ca1dc0a0186b178d06d8b )
  • replace that value with 3fb53de6c75d56369af4016d27a3a1551af71a2a287358e7e44e6f6c5e0badc2

(this is the line after a2efc8b8e51fbd031a7142a1ade8866fa904c0c349511abc579ee53f8a926f31
for segmdl2.ttf )

Scimmia commented on 2022-09-21 12:49 (UTC)

You could make an argument for splitting almost anything. If you start splitting individual fonts, it'll never end.