chapu-gentoo.sh 696 B

123456789101112131415161718192021222324252627282930
  1. emerge sys-kernel/linux-firmware
  2. emerge dconf qtvirtualkeyboard
  3. git clone https://https://github.com/maliit/framework
  4. cd framework
  5. mkdir build
  6. cmake -DCMAKE_INSTALL_PREFIX=/usr
  7. make
  8. make install
  9. git clone https://https://github.com/maliit/keyboard
  10. cd keyboard
  11. mkdir build
  12. cmake -DCMAKE_INSTALL_PREFIX=/usr
  13. make
  14. make install
  15. gsettings set org.maliit.keyboard.maliit enabled-languages "['es', 'emoji']"
  16. gsettings set org.maliit.keyboard.maliit theme BreezeDark
  17. cp maliit-keyboard /usr/local/bin/
  18. chmod +x /usr/local/bin/maliit-keyboard
  19. echo "[Wayland]" >> /home/user/.config/kwinrc
  20. echo "InputMethod=/usr/share/applications/com.github.maliit.keyboard.desktop" >> /home/user/.config/kwinrc