Open Panda-ref opened 3 years ago
There is already a PR on that, hopefully it will be merged soon!
https://github.com/Figma-Linux/figma-linux-font-helper/pull/21
You might want to have a try on my rewritten version, which has better performance and supports more features like variable fonts. It respects XDG dirs and could run as arbitrary users.
You might want to have a try on my rewritten version, which has better performance and supports more features like variable fonts. It respects XDG dirs and could run as arbitrary users.
The above repo just works great for me, after this one stopped working and started producing 500 errors on the local service (had tried all suggestions in this and other issue threads).
I don't know the internals, but I would imagine the service that uses
/usr/local/bin/*
executables with~/.config/systemd/user/fonthelper*
services and~/.local/share/fonts/*
fonts by default. Port 18412 is unprivileged. Do you see any obstacles? If no, shouldn't it be the preferred setup?