mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 16:17:40 +00:00
Merge pull request #6963 from keymanapp/fix/linux/6962-uninstall
fix(linux): Fix uninstallation when using fcitx5
This commit is contained in:
commit
9dc56edf07
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import logging
|
|||
import os
|
||||
from shutil import rmtree
|
||||
|
||||
from keyman_config import _
|
||||
from keyman_config.fcitx_util import is_fcitx_running
|
||||
from keyman_config.get_kmp import (InstallLocation, get_keyboard_dir,
|
||||
get_keyman_doc_dir, get_keyman_font_dir)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue