Created
July 28, 2016 17:41
-
-
Save gibfahn/7ecf0a49d5ec53ef56a42b0e984cb5a8 to your computer and use it in GitHub Desktop.
Output from fcitx-diagnose
This file contains hidden or 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
# System Info: | |
1. `uname -a`: | |
Linux glub 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux | |
2. `lsb_release -a`: | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 16.04.1 LTS | |
Release: 16.04 | |
Codename: xenial | |
3. `lsb_release -d`: | |
Description: Ubuntu 16.04.1 LTS | |
4. `/etc/lsb-release`: | |
DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=16.04 | |
DISTRIB_CODENAME=xenial | |
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS" | |
5. `/etc/os-release`: | |
NAME="Ubuntu" | |
VERSION="16.04.1 LTS (Xenial Xerus)" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu 16.04.1 LTS" | |
VERSION_ID="16.04" | |
HOME_URL="http://www.ubuntu.com/" | |
SUPPORT_URL="http://help.ubuntu.com/" | |
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" | |
UBUNTU_CODENAME=xenial | |
6. Desktop Environment: | |
Desktop environment is `lxde`. | |
7. Bash Version: | |
BASH_VERSION='4.3.46(1)-release' | |
# Environment: | |
1. DISPLAY: | |
DISPLAY=':0' | |
2. Keyboard Layout: | |
1. `setxkbmap`: | |
xkb_keymap { | |
xkb_keycodes { include "evdev+aliases(qwerty)" }; | |
xkb_types { include "complete" }; | |
xkb_compat { include "complete" }; | |
xkb_symbols { include "pc+gb+inet(evdev)" }; | |
xkb_geometry { include "pc(pc105)" }; | |
}; | |
2. `xprop`: | |
_XKB_RULES_NAMES(STRING) = "evdev", "pc105", "gb", "", "" | |
3. Locale: | |
1. All locale: | |
C | |
C.UTF-8 | |
en_AG | |
en_AG.utf8 | |
en_AU.utf8 | |
en_BW.utf8 | |
en_CA.utf8 | |
en_DK.utf8 | |
en_GB.utf8 | |
en_HK.utf8 | |
en_IE.utf8 | |
en_IN | |
en_IN.utf8 | |
en_NG | |
en_NG.utf8 | |
en_NZ.utf8 | |
en_PH.utf8 | |
en_SG.utf8 | |
en_US.utf8 | |
en_ZA.utf8 | |
en_ZM | |
en_ZM.utf8 | |
en_ZW.utf8 | |
POSIX | |
2. Current locale: | |
LANG=en_GB.UTF-8 | |
LANGUAGE=en_GB:en | |
LC_CTYPE="en_GB.UTF-8" | |
LC_NUMERIC="en_GB.UTF-8" | |
LC_TIME="en_GB.UTF-8" | |
LC_COLLATE="en_GB.UTF-8" | |
LC_MONETARY="en_GB.UTF-8" | |
LC_MESSAGES="en_GB.UTF-8" | |
LC_PAPER="en_GB.UTF-8" | |
LC_NAME="en_GB.UTF-8" | |
LC_ADDRESS="en_GB.UTF-8" | |
LC_TELEPHONE="en_GB.UTF-8" | |
LC_MEASUREMENT="en_GB.UTF-8" | |
LC_IDENTIFICATION="en_GB.UTF-8" | |
LC_ALL= | |
4. Directories: | |
1. Home: | |
/home/gib | |
2. `${XDG_CONFIG_HOME}`: | |
Environment variable `XDG_CONFIG_HOME` is set to `/home/gib/.config`. | |
Current value of `XDG_CONFIG_HOME` is `~/.config` (`/home/gib/.config`). | |
3. Fcitx Settings Directory: | |
Current fcitx settings directory is `~/.config/fcitx` (`/home/gib/.config/fcitx`). | |
5. Current user: | |
The script is run as gib (1000). | |
# Fcitx State: | |
1. executable: | |
Found fcitx at `/usr/bin/fcitx`. | |
2. version: | |
Fcitx version: `4.2.9.1` | |
3. process: | |
Found 3 fcitx processes: | |
2368 fcitx | |
2378 fcitx <defunct> | |
2394 fcitx-dbus-watc | |
4. `fcitx-remote`: | |
`fcitx-remote` works properly. | |
# Fcitx Configure UI: | |
1. Config Tool Wrapper: | |
Found fcitx-configtool at `/usr/bin/fcitx-configtool`. | |
2. Config GUI for gtk2: | |
Found `fcitx-config-gtk` at `/usr/bin/fcitx-config-gtk`. | |
3. Config GUI for gtk3: | |
**Config GUI for gtk3 not found.** | |
4. Config GUI for kde: | |
**`kcmshell4` not found.** | |
# Frontends setup: | |
## Xim: | |
1. `${XMODIFIERS}`: | |
Environment variable XMODIFIERS is set to "@im=fcitx" correctly. | |
Xim Server Name from Environment variable is fcitx. | |
2. XIM_SERVERS on root window: | |
Xim server name is the same with that set in the environment variable. | |
## Qt: | |
1. qt4 - `${QT4_IM_MODULE}`: | |
Environment variable QT4_IM_MODULE is set to "fcitx" correctly. | |
2. qt5 - `${QT_IM_MODULE}`: | |
**Environment variable QT_IM_MODULE is "xim" instead of "fcitx". Please check if you have exported it incorrectly in any of your init files.** | |
**You are using xim in qt5 programs.** | |
**To see some application specific problems you may have when using xim, check [Hall of Shame for Linux IME Support](http://fcitx-im.org/wiki/Hall_of_Shame_for_Linux_IME_Support). For other more general problems of using XIM including application freezing, see [here](http://fcitx-im.org/wiki/XIM).** | |
**Please set environment variable QT_IM_MODULE to "fcitx" using the tool your distribution provides or add `export QT_IM_MODULE=fcitx` to your `~/.xprofile`. See [Input Method Related Environment Variables: QT_IM_MODULE](http://fcitx-im.org/wiki/Input_method_related_environment_variables#QT_IM_MODULE).** | |
3. Qt IM module files: | |
Found fcitx im module for Qt4: `/usr/lib/x86_64-linux-gnu/qt4/plugins/inputmethods/qtim-fcitx.so`. | |
**Cannot find fcitx input method module for Qt5.** | |
## Gtk: | |
1. gtk - `${GTK_IM_MODULE}`: | |
Environment variable GTK_IM_MODULE is set to "fcitx" correctly. | |
2. `gtk-query-immodules`: | |
1. gtk 2: | |
**Cannot find `gtk-query-immodules` for gtk 2** | |
**Cannot find fcitx im module for gtk 2.** | |
2. gtk 3: | |
**Cannot find `gtk-query-immodules` for gtk 3** | |
**Cannot find fcitx im module for gtk 3.** | |
3. Gtk IM module cache: | |
1. gtk 2: | |
Found immodules cache for gtk `2.24.30` at `/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache`. | |
Version Line: | |
# Created by /usr/lib/x86_64-linux-gnu/libgtk2.0-0/gtk-query-immodules-2.0 from gtk+-2.24.30 | |
Found fcitx im modules for gtk `2.24.30`. | |
"/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-fcitx.so" | |
"fcitx" "Fcitx (Flexible Input Method Framework)" "fcitx" "/usr/share/locale" "ja:ko:zh:*" | |
2. gtk 3: | |
Found immodules cache for gtk `3.18.9` at `/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache`. | |
Version Line: | |
# Created by /usr/lib/x86_64-linux-gnu/libgtk-3-0/gtk-query-immodules-3.0 from gtk+-3.18.9 | |
Found fcitx im modules for gtk `3.18.9`. | |
"/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-fcitx.so" | |
"fcitx" "Fcitx (Flexible Input Method Framework)" "fcitx" "/usr/share/locale" "ja:ko:zh:*" | |
4. Gtk IM module files: | |
1. gtk 2: | |
All found Gtk 2 immodule files exist. | |
2. gtk 3: | |
All found Gtk 3 immodule files exist. | |
# Configuration: | |
## Fcitx Addons: | |
1. Addon Config Dir: | |
Found fcitx addon config directory: `/usr/share/fcitx/addon`. | |
2. Addon List: | |
1. Found 27 enabled addons: | |
fcitx-autoeng | |
fcitx-autoeng-ng | |
fcitx-chttrans | |
fcitx-classic-ui | |
fcitx-clipboard | |
fcitx-dbus | |
fcitx-freedesktop-notify | |
fcitx-fullwidth-char | |
fcitx-fullwidth-char-enhance | |
fcitx-imselector | |
fcitx-ipc | |
fcitx-keyboard | |
fcitx-kimpanel-ui | |
fcitx-notificationitem | |
fcitx-punc | |
fcitx-punc-ng | |
fcitx-quickphrase | |
fcitx-remote | |
fcitx-sogoucloudpinyin | |
fcitx-sogoupinyin | |
fcitx-spell | |
fcitx-unicode | |
fcitx-vk | |
fcitx-x11 | |
fcitx-xim | |
fcitx-xkb | |
fcitx-xkbdbus | |
2. Found 0 disabled addons: | |
3. Addon Libraries: | |
All libraries for all addons are found. | |
4. User Interface: | |
Found 2 enabled user interface addons: | |
fcitx-classic-ui | |
fcitx-kimpanel-ui | |
Kimpanel process: | |
2686 sogou-qimpanel %U | |
## Input Methods: | |
1. Found 2 enabled input methods: | |
fcitx-keyboard-gb | |
sogoupinyin | |
2. Default input methods: | |
You have a keyboard input method "fcitx-keyboard-gb" correctly added as your default input method. | |
# Log: | |
1. `date`: | |
Thu 28 Jul 18:38:36 BST 2016 | |
2. `~/.config/fcitx/log/`: | |
total 0 | |
3. `~/.config/fcitx/log/crash.log`: | |
`~/.config/fcitx/log/crash.log` not found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment