Package Details: ttf-ms-win11-auto-korean 10.0.26100.1742-4

Git Clone URL: https://aur.archlinux.org/ttf-ms-win11-auto.git (read-only, click to copy)
Package Base: ttf-ms-win11-auto
Description: Microsoft Windows 11 Korean TrueType fonts
Upstream URL: https://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-ms-win11-korean
Provides: ttf-ms-win11-korean
Submitter: octocorvus
Maintainer: octocorvus (kode54)
Last Packager: kode54
Votes: 99
Popularity: 6.68
First Submitted: 2022-05-06 13:39 (UTC)
Last Updated: 2025-05-20 01:55 (UTC)

Dependencies (5)

Required by (0)

Sources (143)

Pinned Comments

kode54 commented on 2024-02-04 10:43 (UTC) (edited on 2025-05-20 21:47 (UTC) by kode54)

You apparently need to be a member of the disk group to mount a filesystem as an otherwise unprivileged user.

sudo usermod -aG disk $USER

And log out and back in again.

Edit: If you experience weird missing dependency issues with fuse3 or gumbo-parser, you need to rebuild httpdirfs. rebuild-detector, which supplies checkrebuild and a pacman hook which also runs it during upgrades, can somewhat alleviate the problem of keeping AUR packages up to date, since they're not usually bumped when they need a rebuild.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »

kode54 commented on 2025-05-26 10:11 (UTC)

@oech3 httpdirfs does not download the entire .iso, and in fact, the extraction does not download the entire .wim, either. You're welcome to propose solutions that follow this, or else you're just proposing this package become ttf-ms-win11.

oech3 commented on 2025-05-26 09:45 (UTC) (edited on 2025-05-26 09:47 (UTC) by oech3)

Size of BUILDDIR is saved if files are partially extracted at _package(). But logic of hashsum will be broken (I don't know why you don't just hold hashsum of .wim).

oech3 commented on 2025-05-25 11:04 (UTC)

Why is mounting needed? 7z x works both for iso and wim.

jobinsjjc commented on 2025-05-21 06:09 (UTC)

For those having difficulty installing this package, use the httpdirfs-git package, which fixes the libgumbo dependency error.

Anonymo commented on 2025-05-20 17:17 (UTC) (edited on 2025-05-20 17:17 (UTC) by Anonymo)

I was trying to find a way to edit the PKGBUILD to rebuild httpdirfs automatically before starting the build, but not sure if that type of inception is allowed on AUR.

jongeduard commented on 2025-05-20 17:14 (UTC)

@papa33

It's really fascinating that for me error is slightly different:

httpdirfs: error while loading shared libraries: libgumbo.so.2: cannot open shared object file: No such file or directory

The mentioned Libraries are different: libfuse3.so.3 vs libgumbo.so.2

I am actually curious how that works.

Anyways, rebuilding httpdirfs does indeed solve the issue.

papa33 commented on 2025-05-20 05:59 (UTC) (edited on 2025-05-20 06:07 (UTC) by papa33)

Updating to latest version fails:

libfuse3.so.3: cannot open shared object file: No such file or directory

Edit : recompile httpdirfs solves the issue.

kode54 commented on 2025-05-20 01:51 (UTC)

httpdirfs already depends on gumbo-parser. You cannot install httpdirfs without it.

kode54 commented on 2025-05-20 01:48 (UTC) (edited on 2025-05-20 01:48 (UTC) by kode54)

httpdirfs should specify its own dependencies, we should not be filling in its missing dependencies. The rest is fine, will fix.