Last active
July 21, 2023 08:19
-
-
Save arter97/01e22bd860b5914f157f9f958288af71 to your computer and use it in GitHub Desktop.
Ubuntu 22.04 nimf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( | |
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