Elementary OS 설치 후 작업
nimf 설치
sudo apt-add-repository ppa:hodong/nimf
sudo apt update
sudo apt install nimf nimf-libhangul
im-config -n nimf
nimf-settings
트레이 아이콘 띄우기
sudo add-apt-repository ppa:yunnxx/elementary
sudo apt update
sudo apt install indicator-application wingpanel-indicator-ayatana
then you need to edit a file (i used nano, use any editor you want – avoiding a holy war)
sudo nano /etc/xdg/autostart/indicator-application.desktop
find the line
OnlyShowIn=Unity;GNOME;
and add Pantheon
OnlyShowIn=Unity;GNOME;Pantheon;
0개의 댓글