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

[feature] Uninstall instructions on README.md #11

Open
maxjf1 opened this issue Jul 28, 2020 · 5 comments
Open

[feature] Uninstall instructions on README.md #11

maxjf1 opened this issue Jul 28, 2020 · 5 comments

Comments

@maxjf1
Copy link

maxjf1 commented Jul 28, 2020

Thanks for this great tool! Saving Linux users lifes!

I intend to use figma for a short time, so i just wanted to know how to uninstall this tool, but README.md doesn't provide much information (only how to disable automatic updates).

Also, i had to add fonts in ~/.local/share/fonts and ~/.fonts folders. I know they are not default on every linux, but would be great to have this tip in the settings section.

Anyway thanks for the help

@Globulle
Copy link

Globulle commented May 1, 2021

Hi, I am in the same situation as @maxjf1 : after a short use, I would like to uninstall this nice tool. Could you provide some clues for this ? Thanks!

@MartCube
Copy link

1+

@shuvo-paul
Copy link

systemctl stop fonthelper.service
systemctl disable fonthelper.service
sudo rm /lib/systemd/system/fonthelper.service

@whoislewys
Copy link

dont forget

sudo rm /opt/FontHelper/fonthelper
sudo rm -r /var/log/fonthelper

@jefftayyab
Copy link

jefftayyab commented Aug 9, 2023

Might want to create res/uninstall.sh.

Stop and disable services
systemctl --user stop figma-fonthelper.service systemctl --user stop figma-fonthelper-updater.service systemctl --user disable figma-fonthelper.service systemctl --user disable figma-fonthelper-updater.service

Remove services
rm -f ~/.config/systemd/user/figma-fonthelper.service rm -f ~/.config/systemd/user/figma-fonthelper-updater.service

Reload systemd user services
systemctl --user daemon-reload

Remove program files
rm -rf ~/.local/share/figma-fonthelper

Remove program configuration files
rm -rf ~/.config/figma-linux

Remove downloaded tar.xz file
rm -f /tmp/fonthelper.tar.xz

Modifications needed!

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

6 participants