Glad to see this finally updated. Builds flawlessly.
Note: If you get the error "Filesystem type udf not configured in kernel" its caused by not rebooting after a kernel update. Reboot and try again.
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: | 82 |
Popularity: | 4.41 |
First Submitted: | 2022-05-06 13:39 (UTC) |
Last Updated: | 2024-11-16 00:25 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Glad to see this finally updated. Builds flawlessly.
Note: If you get the error "Filesystem type udf not configured in kernel" its caused by not rebooting after a kernel update. Reboot and try again.
@Viterzgir: please rebuild and reinstall httpdirfs AUR package.
I can't build ln: failed to create symbolic link '/home/serge/Downloads/ttf-ms-win11-auto/src/' httpdirfs: error while loading shared libraries: libgumbo.so.1: cannot open shared object file: No such file or directory ==> ERROR: A failure occurred in prepare(). Nevermind rebuild httpdirfs package solved this problem.
@kode54 It turns out I have to build this within a desktop session. Attempting to build this package over SSH does NOT work. The next time this updates I'll try the disk group thing. Thanks!
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.
After the update I am still getting:
- Mount filesystems as a non-privileged user: Error setting up loop device for test.mount: GDBus.Error:org.freedesktop.UDisks2.Error.NotAuthorizedCanObtain: Not authorized to perform operation
/home/user/.cache/paru/clone/ttf-ms-win11-auto/PKGBUILD: line 406: -1: substring expression < 0
Updated. Thanks for adding me, @octocorvus, and thanks @jdigi78 for that loopDev fix. Also thanks to @kddlb for informing me of the registration form for retrieving the latest evaluation ISO URL for the package.
@kode54 added you as co-maintainer
@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.
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.
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.