We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help me to get rid of this. I would like to clean it up since it does not work as expected. Thanks.
The text was updated successfully, but these errors were encountered:
+1, how do I remove it?
Sorry, something went wrong.
In the file called "Makefile", there's a piece of code that disables the scripts from running. I think it also removes the files from your computer:
https://github.com/Figma-Linux/figma-linux-font-helper/blob/master/Makefile
Run these commands to disable the scripts (and also remove them, I think):
systemctl --user stop figma-fonthelper.service || echo "" systemctl --user stop figma-fonthelper-updater.service || echo "" systemctl --user disable figma-fonthelper.service || echo "" systemctl --user disable figma-fonthelper-updater.service || echo ""
That only disables the helper. After reading the installer, I also deleted the following directories and their contents:
~/.local/share/figma-fonthelper ~/.config/figma-linux/ ~/.config/systemd/user/figma-fonthelper.service ~/.config/systemd/user/figma-fonthelper-updater.service
No branches or pull requests
Please help me to get rid of this. I would like to clean it up since it does not work as expected. Thanks.
The text was updated successfully, but these errors were encountered: