Package Details: ttf-ms-win11-auto-other 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 Other TrueType fonts
Upstream URL: https://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-ms-win11-other
Provides: ttf-ms-win11-other
Submitter: octocorvus
Maintainer: octocorvus (kode54)
Last Packager: kode54
Votes: 107
Popularity: 1.84
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-11-01 04:56 (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.

Edit 2: You will also need to sudo modprobe udf if you are using a kernel configured like the Arch linux package. If this fails, it is possible that you may have installed a new kernel without rebooting into it first.

Latest Comments

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

jdoe78998 commented on 2026-01-14 19:21 (UTC)

Yes, I'm running with the same error....

See full log: https://pastebin.com/raw/8fuemYCW

ln: failed to create symbolic link '/home/jdoe/.cache/yay/ttf-ms-win11-auto/src/' -> '': No such file or directory
ln: failed to create symbolic link '/home/jdoe/.cache/yay/ttf-ms-win11-auto/src/' -> '': No such file or directory
ln: failed to create symbolic link '/home/jdoe/.cache/yay/ttf-ms-win11-auto/src/' -> '': No such file or directory
==> Starting prepare()...
- Examining locally available fonts
- Fonts are missing
- Mount filesystems as a non-privileged user: allowed
- Downloading fonts directly
  - Mounting HTTP file
LinkTable_print: --------------------------------------------
LinkTable_print:  LinkTable 0x5556f5d13f50 for https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso
LinkTable_print: --------------------------------------------
LinkTable_print: 0 H 0  https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso
LinkTable_print: 1 F 5387960320 26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso
LinkTable_print: --------------------------------------------
LinkTable_print:  Invalid link count: 0
LinkTable_print: --------------------------------------------
  - Creating loop device
  - Mounting loop device: /dev/loop1
Object /org/freedesktop/UDisks2/block_devices/loop1 is not a mountable filesystem.
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: ttf-ms-win11-auto-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
ttf-ms-win11-auto - exit status 4
Time: 38s    

Calivi commented on 2026-01-14 11:26 (UTC) (edited on 2026-01-14 11:26 (UTC) by Calivi)

Hi, I get this error when installing the package:

- Examining locally available fonts
- Fonts are missing
- Mount filesystems as a non-privileged user: allowed
- Downloading fonts directly
  - Mounting HTTP file
LinkTable_print: --------------------------------------------
LinkTable_print:  LinkTable 0x560ffb478f50 for https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso
LinkTable_print: --------------------------------------------
LinkTable_print: 0 H 0  https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso
LinkTable_print: 1 F 5387960320 26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso
LinkTable_print: --------------------------------------------
LinkTable_print:  Invalid link count: 0
LinkTable_print: --------------------------------------------
  - Creating loop device
  - Mounting loop device: /dev/loop0
Object /org/freedesktop/UDisks2/block_devices/loop0 is not a mountable filesystem.

alexbelm48 commented on 2025-12-20 22:25 (UTC) (edited on 2025-12-20 22:28 (UTC) by alexbelm48)

I can't seem to build the package myself, even though I am part of the disk group and have checked that I have all of the dependencies needed to build it:

fusermount3: failed to access mountpoint $HOME/.cache/trizen/sources/ttf-ms-win11-auto/src/mnt/http: Permission denied
  - Creating loop device
  - Mounting loop device: /dev/loop0

Anyone else experiencing the same issue? I've tinkered with the PKGBUILD on my end to download the ISO and extract the fonts anyway, but the HTTP + fuse3 mount is still more convenient

cat-ing the ISO works, so I think there's something wrong or a missing package from the fuse3 side of things...

kode54 commented on 2025-11-01 04:54 (UTC)

@vann Adding a new step that will hopefully fix it. I don't really use this package any more, and instead use the ttf-ms-win11 package, which requires extracting or acquiring matching fonts manually.

vann commented on 2025-10-31 19:22 (UTC) (edited on 2025-10-31 19:22 (UTC) by vann)

Getting these errors:

    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.

Updating, adding my user to the disk group and reboot has not worked.

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.