Advertisement
jane42070

Untitled

Dec 7th, 2023
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.17 KB | None | 0 0
  1. [qilin@archlinux ~]$ fcitx5-diagnose
  2. # System Info:
  3. 1.  `uname -a`:
  4.         Linux archlinux 6.6.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 04 Dec 2023 00:29:19 +0000 x86_64 GNU/Linux
  5. 2.  `lsb_release -a`:
  6.         LSB Version:    n/a
  7.         Distributor ID: Arch
  8.         Description:    Arch Linux
  9.         Release:    rolling
  10.         Codename:   n/a
  11. 3.  `lsb_release -d`:
  12.         Description:    Arch Linux
  13. 4.  `/etc/lsb-release`:
  14.         DISTRIB_ID="Arch"
  15.         DISTRIB_RELEASE="rolling"
  16.         DISTRIB_DESCRIPTION="Arch Linux"
  17. 5.  `/etc/os-release`:
  18.         NAME="Arch Linux"
  19.         PRETTY_NAME="Arch Linux"
  20.         ID=arch
  21.         BUILD_ID=rolling
  22.         ANSI_COLOR="38;2;23;147;209"
  23.         HOME_URL="https://archlinux.org/"
  24.         DOCUMENTATION_URL="https://wiki.archlinux.org/"
  25.         SUPPORT_URL="https://bbs.archlinux.org/"
  26.         BUG_REPORT_URL="https://bugs.archlinux.org/"
  27.         PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
  28.         LOGO=archlinux-logo
  29. 6.  Desktop Environment:
  30.     Cannot determine desktop environment.
  31. 7.  XDG SESSION TYPE:
  32.         XDG_SESSION_TYPE='tty'
  33. 8.  Bash Version:
  34.         BASH_VERSION='5.2.21(1)-release'
  35. # Environment:
  36. 1.  DISPLAY:
  37.         DISPLAY=':0'
  38.         WAYLAND_DISPLAY=''
  39. 2.  Keyboard Layout:
  40.     1.  `setxkbmap`:
  41.             xkb_keymap {
  42.                 xkb_keycodes  { include "evdev+aliases(qwerty)" };
  43.                 xkb_types     { include "complete"  };
  44.                 xkb_compat    { include "complete"  };
  45.                 xkb_symbols   { include "pc+us+inet(evdev)" };
  46.                 xkb_geometry  { include "pc(pc105)" };
  47.             };
  48.     2.  `xprop`:
  49.             _XKB_RULES_NAMES(STRING) = "evdev", "pc105", "us", "", ""
  50. 3.  Locale:
  51.     1.  All locales:
  52.             C
  53.             C.utf8
  54.             POSIX
  55.             en_US.utf8
  56.             zh_CN
  57.             zh_CN.gb18030
  58.             zh_CN.gb2312
  59.             zh_CN.gbk
  60.             zh_CN.utf8
  61.     2.  Current locale:
  62.             LANG=C.UTF-8
  63.             LC_CTYPE=en_US.UTF-8
  64.             LC_NUMERIC="C.UTF-8"
  65.             LC_TIME="C.UTF-8"
  66.             LC_COLLATE="C.UTF-8"
  67.             LC_MONETARY="C.UTF-8"
  68.             LC_MESSAGES="C.UTF-8"
  69.             LC_PAPER="C.UTF-8"
  70.             LC_NAME="C.UTF-8"
  71.             LC_ADDRESS="C.UTF-8"
  72.             LC_TELEPHONE="C.UTF-8"
  73.             LC_MEASUREMENT="C.UTF-8"
  74.             LC_IDENTIFICATION="C.UTF-8"
  75.             LC_ALL=
  76. 4.  Directories:
  77.     1.  Home:
  78.             /home/qilin
  79.     2.  `${XDG_CONFIG_HOME}`:
  80.         Environment variable `XDG_CONFIG_HOME` is set to `/home/qilin/.config`.
  81.         Current value of `XDG_CONFIG_HOME` is `~/.config` (`/home/qilin/.config`).
  82.     3.  Fcitx5 Settings Directory:
  83.         Current fcitx5 settings directory is `~/.config/fcitx5` (`/home/qilin/.config/fcitx5`).
  84. 5.  Current user:
  85.     The script is run as qilin (1000).
  86. # Fcitx State:
  87. 1.  executable:
  88.     Found fcitx5 at `/usr/bin/fcitx5`.
  89. 2.  version:
  90.     Fcitx version: `5.1.5`
  91. 3.  process:
  92.     Found 1 fcitx5 process:
  93.             986 fcitx5
  94. 4.  `fcitx5-remote`:
  95.     `fcitx5-remote` works properly.
  96. 5.  DBus interface:
  97.     Using `dbus-send` to check dbus.
  98.     Owner of DBus name `org.fcitx.Fcitx5` is `:1.5`.
  99.     PID of DBus name `org.fcitx.Fcitx5` owner is `986`.
  100.     Debug information from dbus:
  101.            Group [x11::0] has 2 InputContext(s)
  102.           IC [edf1ae75a589482d9978599f2b944d59] program: frontend:xim cap:4000000000 focus:1
  103.           IC [f770bef5d8f04394a9337ebb036b5a58] program: frontend:xim cap:4000000000 focus:0
  104.         Input Context without group
  105. # Fcitx Configure UI:
  106. 1.  Config Tool Wrapper:
  107.     Found fcitx5-configtool at `/usr/bin/fcitx5-configtool`.
  108. 2.  Config GUI for qt:
  109.     Found `fcitx5-config-qt` at `/usr/bin/fcitx5-config-qt`.
  110. 3.  Config GUI for kde:
  111.     **`kcmshell5` not found.**
  112. # Frontends setup:
  113. The environment variable checked by this script only shows the environment under current shell. It is still possible that you did not set the environment to the whole graphic desktop session. You may inspect the actual environment variable of a certain process by using `xargs -0 -L1 /proc/$PID/environ` for a certain process that you find not working.
  114. ## Xim:
  115. 1.  `${XMODIFIERS}`:
  116.     **Environment variable XMODIFIERS is "@im=fcitx5" instead of "@im=fcitx". Please check if you have exported it incorrectly in any of your init files.**
  117.     **Please set environment variable XMODIFIERS to "@im=fcitx" using the tool your distribution provides or add `export XMODIFIERS=@im=fcitx` to your `~/.xprofile`. See [Input Method Related Environment Variables: XMODIFIERS](http://fcitx-im.org/wiki/Input_method_related_environment_variables#XMODIFIERS).**
  118.     Xim Server Name from Environment variable is fcitx5.
  119. 2.  XIM_SERVERS on root window:
  120.     Xim server name is the same with that set in the environment variable.
  121. ## Qt:
  122. 1.  qt4 - `${QT4_IM_MODULE}`:
  123.     **Environment variable QT_IM_MODULE is "fcitx5" instead of "fcitx". Please check if you have exported it incorrectly in any of your init files.**
  124.     **You may have trouble using fcitx in qt4 programs.**
  125.     **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).**
  126.     **`fcitx5-qt4-immodule-probing` not found.**
  127. 2.  qt5 - `${QT_IM_MODULE}`:
  128.     **Environment variable QT_IM_MODULE is "fcitx5" instead of "fcitx". Please check if you have exported it incorrectly in any of your init files.**
  129.     **You may have trouble using fcitx in qt5 programs.**
  130.     **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).**
  131.     Using fcitx5-qt5-immodule-probing to check the actual im module to be used under current environment:
  132.         QT_QPA_PLATFORM=xcb
  133.         QT_IM_MODULE=fcitx5
  134.         IM_MODULE_CLASSNAME=fcitx::QFcitxPlatformInputContext
  135. 3.  qt6 - `${QT_IM_MODULE}`:
  136.     **Environment variable QT_IM_MODULE is "fcitx5" instead of "fcitx". Please check if you have exported it incorrectly in any of your init files.**
  137.     **You may have trouble using fcitx in qt6 programs.**
  138.     **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).**
  139.     Using fcitx5-qt6-immodule-probing to check the actual im module to be used under current environment:
  140.         QT_QPA_PLATFORM=xcb
  141.         QT_IM_MODULE=fcitx5
  142.         IM_MODULE_CLASSNAME=fcitx::QFcitxPlatformInputContext
  143. 4.  Qt IM module files:
  144.     Found fcitx5 im module for qt6: `/usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so`.
  145.     Found fcitx5 qt5 module: `/usr/lib/fcitx5/qt5/libfcitx-quickphrase-editor5.so`.
  146.     Found fcitx5 im module for qt: `/usr/lib/qt/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so`.
  147.     Found unknown fcitx qt module: `/usr/lib/qt/plugins/kcms/kcm_fcitx5.so`.
  148.     Following error may not be accurate because guessing Qt version from path depends on how your distribution packages Qt. It is not a critical error if you do not use any Qt application with certain version of Qt or you are using text-input support by Qt under Wayland.
  149.     **Cannot find fcitx5 input method module for Qt4.**
  150. ## Gtk:
  151. 1.  gtk - `${GTK_IM_MODULE}`:
  152.     **Environment variable GTK_IM_MODULE is "fcitx5" instead of "fcitx". Please check if you have exported it incorrectly in any of your init files.**
  153.     **You may have trouble using fcitx in gtk programs.**
  154.     **Please set environment variable GTK_IM_MODULE to "fcitx" using the tool your distribution provides or add `export GTK_IM_MODULE=fcitx` to your `~/.xprofile`. See [Input Method Related Environment Variables: GTK_IM_MODULE](http://fcitx-im.org/wiki/Input_method_related_environment_variables#GTK_IM_MODULE).**
  155.     **`fcitx5-gtk2-immodule-probing` not found.**
  156.     **`fcitx5-gtk3-immodule-probing` not found.**
  157.     **`fcitx5-gtk4-immodule-probing` not found.**
  158. 2.  `gtk-query-immodules`:
  159.     1.  gtk 2:
  160.         Found `gtk-query-immodules` for gtk `2.24.33` at `/usr/bin/gtk-query-immodules-2.0`.
  161.         Version Line:
  162.             # Created by /usr/bin/gtk-query-immodules-2.0 from gtk+-2.24.33
  163.         **Failed to find fcitx5 in the output of `/usr/bin/gtk-query-immodules-2.0`**
  164.         Found `gtk-query-immodules` for gtk `2.24.33` at `/usr/bin/gtk-query-immodules-2.0-32`.
  165.         Version Line:
  166.             # Created by /usr/bin/gtk-query-immodules-2.0-32 from gtk+-2.24.33
  167.         **Failed to find fcitx5 in the output of `/usr/bin/gtk-query-immodules-2.0-32`**
  168.         **Cannot find fcitx5 im module for gtk 2.**
  169.     2.  gtk 3:
  170.         Found `gtk-query-immodules` for gtk `3.24.38` at `/usr/bin/gtk-query-immodules-3.0`.
  171.         Version Line:
  172.             # Created by /usr/bin/gtk-query-immodules-3.0 from gtk+-3.24.38
  173.         **Failed to find fcitx5 in the output of `/usr/bin/gtk-query-immodules-3.0`**
  174.         **Cannot find fcitx5 im module for gtk 3.**
  175. 3.  Gtk IM module cache:
  176.     1.  gtk 2:
  177.         Found immodules cache for gtk `2.24.33` at `/usr/lib/gtk-2.0/2.10.0/immodules.cache`.
  178.         Version Line:
  179.             # Created by /usr/bin/gtk-query-immodules-2.0 from gtk+-2.24.33
  180.         **Failed to find fcitx5 in immodule cache at `/usr/lib/gtk-2.0/2.10.0/immodules.cache`**
  181.         Found immodules cache for gtk `2.24.33` at `/usr/lib32/gtk-2.0/2.10.0/immodules.cache`.
  182.         Version Line:
  183.             # Created by usr/bin/gtk-query-immodules-2.0-32 from gtk+-2.24.33
  184.         **Failed to find fcitx5 in immodule cache at `/usr/lib32/gtk-2.0/2.10.0/immodules.cache`**
  185.         **Cannot find fcitx5 im module for gtk 2 in cache.**
  186.     2.  gtk 3:
  187.         Found immodules cache for gtk `3.24.38` at `/usr/lib/gtk-3.0/3.0.0/immodules.cache`.
  188.         Version Line:
  189.             # Created by /usr/bin/gtk-query-immodules-3.0 from gtk+-3.24.38
  190.         **Failed to find fcitx5 in immodule cache at `/usr/lib/gtk-3.0/3.0.0/immodules.cache`**
  191.         **Cannot find fcitx5 im module for gtk 3 in cache.**
  192. 4.  Gtk IM module files:
  193.     1.  gtk 2:
  194.         All found Gtk 2 immodule files exist.
  195.     2.  gtk 3:
  196.         All found Gtk 3 immodule files exist.
  197.     3.  gtk 4:
  198.         All found Gtk 4 immodule files exist.
  199. # Configuration:
  200. ## Fcitx Addons:
  201. 1.  Addon Config Dir:
  202.     Found fcitx5 addon config directory: `/usr/share/fcitx5/addon`.
  203. 2.  Addon List:
  204.     1.  Found 27 enabled addons:
  205.             Simplified and Traditional Chinese Translation 5.1.2
  206.             Classic User Interface 5.1.5
  207.             Clipboard 5.1.5
  208.             Cloud Pinyin 5.1.2
  209.             DBus 5.1.5
  210.             DBus Frontend 5.1.5
  211.             Emoji 5.1.5
  212.             Fcitx4 Frontend 5.1.5
  213.             Full width character 5.1.2
  214.             IBus Frontend 5.1.5
  215.             Input method selector 5.1.5
  216.             Keyboard 5.1.5
  217.             KDE Input Method Panel 5.1.5
  218.             Status Notifier 5.1.5
  219.             Notification 5.1.5
  220.             Pinyin 5.1.2
  221.             Extra Pinyin functionality 5.1.2
  222.             Punctuation 5.1.2
  223.             Quick Phrase 5.1.5
  224.             Spell 5.1.5
  225.             Table 5.1.2
  226.             Unicode 5.1.5
  227.             DBus Virtual Keyboard 5.1.5
  228.             Wayland 5.1.5
  229.             Wayland Input method frontend 5.1.5
  230.             XCB 5.1.5
  231.             X Input Method Frontend 5.1.5
  232.     2.  Found 0 disabled addons:
  233. 3.  Addon Libraries:
  234.     All libraries for all addons are found.
  235. 4.  User Interface:
  236.     Found 3 enabled user interface addons:
  237.         Classic User Interface
  238.         KDE Input Method Panel
  239.         DBus Virtual Keyboard
  240. ## Input Methods:
  241. 1.  `/home/qilin/.config/fcitx5/profile`:
  242.         [Groups/0]
  243.         # Group Name
  244.         Name=Default
  245.         # Layout
  246.         Default Layout=us
  247.         # Default Input Method
  248.         DefaultIM=pinyin
  249.         [Groups/0/Items/0]
  250.         # Name
  251.         Name=keyboard-us
  252.         # Layout
  253.         Layout=
  254.         [Groups/0/Items/1]
  255.         # Name
  256.         Name=pinyin
  257.         # Layout
  258.         Layout=
  259.         [GroupOrder]
  260.         0=Default
  261. # Log:
  262. 1.  `date`:
  263.         Thu Dec  7 14:37:06 CST 2023
  264. 2.  `/home/qilin/.config/fcitx5/crash.log`:
  265.     `/home/qilin/.config/fcitx5/crash.log` not found.
  266. **Warning: the output of fcitx5-diagnose contains sensitive information, including the distribution name, kernel version, name of currently running programs, etc.**
  267. **Though such information can be helpful to developers for diagnostic purpose, please double check and remove as necessary before posting it online publicly.**
  268.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement