Huh, I noticed, I don't have it installed, either.
I do have this in my kernel configuration:
CONFIG_UDF_FS=m
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 Traditional Chinese TrueType fonts |
Upstream URL: | https://www.microsoft.com/typography/fonts/product.aspx?PID=164 |
Licenses: | custom |
Conflicts: | ttf-ms-win11-zh_tw |
Provides: | ttf-ms-win11-zh_tw |
Submitter: | octocorvus |
Maintainer: | octocorvus (kode54) |
Last Packager: | kode54 |
Votes: | 81 |
Popularity: | 6.97 |
First Submitted: | 2022-05-06 13:39 (UTC) |
Last Updated: | 2024-10-20 08:55 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
Huh, I noticed, I don't have it installed, either.
I do have this in my kernel configuration:
CONFIG_UDF_FS=m
That's odd, I don't have udftools
installed and have no problems installing.
I will add it as a make dependency.
Noting that udftools
should be a dependency for this package. Otherwise getting an error that filesystem type udf not configured in kernel
.
@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.
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.
@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.
meet a problem:
Object /org/freedesktop/UDisks2/block_devices/loop0 is not a mountable filesystem.
have already run
sudo usermod -aG disk $USER
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.
@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.
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.And log out and back in again.