NotFlawffles / termux-nerd-installer

Termux tool to easily install nerd fonts
44 stars 1 forks source link

Segfault on listing installed fonts. #1

Closed Anonymous2716 closed 1 year ago

Anonymous2716 commented 1 year ago
❯ ./termux-nerd-installer list installed

Installed fonts:
    hack
[1]    19097 segmentation fault  ./termux-nerd-installer list installed

Also where does it store the fonts? Got it: /data/data/com.termux/files/home/.termux/fonts

Happens when only one font item available in the directory above

NotFlawffles commented 1 year ago

the issue has been resolved now.

and yes the fonts are stored in /data/data/com.termux/files/home/.termux/fonts

Anonymous2716 commented 1 year ago

Thanks. Have you experienced any app-crashes on font set?

NotFlawffles commented 1 year ago

Thanks. Have you experienced any app-crashes on font set?

This happens because termux unexpectedly get a file of its own changed so it crashes, i will see if there's any way to prevent that, thank you for telling