LukeSmithxyz / st

Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility.
MIT License
1.62k stars 1k forks source link

zsh: segmentation fault st #330

Closed chkg2a closed 2 years ago

chkg2a commented 2 years ago

Sorry I m still new. I used your LARBS to get your stuffs up and running, everything seems to work fine except st (I tried launching using mod+enter) it doesn't launch at all. The weird thing is I pulled the st from the original website and did a clean install from tty and it worked just fine even the mod + enter works. When I tried launching from the original st, it says "zsh: segmentation fault st"

I'm using Artix Openrc init, kde plasma (obviously i removed everything relaetd to kde and sddm as well using -Rcns)

Thank you

chkg2a commented 2 years ago

Seems like it was due to locale issue (I was originally checking for dmenu not working). first I did a sudo locale-gen and changing LANG=en_XX to LANG=en_US-UTF-8 on

vim /etc/default/locale  
vim /etc/locale.conf

and other things that I did was I installed git clone https://git.suckless.org/scroll and I reinstalled luke's st from cd .local/src/st && sudo make clean install and it worked.