Skip to content

Instantly share code, notes, and snippets.

@arter97
Last active July 21, 2023 08:19
Show Gist options
  • Save arter97/01e22bd860b5914f157f9f958288af71 to your computer and use it in GitHub Desktop.
Save arter97/01e22bd860b5914f157f9f958288af71 to your computer and use it in GitHub Desktop.
Ubuntu 22.04 nimf
(
curl -s https://pkg.hamonikr.org/hamonikr-pkg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/hamonikr.gpg
echo "deb [arch=amd64] https://repo.hamonikr.org jammy main" | sudo tee /etc/apt/sources.list.d/hamonikr-pkg.list
echo "#deb-src [arch=amd64] https://repo.hamonikr.org jammy main" | sudo tee -a /etc/apt/sources.list.d/hamonikr-pkg.list
sudo apt update
sudo apt install -y nimf nimf-libhangul
im-config -n nimf
sudo mkdir -p /opt/zoom/platforminputcontexts
sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libqt5im-nimf.so /opt/zoom/platforminputcontexts
ls -al /opt/zoom/platforminputcontexts
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment