Skip to content
New issue

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

How do I get rid of this script installed on my Ubuntu? #37

Open
designeryusuf opened this issue Jun 7, 2023 · 3 comments
Open

How do I get rid of this script installed on my Ubuntu? #37

designeryusuf opened this issue Jun 7, 2023 · 3 comments

Comments

@designeryusuf
Copy link

Please help me to get rid of this. I would like to clean it up since it does not work as expected. Thanks.

@geebscreeps
Copy link

+1, how do I remove it?

@azuredusk10
Copy link

azuredusk10 commented Dec 3, 2023

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 ""  

@bartv42
Copy link

bartv42 commented Jan 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants