Package Details: ttf-ms-win11-auto-zh_cn 10.0.22631.2428-2

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 Simplified Chinese TrueType fonts
Upstream URL: https://www.microsoft.com/typography/fonts/product.aspx?PID=164
Licenses: custom
Conflicts: ttf-ms-win11-zh_cn
Provides: ttf-ms-win11-zh_cn
Submitter: octocorvus
Maintainer: octocorvus (kode54)
Last Packager: kode54
Votes: 66
Popularity: 5.07
First Submitted: 2022-05-06 13:39 (UTC)
Last Updated: 2024-05-06 21:28 (UTC)

Dependencies (3)

Required by (0)

Sources (145)

Pinned Comments

kode54 commented on 2024-02-04 10:43 (UTC) (edited on 2024-02-04 10:45 (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.

Latest Comments

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

silikeite commented on 2024-02-11 23:31 (UTC)

Noting that udftools should be a dependency for this package. Otherwise getting an error that filesystem type udf not configured in kernel.

kode54 commented on 2024-02-11 23:18 (UTC)

@qifei9, it may only work when logged into a desktop environment. I'm not entirely sure. Editing the script may work, but it still requires elevation or disk membership in that case.

kode54 commented on 2024-02-11 23:17 (UTC)

I can't reproduce it with either of those two fonts, though I am using Plasma, not GNOME, and I had a Wayfire desktop before, but it started crashing on login, so I can't figure out what's up with that.

The antialiasing settings may be related to font hinting control, since I remember fonts back in the day having their own rules for not antialiasing certain point sizes, and it was up to the renderer to decide whether to observe those rules.

Fazzi commented on 2024-02-08 17:37 (UTC)

@kode54 . I have just tried on another computer and sadly it presents the same issue. I have messed around with the fontconfig stuff also to no avail - deleting all fontconfig and messing with hinting etc. Seems like not all fonts have this issue like I originally thought, a few I can say have it are Calibri and Cambria. Times New Roman and Arial seem fine.

qifei9 commented on 2024-02-07 17:53 (UTC)

meet a problem:

Object /org/freedesktop/UDisks2/block_devices/loop0 is not a mountable filesystem.

have already run

sudo usermod -aG disk $USER

gertvdijk commented on 2024-02-07 14:28 (UTC)

Stumbled on the error

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

Solved this after installing gumbo-parser and rebuilding httpdirfs like this (using paru here):

$ paru gumbo-parser
$ paru httpdirfs --rebuild=yes

Seems like there's an optional build-time dependency for httpdirfs on gumbo-parser and paru doesn't rebuild the package on reinstallation of httpdirfs without the --rebuild=yes option.

kode54 commented on 2024-02-07 11:50 (UTC)

@Fazzi: I cannot reproduce your issue. Please check your fontconfig directories for references to "antialias". The only settings I can think of that would apply to this is either hinting (I tried the hinting settings and could not reproduce with either "none" or "slight"), or the antialias exclusion range, which Plasma provides an option to configure, but as far as I know, does not enable by default.

Fazzi commented on 2024-02-07 09:25 (UTC)

Thank you for updating the package!! However I'm having an issue with all of the fonts, They all look fine until about 15pt where they suddenly lose anti-aliasing or something. You can see this for yourself if you install font-manager and look at any of the microsoft fonts in Waterfall view. Here is an example: https://imgur.com/a/cozO2Yt

Is anyone else experiencing this issue or is it just me? It seems to only be fonts from this package. ttf-ms-fonts works fine and so do the rest of my system fonts.

gregthwuen commented on 2024-02-06 23:15 (UTC)

The symlinking errors are expected for this package, as the download of the files is done in prepare(), so makepkg tries to link these before they even exist in the folder. This shouldn't be a problem.

Archangelectra commented on 2024-02-06 22:54 (UTC)

even after rebuilding httpdirfs, i still get the symlink issue, anyone know why? im using yay, to build it if that matters.