From 4da8f97bf720fce2c4bb8e16c91ceee860de31d6 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 17 Mar 2020 16:31:18 -0500 Subject: [PATCH] - Reorganized Readme --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8d7b42f..0db7048 100644 --- a/README.md +++ b/README.md @@ -34,20 +34,6 @@ Binary is included and will be installed, but you can also compile kintox11.c on On most distros you can confirm navigate to your "Language Support" and set "Keyboard input method system:" to IBus for full word-wise support with web browsers. -**Manjaro with Gnome there are issues.** -Please see this ticket for more information. -https://github.com/rbreaves/kinto/issues/59 -https://wiki.archlinux.org/index.php/IBus - -**For other Arch based distros.** -Append the following and logoff and back on, but only after running setup.py to install all packages and the kinto service. Please report if there are any difficulties. -nano ~/.bashrc -``` -export GTK_IM_MODULE=xim -export XMODIFIERS=@im=ibus -export QT_IM_MODULE=xim -``` - Wayland support is planned, but not ready yet. ## How to install @@ -75,6 +61,24 @@ To Uninstall Kinto ./uninstall.sh ``` +## Other Notes Related to Install + +**Manjaro with Gnome there are issues.** + +Please see this ticket for more information. +https://github.com/rbreaves/kinto/issues/59 +https://wiki.archlinux.org/index.php/IBus + +**For other Arch based distros.** + +Append the following and logoff and back on, but only after running setup.py to install all packages and the kinto service. Please report if there are any difficulties. +nano ~/.bashrc +``` +export GTK_IM_MODULE=xim +export XMODIFIERS=@im=ibus +export QT_IM_MODULE=xim +``` + ## How to Upgrade Kinto Simply bring down the latest in either the master branch or dev, but dev is sometimes in flux as new features are being developed. Then you can re-run the setup.py installer, it will stop the service and re-install Kinto.