Hello Solus community! This is my first post here, so I am happy to join you all.
I often utilize emoji in my Terminal configurations. I currently have Solus installed on two machines. My main PC and a daily-driver laptop. The main PC is able to display emoji no problem from within the Terminal , but the laptop does not.
I am not sure what must be done in order to get the emoji to properly render on the faulty machine.
The Terminal's encoding is set to UTF-8 in the settings, and the following environment variables are set in my ~/.bash_profile
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
I can also provide more system info, so let me know where to start digging.