You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be possible that fcitx5 is reported running, but fcitx5-configtool can't be found. We should catch (and ignore) the exception, or check beforehand if fcitx5-configtool is available.
Call stack:
FileNotFoundError: [Errno 2] No such file or directory: 'fcitx5-configtool'
File "keyman_config/install_window.py", line 370, in on_install_clicked
subprocess.run(['fcitx5-configtool'])
File "subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
File "subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
It seems to be possible that fcitx5 is reported running, but
fcitx5-configtool
can't be found. We should catch (and ignore) the exception, or check beforehand iffcitx5-configtool
is available.Call stack:
Sentry issue: KEYMAN-LINUX-7S
The text was updated successfully, but these errors were encountered: