Package Details: ttf-ms-win11-auto-japanese 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 Japanese TrueType fonts
Upstream URL: https://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-ms-win11-japanese
Provides: ttf-ms-win11-japanese
Submitter: octocorvus
Maintainer: octocorvus (kode54)
Last Packager: kode54
Votes: 97
Popularity: 5.97
First Submitted: 2022-05-06 13:39 (UTC)
Last Updated: 2025-05-20 01:55 (UTC)

Dependencies (5)

Required by (1)

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

1 2 3 4 5 6 .. 14 Next › Last »

kode54 commented on 2025-06-28 10:04 (UTC)

@loqusion: And the official Arch policy on the AUR is that you should be using makepkg to build them all manually, because absolutely no AUR helpers or package managers are supported. If a package manager broke it, it's the package manager's fault.

Thanks for posting your comment just long enough to get it emailed to me, then deleting it.

oech3 commented on 2025-06-27 09:06 (UTC)

Does any know any tool extracts file from UDF .iso and .wim from pipe (without mounting)?

kode54 commented on 2025-06-27 03:37 (UTC)

@loqusion Just do what I do now, use the non -auto package, and maintain a Windows 11 virtual machine that you periodically remember to update. Harvest the fonts from that.

loqusion commented on 2025-06-27 02:55 (UTC)

Is there any reason not to just add the following line in /etc/pacman.conf:

IgnorePkg   = ttf-ms-win11-auto ttf-ms-win11-auto-*

I keep getting errors related to this package whenever I try to upgrade my system. I've resolved the errors in the past but they just keep happening again whenever this package needs upgrades. Seems to be more trouble than what it's worth.

phuhl commented on 2025-06-26 06:06 (UTC)

@gwuensch yep, you were right. Rebooted, install worked. Thanks!

oech3 commented on 2025-06-26 04:08 (UTC) (edited on 2025-06-26 04:08 (UTC) by oech3)

If 7z can extract .iso and .wim from pipe, we can remove such kind of issue. But I can't extract .wim by offset and .wim seems compressed...

gwuensch commented on 2025-06-26 01:12 (UTC)

@phuhl have you recently done a kernel update and didn't reboot since? In 99% of cases, this is the solution.

phuhl commented on 2025-06-25 07:20 (UTC)

Hey, thanks for the package. Since recently, it throws an error when trying to update via yay:

  • Creating loop device
  • Mounting loop device: /dev/loop0 Error mounting /dev/loop0: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/loop0 at /run/media/phuhl/CENA_X64FREE_EN-US_DV9: Filesystem type udf not configured in kernel.

It seems, I need a specific kernel module installed?

gwuensch commented on 2025-06-21 10:42 (UTC)

@sergeG239 The ISO is mounted with httpdirfs, which means you just have to unmount the directory to 'remove' the ISO: umount ~/.cache/yay/ttf-ms-win11-auto/src/mnt/http. A reboot will also do. But actually, the package is set up to do this automatically as long as it's not interrupted.