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: 92
Popularity: 4.93
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 .. 5 6 7 8 9 10 11 12 Next › Last »

KafCoppelia commented on 2023-02-04 02:51 (UTC)

Same error occured as wagner.

wagner commented on 2023-01-19 14:09 (UTC)

what could be the cause of this error below?

==> Starting prepare()... - Examining locally available fonts - Fonts are missing - Mount filesystems as a non-privileged user: Error connecting to the udisks daemon: The connection is closed /var/cache/private/pamac/ttf-ms-win11-auto/PKGBUILD: line 406: -1: substring expression < 0 ==> Entering fakeroot environment... ==> Starting package_ttf-ms-win11-auto()... install: cannot stat 'arial.ttf': No such file or directory install: cannot stat 'arialbd.ttf': No such file or directory

octocorvus commented on 2023-01-06 18:52 (UTC)

@smokefml check comments on https://aur.archlinux.org/packages/httpdirfs , rebuilding the binary or installing openssl-1.1 should fix it

smokefml commented on 2023-01-06 18:36 (UTC) (edited on 2023-01-06 18:38 (UTC) by smokefml)

it fails after checking if mounting filesystems is allowed, httpfsdirs doesn't seem to be working

- Mount filesystems as a non-privileged user: allowed
- Downloading fonts directly
- Mounting HTTP file
httpdirfs: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

octocorvus commented on 2022-12-06 20:27 (UTC)

@Kimi_Arthur it is possible to install this package when using SSH, you have to make sure that polkit allows mounting ISO using udisks (refer to https://wiki.archlinux.org/title/Udisks#Permissions). The check for detecting whether unprivileged mount is allowed is broken, it fails the script if unprivileged mount isn't allowed. I'll try to fix this issue soon when I get free time, but I'm busy atm.

Kimi_Arthur commented on 2022-12-06 20:16 (UTC)

Correct me if I get it wrong. Does the pinned message mean I cannot install this package if I'm using SSH?

For the common case of remote server, this doesn't make much sense to me...

octocorvus commented on 2022-11-18 20:50 (UTC)

@golam71 please read the pinned comment(s)

octocorvus commented on 2022-11-18 20:46 (UTC)

@OlegKrikun thanks for reporting this, I'll make error handling more robust in future (making sure that stuff is cleaned up and unmounted in case of errors)

octocorvus commented on 2022-11-18 20:41 (UTC)

@artemis77 thank you for reporting this issue, I'll fix it in next update. In the meantime, you can workaround this issue by making sure that your user has permission to mount disks using udisks (read the pinned post).

OlegKrikun commented on 2022-11-18 10:38 (UTC)

Version has been bumped at Microsoft, new ISO URL:

https://software-static.download.prss.microsoft.com/dbazure/988969d5-f34g-4e03-ac9d-1f9786c66751/22621.525.220925-0207.ni_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso

It looks like MS banned Russia addresses, so request to this url get response with 403 error. With VPN it works.

(Also after error during update you may need to unmount httpdirs binding, e.g. umount ~/.cache/yay/ttf-ms-win11-auto/src/mnt/http)