-
-
Notifications
You must be signed in to change notification settings - Fork 25
Manjaro RASPBERRY PI 4 XFCE
Kevin Kim edited this page Aug 30, 2020
·
3 revisions
This document describe to build nimf on Manjaro-Arm OS (env : rasberry pi 4, Manjaro-arm8-raspberry-pi-4-xfce)
- git clone
git clone -b manjaro-arm --single-branch https://github.com/hamonikr/nimf.git
- install depend pkgs
sudo pacman -S meson ninja qt5-tools
- build
cd nimf/manjaro-arm
makepkg -s
- Install
sudo pacman -U nimf-*.pkg.tar.xz
- Setting edit or create .xprofile at your home directory as below
nano ~/.xprofile
export GTK_IM_MODULE=nimf
export QT4_IM_MODULE="nimf"
export QT_IM_MODULE=nimf
export XMODIFIERS="@im=nimf"
nimf
- reboot
sudo reboot