Advertisement
Guest User

Untitled

a guest
Aug 29th, 2022
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.45 KB | None | 0 0
  1. # System Info:
  2. 1. `uname -a`:
  3.  
  4. Linux Thinkbook 5.18.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 16 Jun 2022 20:40:45 +0000 x86_64 GNU/Linux
  5.  
  6. 2. `lsb_release -a`:
  7.  
  8. LSB Version: n/a
  9. Distributor ID: EndeavourOS
  10. Description: EndeavourOS Linux
  11. Release: rolling
  12. Codename: rolling
  13.  
  14. 3. `lsb_release -d`:
  15.  
  16. Description: EndeavourOS Linux
  17.  
  18. 4. `/etc/lsb-release`:
  19.  
  20. DISTRIB_ID=EndeavourOS
  21. DISTRIB_RELEASE="rolling"
  22. DISTRIB_DESCRIPTION="EndeavourOS Linux"
  23. DISTRIB_CODENAME=rolling
  24.  
  25. 5. `/etc/os-release`:
  26.  
  27. NAME=EndeavourOS
  28. PRETTY_NAME=EndeavourOS
  29. ID=endeavouros
  30. ID_LIKE=arch
  31. BUILD_ID=2022.06.23
  32. ANSI_COLOR="38;2;23;147;209"
  33. HOME_URL='https://endeavouros.com'
  34. DOCUMENTATION_URL='https://discovery.endeavouros.com'
  35. SUPPORT_URL='https://forum.endeavouros.com'
  36. BUG_REPORT_URL='https://forum.endeavouros.com/c/arch-based-related-questions/bug-reports'
  37. LOGO=endeavouros
  38. IMAGE_ID=endeavouros
  39. IMAGE_VERSION=2022.06.23
  40.  
  41. 6. Desktop Environment:
  42.  
  43. Desktop environment is `xfce`.
  44.  
  45. 7. XDG SESSION TYPE:
  46.  
  47. XDG_SESSION_TYPE='x11'
  48.  
  49. 8. Bash Version:
  50.  
  51. BASH_VERSION='5.1.16(1)-release'
  52.  
  53. # Environment:
  54. 1. DISPLAY:
  55.  
  56. DISPLAY=':0.0'
  57.  
  58.  
  59. WAYLAND_DISPLAY=''
  60.  
  61. 2. Keyboard Layout:
  62.  
  63. 1. `setxkbmap`:
  64.  
  65. xkb_keymap {
  66. xkb_keycodes { include "evdev+aliases(qwerty)" };
  67. xkb_types { include "complete" };
  68. xkb_compat { include "complete" };
  69. xkb_symbols { include "pc+us+inet(evdev)" };
  70. xkb_geometry { include "pc(pc105)" };
  71. };
  72.  
  73. 2. `xprop`:
  74.  
  75. _XKB_RULES_NAMES(STRING) = "evdev", "pc105", "us", "", ""
  76.  
  77. 3. Locale:
  78.  
  79. 1. All locales:
  80.  
  81. C
  82. C.UTF-8
  83. en_AG
  84. en_AG.utf8
  85. en_US.utf8
  86. POSIX
  87. zh_TW.utf8
  88.  
  89. 2. Current locale:
  90.  
  91. LANG=en_US.UTF-8
  92. LC_CTYPE="en_US.UTF-8"
  93. LC_NUMERIC=en_US.UTF-8
  94. LC_TIME=en_US.UTF-8
  95. LC_COLLATE="en_US.UTF-8"
  96. LC_MONETARY=en_US.UTF-8
  97. LC_MESSAGES="en_US.UTF-8"
  98. LC_PAPER=en_US.UTF-8
  99. LC_NAME=en_US.UTF-8
  100. LC_ADDRESS=en_US.UTF-8
  101. LC_TELEPHONE=en_US.UTF-8
  102. LC_MEASUREMENT=en_US.UTF-8
  103. LC_IDENTIFICATION=en_US.UTF-8
  104. LC_ALL=
  105.  
  106. 4. Directories:
  107.  
  108. 1. Home:
  109.  
  110. /home/username
  111.  
  112. 2. `${XDG_CONFIG_HOME}`:
  113.  
  114. Environment variable `XDG_CONFIG_HOME` is not set.
  115.  
  116. Current value of `XDG_CONFIG_HOME` is `~/.config` (`/home/username/.config`).
  117.  
  118. 3. Fcitx5 Settings Directory:
  119.  
  120. Current fcitx5 settings directory is `~/.config/fcitx5` (`/home/username/.config/fcitx5`).
  121.  
  122. 5. Current user:
  123.  
  124. The script is run as username (1000).
  125.  
  126. # Fcitx State:
  127. 1. executable:
  128.  
  129. Found fcitx5 at `/usr/bin/fcitx5`.
  130.  
  131. 2. version:
  132.  
  133. Fcitx version: `5.0.18`
  134.  
  135. 3. process:
  136.  
  137. Found 2 fcitx5 processes:
  138.  
  139. 781 fcitx5
  140. 2282 fcitx5-config-q
  141.  
  142. 4. `fcitx5-remote`:
  143.  
  144. `fcitx5-remote` works properly.
  145.  
  146. 5. DBus interface:
  147.  
  148. Using `dbus-send` to check dbus.
  149.  
  150. Owner of DBus name `org.fcitx.Fcitx5` is `:1.37`.
  151.  
  152. PID of DBus name `org.fcitx.Fcitx5` owner is `781`.
  153.  
  154. Debug information from dbus:
  155.  
  156. Group [x11::0.0] has 1 InputContext(s)
  157. IC [3483092ac7064c748ab6614e701556e8] program:fcitx5-config-qt frontend:dbus cap:6000800072 focus:0
  158. Input Context without group
  159.  
  160. # Fcitx Configure UI:
  161. 1. Config Tool Wrapper:
  162.  
  163. Found fcitx5-configtool at `/usr/bin/fcitx5-configtool`.
  164.  
  165. 2. Config GUI for qt:
  166.  
  167. Found `fcitx5-config-qt` at `/usr/bin/fcitx5-config-qt`.
  168.  
  169. 3. Config GUI for kde:
  170.  
  171. **`kcmshell5` not found.**
  172.  
  173. # Frontends setup:
  174. ## Xim:
  175. 1. `${XMODIFIERS}`:
  176.  
  177. Environment variable XMODIFIERS is set to "@im=fcitx" correctly.
  178. Xim Server Name from Environment variable is fcitx.
  179.  
  180. 2. XIM_SERVERS on root window:
  181.  
  182. Xim server name is the same with that set in the environment variable.
  183.  
  184. ## Qt:
  185. 1. qt4 - `${QT4_IM_MODULE}`:
  186.  
  187. Environment variable QT_IM_MODULE is set to "fcitx" correctly.
  188.  
  189. 2. qt5 - `${QT_IM_MODULE}`:
  190.  
  191. Environment variable QT_IM_MODULE is set to "fcitx" correctly.
  192.  
  193. 3. Qt IM module files:
  194.  
  195. Found fcitx5 qt5 module: `/usr/lib/fcitx5/qt5/libfcitx-quickphrase-editor5.so`.
  196. Found unknown fcitx qt module: `/usr/lib/qt/plugins/kcms/kcm_fcitx5.so`.
  197. Found fcitx5 im module for qt: `/usr/lib/qt/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so`.
  198. Found fcitx5 im module for qt6: `/usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so`.
  199. **Cannot find fcitx5 input method module for Qt4.**
  200.  
  201. ## Gtk:
  202. 1. gtk - `${GTK_IM_MODULE}`:
  203.  
  204. Environment variable GTK_IM_MODULE is set to "fcitx" correctly.
  205.  
  206. 2. `gtk-query-immodules`:
  207.  
  208. 1. gtk 2:
  209.  
  210. **Cannot find `gtk-query-immodules` for gtk 2**
  211.  
  212. **Cannot find fcitx5 im module for gtk 2.**
  213.  
  214. 2. gtk 3:
  215.  
  216. Found `gtk-query-immodules` for gtk `3.24.34` at `/usr/bin/gtk-query-immodules-3.0`.
  217. Version Line:
  218.  
  219. # Created by /usr/bin/gtk-query-immodules-3.0 from gtk+-3.24.34
  220.  
  221. **Failed to find fcitx5 in the output of `/usr/bin/gtk-query-immodules-3.0`**
  222.  
  223. **Cannot find fcitx5 im module for gtk 3.**
  224.  
  225. 3. Gtk IM module cache:
  226.  
  227. 1. gtk 2:
  228.  
  229. **Cannot find immodules cache for gtk 2**
  230.  
  231. **Cannot find fcitx5 im module for gtk 2 in cache.**
  232.  
  233. 2. gtk 3:
  234.  
  235. Found immodules cache for gtk `3.24.34` at `/usr/lib/gtk-3.0/3.0.0/immodules.cache`.
  236. Version Line:
  237.  
  238. # Created by /usr/bin/gtk-query-immodules-3.0 from gtk+-3.24.34
  239.  
  240. **Failed to find fcitx5 in immodule cache at `/usr/lib/gtk-3.0/3.0.0/immodules.cache`**
  241.  
  242. **Cannot find fcitx5 im module for gtk 3 in cache.**
  243.  
  244. 3. gtk 4:
  245.  
  246. **Cannot find immodules cache for gtk 4**
  247.  
  248. **Cannot find fcitx5 im module for gtk 4 in cache.**
  249.  
  250. 4. Gtk IM module files:
  251.  
  252. 1. gtk 2:
  253.  
  254. All found Gtk 2 immodule files exist.
  255.  
  256. 2. gtk 3:
  257.  
  258. All found Gtk 3 immodule files exist.
  259.  
  260. 3. gtk 4:
  261.  
  262. All found Gtk 4 immodule files exist.
  263.  
  264. # Configuration:
  265. ## Fcitx Addons:
  266. 1. Addon Config Dir:
  267.  
  268. Found fcitx5 addon config directory: `/usr/share/fcitx5/addon`.
  269.  
  270. 2. Addon List:
  271.  
  272. 1. Found 20 enabled addons:
  273.  
  274. Chewing 5.0.12
  275. Classic User Interface 5.0.18
  276. Clipboard 5.0.18
  277. DBus 5.0.18
  278. DBus Frontend 5.0.18
  279. Emoji 5.0.18
  280. Fcitx4 Frontend 5.0.18
  281. IBus Frontend 5.0.18
  282. Input method selector 5.0.18
  283. Keyboard 5.0.18
  284. KDE Input Method Panel 5.0.18
  285. Status Notifier 5.0.18
  286. Notification 5.0.18
  287. Quick Phrase 5.0.18
  288. Spell 5.0.18
  289. Unicode 5.0.18
  290. Wayland 5.0.18
  291. Wayland Input method frontend 5.0.18
  292. XCB 5.0.18
  293. X Input Method Frontend 5.0.18
  294.  
  295. 2. Found 0 disabled addons:
  296.  
  297. 3. Addon Libraries:
  298.  
  299. All libraries for all addons are found.
  300.  
  301. 4. User Interface:
  302.  
  303. Found 2 enabled user interface addons:
  304.  
  305. Classic User Interface
  306. KDE Input Method Panel
  307.  
  308. ## Input Methods:
  309. 1. `/home/username/.config/fcitx5/profile`:
  310.  
  311. [Groups/0]
  312. # Group Name
  313. Name=Default
  314. # Layout
  315. Default Layout=us
  316. # Default Input Method
  317. DefaultIM=chewing
  318.  
  319. [Groups/0/Items/0]
  320. # Name
  321. Name=keyboard-us
  322. # Layout
  323. Layout=
  324.  
  325. [Groups/0/Items/1]
  326. # Name
  327. Name=chewing
  328. # Layout
  329. Layout=
  330.  
  331. [GroupOrder]
  332. 0=Default
  333.  
  334. # Log:
  335. 1. `date`:
  336.  
  337. Mon Aug 29 03:37:24 PM CST 2022
  338.  
  339. 2. `/home/username/.config/fcitx5/crash.log`:
  340.  
  341. `/home/username/.config/fcitx5/crash.log` not found.
  342.  
  343. **Warning: the output of fcitx5-diagnose contains sensitive information, including the distribution name, kernel version, name of currently running programs, etc.**
  344.  
  345. **Though such information can be helpful to developers for diagnostic purpose, please double check and remove as necessary before posting it online publicly.**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement