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

Dependencies (5)

Required by (307)

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 9 10 11 12 Next › Last »

octocorvus commented on 2024-02-04 07:55 (UTC)

@kode54 added you as co-maintainer

kode54 commented on 2024-02-04 00:49 (UTC) (edited on 2024-02-04 00:50 (UTC) by kode54)

@jdigi78 Your fix isn't working here. Maybe someone else can look at this then?

Edit: Never mind. I missed that I needed to delete line 420.

kode54 commented on 2024-02-04 00:42 (UTC) (edited on 2024-02-04 01:05 (UTC) by kode54)

I'd be willing to take this on as a co-maintainer, or as a lead maintainer if you want to give up your role. You may wish to add me as a co-maintainer first instead of simply orphaning it, if you think anyone may try to take it over without actually working on it.

Fazzi commented on 2024-02-01 09:21 (UTC)

Anyone else notice that Calibri font on small font sizes looks bad / wrong with this package compared to ttf-ms-fonts? Here is an example: https://ufile.io/f/0tvxk

octocorvus commented on 2024-02-01 09:13 (UTC)

IMPORTANT! This no longer works! I regret to inform you that due to my current commitments, I am unable to continue maintaining this package. If anyone is interested in taking over the maintenance, please feel free to reach out.

tbb commented on 2024-01-16 21:16 (UTC)

@jdigi78 's fix works on my end, thanks.

jdigi78 commented on 2023-12-19 06:43 (UTC)

To expand on @DarioTD's comment, a more appropriate fix would be to replace line 419 with:

_loopDev=$(udisksctl loop-setup -r -f "${_isoFile}" --no-user-interaction 2>&1 | grep -oE "'.*'" | sed -e "s/'//g")

and remove line 420. This will determine the correct loop device automatically by reading the error printed by udisksctl. I'd recommend adding this change to the PKGBUILD so it actually works until someone can figure out what is causing the error.

3xploiton3 commented on 2023-12-07 12:02 (UTC) (edited on 2023-12-07 12:03 (UTC) by 3xploiton3)

error install below:

install: cannot stat 'times.ttf': No such file or directory
install: cannot stat 'timesbd.ttf': No such file or directory
install: cannot stat 'timesi.ttf': No such file or directory
install: cannot stat 'timesbi.ttf': No such file or directory
install: cannot stat 'trebuc.ttf': No such file or directory
install: cannot stat 'trebucbd.ttf': No such file or directory
install: cannot stat 'trebucit.ttf': No such file or directory
install: cannot stat 'trebucbi.ttf': No such file or directory
install: cannot stat 'verdana.ttf': No such file or directory
install: cannot stat 'verdanab.ttf': No such file or directory
install: cannot stat 'verdanai.ttf': No such file or directory
install: cannot stat 'verdanaz.ttf': No such file or directory
install: cannot stat 'webdings.ttf': No such file or directory
install: cannot stat 'wingding.ttf': No such file or directory
==> ERROR: A failure occurred in package_ttf-ms-win11-auto().
    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

Exoutia commented on 2023-11-30 12:31 (UTC)

==> ERROR: An unknown error has occurred. Exiting...
 -> error making: ttf-ms-win11-auto-signal: user defined signal 1
 -> Failed to install the following packages. Manual intervention is required:
ttf-ms-win11-auto - signal: user defined signal 1

this is the error I am facing while installing I have made changes to loopfile that is suggested by @DarioTD.

callmemagnus commented on 2023-11-29 07:18 (UTC)

Everyone having issues with the loop device, try the change suggested by @DarioTD below.