Автор Тема: Метод ввода fcitx  (Прочитано 6934 раз)

Оффлайн Speccyfighter

  • Мастер
  • ***
  • Сообщений: 10 259
Re: Метод ввода fcitx
« Ответ #30 : 29.06.2021 19:44:55 »
rpm -qvl fcitx | grep bin
...
-rwxr-xr-x    1 root    root                     5658 июн  7 20:29 /usr/bin/fcitx-configtool
...

/usr/bin/fcitx-configtool
это не настройщик.
Это скрипт, который запускается опцией Настройка fcitx и он запусает конкретный настройщик в зависимости от окружения (см. шелл-код выше). Где сами эти настройщики, хрен его знает.
« Последнее редактирование: 29.06.2021 20:04:02 от Speccyfighter »

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #31 : 29.06.2021 19:56:40 »
/usr/bin/fcitx-configtool
это не настройщи
А я и не говорю, что это настройщик. Я, до того как понял, что он запихан в сам fcitx, думал, что он реализован отдельным пакетом - как это сделано в Debian. Там fcitx-config-tool - это отдельный пакет. На Дебиане у меня стоит fcitx и таких проблем нет. Проблема не в самой программе. Она устанавливается, есть доступ ко всем пунктам в графическом режиме, кроме одного пункта: "Настроить" - вместо графики выскакивает то, что я выложил в первом скриншоте и нет возможности открыть пункт "Настроить" в граф. режиме. Только как текстовой файл.

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #32 : 29.06.2021 20:16:10 »
Вот я о чём (см. вложение)

Оффлайн Speccyfighter

  • Мастер
  • ***
  • Сообщений: 10 259
Re: Метод ввода fcitx
« Ответ #33 : 30.06.2021 10:25:04 »
как это сделано в Debian. Там fcitx-config-tool - это отдельный пакет. На Дебиане у меня стоит fcitx и таких проблем нет.

https://github.com/fcitx/fcitx-configtool
https://github.com/fcitx/fcitx-configtool/blob/master/gtk/CMakeLists.txt
https://github.com/fcitx/fcitx-configtool/blob/master/gtk3/CMakeLists.txt

https://packages.debian.org/buster/fcitx
Распаковка control.tar.xz:
Package: fcitx
Version: 1:4.2.9.6-5+deb10u1
Architecture: all
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Installed-Size: 49
Depends: fcitx-bin, fcitx-data, fcitx-modules
Recommends: fcitx-config-gtk | kde-config-fcitx, fcitx-frontend-all | fcitx-frontend-fbterm, fcitx-ui-classic | fcitx-ui-light, im-config (>= 0.5)
Suggests: fcitx-m17n, fcitx-tools
Section: utils
Priority: optional
Homepage: https://gitlab.com/fcitx/fcitx
Description: Flexible Input Method Framework
 Fcitx is a input method framework with extension support, which provides
 an interface for entering characters of different scripts in applications
 using a variety of mapping systems.
 .
 It offers a pleasant and modern experience, with intuitive graphical
 configuration tools and customizable skins and mapping tables. It is
 highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules, support
 for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
 API.
 .
 This metapackage pulls in a set of components recommended for most desktop
 users.
Package: fcitx-config-gtk
Source: fcitx-configtool
Version: 0.4.10-2
Architecture: amd64
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Installed-Size: 127
Depends: fcitx-config-common (= 0.4.10-2), libc6 (>= 2.8), libfcitx-config4 (>= 4.2.8.1), libfcitx-core0 (>= 4.2.7), libfcitx-gclient1 (>= 1:4.2.9.5), libfcitx-utils0 (>= 4.2.7), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.20)
Section: utils
Priority: optional
Homepage: https://gitlab.com/fcitx/fcitx-configtool
Description: graphic Fcitx configuration tool - Gtk+ 3 version
 Fcitx is the Free Chinese Input Toy of X, which was initially designed
 for Chinese users, and used XIM protocol. Now it has already evolved
 into a highly modularized, feature rich input method framework for
 Unix-like platforms supporting a considerable amount of frontends,
 backends and modules.
 .
 It is an ideal choice for the vast majority. Many of its features make
 users of Unix-like platforms have a fully modern input experience for
 the first time. It has also greatly lower the threshold for developers,
 making the development of extended functions much easier than ever before.
 .
 This package provides GTK+ 3 version of the graphic configuration tool.

$ grep PRETTY /etc/os-release
PRETTY_NAME="ALT Starterkit (Hypericum)"
$ dpkg -c fcitx-config-gtk_0.4.10-2_amd64.deb | grep bin/
drwxr-xr-x root/root         0 2018-07-27 05:35 ./usr/bin/
-rwxr-xr-x root/root    112864 2018-07-27 05:35 ./usr/bin/fcitx-config-gtk3

https://gitlab.com/fcitx/fcitx-configtool
Вот их и ищет скрипт (и не находит):
$ tar tvf fcitx-configtool-master.tar.gz
drwxrwxr-x root/root         0 2018-05-03 22:14 fcitx-configtool-master/
-rw-rw-r-- root/root        92 2018-05-03 22:14 fcitx-configtool-master/.gitignore
-rw-rw-r-- root/root      1985 2018-05-03 22:14 fcitx-configtool-master/CMakeLists.txt
-rw-rw-r-- root/root     18034 2018-05-03 22:14 fcitx-configtool-master/COPYING
-rw-rw-r-- root/root       417 2018-05-03 22:14 fcitx-configtool-master/INSTALL
-rw-rw-r-- root/root        38 2018-05-03 22:14 fcitx-configtool-master/README
drwxrwxr-x root/root         0 2018-05-03 22:14 fcitx-configtool-master/cmake/
-rwxrwxr-x root/root      1115 2018-05-03 22:14 fcitx-configtool-master/cmake/fcitx-extract-glade.sh
-rw-rw-r-- root/root      1920 2018-05-03 22:14 fcitx-configtool-master/cmake/gresource.cmake
-rw-rw-r-- root/root       761 2018-05-03 22:14 fcitx-configtool-master/config.h.in
drwxrwxr-x root/root         0 2018-05-03 22:14 fcitx-configtool-master/gtk/
-rw-rw-r-- root/root      1558 2018-05-03 22:14 fcitx-configtool-master/gtk/CMakeLists.txt
-rw-rw-r-- root/root      1476 2018-05-03 22:14 fcitx-configtool-master/gtk/common.h
-rw-rw-r-- root/root     23977 2018-05-03 22:14 fcitx-configtool-master/gtk/config_widget.c
-rw-rw-r-- root/root      3198 2018-05-03 22:14 fcitx-configtool-master/gtk/config_widget.h
-rw-rw-r-- root/root      2374 2018-05-03 22:14 fcitx-configtool-master/gtk/configdesc.c
-rw-rw-r-- root/root      1535 2018-05-03 22:14 fcitx-configtool-master/gtk/configdesc.h
-rw-rw-r-- root/root     29338 2018-05-03 22:14 fcitx-configtool-master/gtk/gdm-languages.c
-rw-rw-r-- root/root      1584 2018-05-03 22:14 fcitx-configtool-master/gtk/gdm-languages.h
-rw-rw-r-- root/root      6431 2018-05-03 22:14 fcitx-configtool-master/gtk/im.c
-rw-rw-r-- root/root      1812 2018-05-03 22:14 fcitx-configtool-master/gtk/im.h
-rw-rw-r-- root/root     23848 2018-05-03 22:14 fcitx-configtool-master/gtk/im_widget.c
-rw-rw-r-- root/root      2817 2018-05-03 22:14 fcitx-configtool-master/gtk/im_widget.h
-rw-rw-r-- root/root      6529 2018-05-03 22:14 fcitx-configtool-master/gtk/keygrab.c
-rw-rw-r-- root/root      2276 2018-05-03 22:14 fcitx-configtool-master/gtk/keygrab.h
-rw-rw-r-- root/root      2365 2018-05-03 22:14 fcitx-configtool-master/gtk/locarchive.h
-rw-rw-r-- root/root      4342 2018-05-03 22:14 fcitx-configtool-master/gtk/main.c
-rw-rw-r-- root/root     18092 2018-05-03 22:14 fcitx-configtool-master/gtk/main_window.c
-rw-rw-r-- root/root      2753 2018-05-03 22:14 fcitx-configtool-master/gtk/main_window.h
-rw-rw-r-- root/root      8611 2018-05-03 22:14 fcitx-configtool-master/gtk/sub_config_parser.c
-rw-rw-r-- root/root      2192 2018-05-03 22:14 fcitx-configtool-master/gtk/sub_config_parser.h
-rw-rw-r-- root/root      8983 2018-05-03 22:14 fcitx-configtool-master/gtk/sub_config_widget.c
-rw-rw-r-- root/root      2625 2018-05-03 22:14 fcitx-configtool-master/gtk/sub_config_widget.h
drwxrwxr-x root/root         0 2018-05-03 22:14 fcitx-configtool-master/gtk3/
-rw-rw-r-- root/root      1637 2018-05-03 22:14 fcitx-configtool-master/gtk3/CMakeLists.txt
-rw-rw-r-- root/root      1737 2018-05-03 22:14 fcitx-configtool-master/gtk3/common.c
-rw-rw-r-- root/root      1643 2018-05-03 22:14 fcitx-configtool-master/gtk3/common.h
-rw-rw-r-- root/root     35995 2018-05-03 22:14 fcitx-configtool-master/gtk3/config_widget.c
-rw-rw-r-- root/root      3466 2018-05-03 22:14 fcitx-configtool-master/gtk3/config_widget.h
-rw-rw-r-- root/root      2374 2018-05-03 22:14 fcitx-configtool-master/gtk3/configdesc.c
-rw-rw-r-- root/root      1535 2018-05-03 22:14 fcitx-configtool-master/gtk3/configdesc.h
-rw-rw-r-- root/root      3386 2018-05-03 22:14 fcitx-configtool-master/gtk3/dummy_config.c
-rw-rw-r-- root/root       650 2018-05-03 22:14 fcitx-configtool-master/gtk3/dummy_config.h
-rw-rw-r-- root/root       252 2018-05-03 22:14 fcitx-configtool-master/gtk3/fcitx-config-gtk3.gresource.xml
-rw-rw-r-- root/root     29338 2018-05-03 22:14 fcitx-configtool-master/gtk3/gdm-languages.c
-rw-rw-r-- root/root      1584 2018-05-03 22:14 fcitx-configtool-master/gtk3/gdm-languages.h
-rw-rw-r-- root/root      9417 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_config_dialog.c
-rw-rw-r-- root/root      2774 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_config_dialog.h
-rw-rw-r-- root/root     14764 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_dialog.c
-rw-rw-r-- root/root      2745 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_dialog.h
-rw-rw-r-- root/root      4642 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_dialog.ui
-rw-rw-r-- root/root     18567 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_widget.c
-rw-rw-r-- root/root      2805 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_widget.h
-rw-rw-r-- root/root      8666 2018-05-03 22:14 fcitx-configtool-master/gtk3/im_widget.ui
-rw-rw-r-- root/root      7264 2018-05-03 22:14 fcitx-configtool-master/gtk3/keygrab.c
-rw-rw-r-- root/root      2447 2018-05-03 22:14 fcitx-configtool-master/gtk3/keygrab.h
-rw-rw-r-- root/root      2365 2018-05-03 22:14 fcitx-configtool-master/gtk3/locarchive.h
-rw-rw-r-- root/root      5155 2018-05-03 22:14 fcitx-configtool-master/gtk3/main.c
-rw-rw-r-- root/root     18391 2018-05-03 22:14 fcitx-configtool-master/gtk3/main_window.c
-rw-rw-r-- root/root      2817 2018-05-03 22:14 fcitx-configtool-master/gtk3/main_window.h
-rw-rw-r-- root/root      8921 2018-05-03 22:14 fcitx-configtool-master/gtk3/sub_config_parser.c
-rw-rw-r-- root/root      2257 2018-05-03 22:14 fcitx-configtool-master/gtk3/sub_config_parser.h
-rw-rw-r-- root/root     13124 2018-05-03 22:14 fcitx-configtool-master/gtk3/sub_config_widget.c
-rw-rw-r-- root/root      2623 2018-05-03 22:14 fcitx-configtool-master/gtk3/sub_config_widget.h
-rw-rw-r-- root/root      5321 2018-05-03 22:14 fcitx-configtool-master/gtk3/ui_widget.c
-rw-rw-r-- root/root      2583 2018-05-03 22:14 fcitx-configtool-master/gtk3/ui_widget.h
drwxrwxr-x root/root         0 2018-05-03 22:14 fcitx-configtool-master/po/
-rw-rw-r-- root/root       286 2018-05-03 22:14 fcitx-configtool-master/po/CMakeLists.txt
-rw-rw-r-- root/root      4692 2018-05-03 22:14 fcitx-configtool-master/po/ca.po
-rw-rw-r-- root/root      4443 2018-05-03 22:14 fcitx-configtool-master/po/da.po
-rw-rw-r-- root/root      4652 2018-05-03 22:14 fcitx-configtool-master/po/de.po
-rw-rw-r-- root/root      3542 2018-05-03 22:14 fcitx-configtool-master/po/fcitx-configtool.pot
-rw-rw-r-- root/root      4828 2018-05-03 22:14 fcitx-configtool-master/po/ja.po
-rw-rw-r-- root/root      4395 2018-05-03 22:14 fcitx-configtool-master/po/ko.po
-rw-rw-r-- root/root      5390 2018-05-03 22:14 fcitx-configtool-master/po/ru.po
-rw-rw-r-- root/root      4424 2018-05-03 22:14 fcitx-configtool-master/po/tr.po
-rw-rw-r-- root/root      4362 2018-05-03 22:14 fcitx-configtool-master/po/zh_CN.po
-rw-rw-r-- root/root      4421 2018-05-03 22:14 fcitx-configtool-master/po/zh_TW.po
« Последнее редактирование: 30.06.2021 10:56:40 от Speccyfighter »

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #34 : 30.06.2021 17:18:55 »
Правильно ли я понимаю, что не хватает кое-каких пакетов относящихся к gtk3? Они элементарно отсутствуют в репозитории? Или всё-таки программа (fcitx) так собрана?
« Последнее редактирование: 30.06.2021 17:22:10 от gosts 87 »

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #35 : 30.06.2021 17:27:08 »
fcitx-config-gtk.

Оффлайн Speccyfighter

  • Мастер
  • ***
  • Сообщений: 10 259
Re: Метод ввода fcitx
« Ответ #36 : 30.06.2021 18:45:39 »
Правильно ли я понимаю, что не хватает кое-каких пакетов относящихся к gtk3? Они элементарно отсутствуют в репозитории? Или всё-таки программа (fcitx) так собрана?

Смотрел бегло, но насколько понял, не хватает обинаренных:
$ tar xvf fcitx-configtool-master.tar.gz # исходник
$ grep ^set fcitx-configtool-master/gtk{,3}/CMakeLists.txt
fcitx-configtool-master/gtk/CMakeLists.txt:set(fcitx_config_gtk_sources
fcitx-configtool-master/gtk/CMakeLists.txt:set(fcitx_config_gtk_headers
fcitx-configtool-master/gtk3/CMakeLists.txt:set(fcitx_config_gtk3_sources
fcitx-configtool-master/gtk3/CMakeLists.txt:set(fcitx_config_gtk3_headers

В debian:
$ dpkg -I fcitx-config-gtk_0.4.10-2_amd64.deb | head -n 13
 new Debian package, version 2.0.
 size 37692 bytes: control archive=1128 bytes.
    1232 байт(а),    23 строк      control             
     382 байт(а),     5 строк      md5sums             
 Package: fcitx-config-gtk
 Source: fcitx-configtool
 Version: 0.4.10-2
 Architecture: amd64
 Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
 Installed-Size: 127
 Depends: fcitx-config-common (= 0.4.10-2), libc6 (>= 2.8), libfcitx-config4 (>= 4.2.8.1), libfcitx-core0 (>= 4.2.7), libfcitx-gclient1 (>= 1:4.2.9.5), libfcitx-utils0 (>= 4.2.7), libglib2.0-0 (>= 2.37.3), libgtk-3-0 (>= 3.20)
 Section: utils
 Priority: optional
$ dpkg -c fcitx-config-gtk_0.4.10-2_amd64.deb | grep bin
drwxr-xr-x root/root         0 2018-07-27 05:35 ./usr/bin/
-rwxr-xr-x root/root    112864 2018-07-27 05:35 ./usr/bin/fcitx-config-gtk3
$ dpkg -x fcitx-config-gtk_0.4.10-2_amd64.deb ./
$ ls
fcitx-config-gtk_0.4.10-2_amd64.deb  usr
$ file ./usr/bin/fcitx-config-gtk3
./usr/bin/fcitx-config-gtk3: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.2.0, stripped

которые скрипт напускаемый из опции Настройка fcitx в альтах не находит:
# sed -n '107,160p' /usr/bin/fcitx-configtool

run_kde() {
    if xprop -root KDE_SESSION_VERSION 2>&1 | grep -q "= 5"; then
        if (kcmshell5 --list 2>/dev/null | grep ^kcm_fcitx > /dev/null 2>&1); then
            if [ x"$1" != x ]; then
                exec kcmshell5 kcm_fcitx --args "$1"
            else
                exec kcmshell5 kcm_fcitx
            fi
        fi
    fi

    # not harm to also check kde4 version on kf5
    if (kcmshell4 --list 2>/dev/null | grep ^kcm_fcitx > /dev/null 2>&1); then
        if [ x"$1" != x ]; then
            exec kcmshell4 kcm_fcitx --args "$1"
        else
            exec kcmshell4 kcm_fcitx
        fi
    fi
}

run_gtk() {
    if which fcitx-config-gtk > /dev/null 2>&1; then
        exec fcitx-config-gtk "$1"
    fi
}

run_gtk3() {
    if which fcitx-config-gtk3 > /dev/null 2>&1; then
        exec fcitx-config-gtk3 "$1"
    fi
}

run_xdg() {
    case "$DE" in
        kde)
            message "$(_ "You're currently running KDE, but KCModule for fcitx couldn't be found, the package name of this KCModule is usually kcm-fcitx or kde-config-fcitx. Now it will open config file with default text editor.")"
            ;;
        *)
            message "$(_ "You're currently running Fcitx with GUI, but fcitx-configtool couldn't be found, the package name is usually fcitx-config-gtk, fcitx-config-gtk3 or fcitx-configtool. Now it will open config file with default text editor.")"
            ;;
    esac

    if command="$(which xdg-open 2>/dev/null)"; then
        detect_im_addon $1
        if [ x"$filename" != x ]; then
            exec $command "$HOME/.config/fcitx/conf/$filename.config"
        else
            exec "$command" "$HOME/.config/fcitx/config"
        fi
    fi
}

« Последнее редактирование: 30.06.2021 18:49:39 от Speccyfighter »

Оффлайн Koi

  • alt linux team
  • ***
  • Сообщений: 1 893
  • валар дохаэрис
    • Канал на youtube

Оффлайн Speccyfighter

  • Мастер
  • ***
  • Сообщений: 10 259
Re: Метод ввода fcitx
« Ответ #38 : 30.06.2021 18:53:16 »
Угу:
$ rpm -qpivl --changelog ./fcitx-configtool-0.4.10-alt2_2.x86_64.rpm
Name        : fcitx-configtool
Version     : 0.4.10
Release     : alt2_2
Architecture: x86_64
Install Date: (not installed)
Group       : System/Internationalization
Size        : 223691
License     : GPLv2+
Signature   : (none)
Source RPM  : fcitx-configtool-0.4.10-alt2_2.src.rpm
Build Date  : Ср 20 фев 2019 08:52:57
Build Host  : mgaimport.hasher.altlinux.org
Relocations : (not relocatable)
Packager    : Cronbuild Service <cronbuild@altlinux.org>
Vendor      : ALT Linux Team
URL         : https://fcitx-im.org/wiki/Fcitx
Summary     : Gtk configuretool for Fcitx
Description :
Fcitx-config Gtk based configure tool for fcitx.
* Ср фев 20 2019 Cronbuild Service <cronbuild@altlinux.org> 0.4.10-alt2_2
- rebuild to get rid of unmets

* Чт окт 04 2018 Igor Vlasenko <viy@altlinux.ru> 0.4.10-alt1_2
- update by mgaimport

* Ср авг 01 2018 Igor Vlasenko <viy@altlinux.ru> 0.4.10-alt1_1
- update by mgaimport

* Вс мар 18 2018 Igor Vlasenko <viy@altlinux.ru> 0.4.9-alt1_1
- new version

-rwxr-xr-x    1 root    root                    86632 фев 20  2019 /usr/bin/fcitx-config-gtk
-rwxr-xr-x    1 root    root                   111424 фев 20  2019 /usr/bin/fcitx-config-gtk3
drwxr-xr-x    2 root    root                        0 фев 20  2019 /usr/share/doc/fcitx-configtool-0.4.10
-rw-r--r--    1 root    root                       38 сен 15  2017 /usr/share/doc/fcitx-configtool-0.4.10/README
-rw-r--r--    1 root    root                     2925 фев 20  2019 /usr/share/locale/ca/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2753 фев 20  2019 /usr/share/locale/da/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2862 фев 20  2019 /usr/share/locale/de/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2860 фев 20  2019 /usr/share/locale/ja/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2720 фев 20  2019 /usr/share/locale/ko/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     3687 фев 20  2019 /usr/share/locale/ru/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2660 фев 20  2019 /usr/share/locale/tr/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2568 фев 20  2019 /usr/share/locale/zh_CN/LC_MESSAGES/fcitx-configtool.mo
-rw-r--r--    1 root    root                     2562 фев 20  2019 /usr/share/locale/zh_TW/LC_MESSAGES/fcitx-configtool.mo

Оффлайн Koi

  • alt linux team
  • ***
  • Сообщений: 1 893
  • валар дохаэрис
    • Канал на youtube
Re: Метод ввода fcitx
« Ответ #39 : 30.06.2021 18:56:51 »
Его бы в requires запихнуть к fcitx.

Оффлайн Speccyfighter

  • Мастер
  • ***
  • Сообщений: 10 259
Re: Метод ввода fcitx
« Ответ #40 : 30.06.2021 19:11:13 »
Его бы в requires запихнуть к fcitx.

Кто его знает...
В кедах он exec kcmshell5 kcm_fcitx захочет запустить.

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #41 : 30.06.2021 19:23:49 »
Я прекрасно помню, что работал с этой программой на p8 и тогда с ней проблем не было. Видимо потому-что присутствовали все необходимые пакеты. Эта программа одна из самых удобных и интуитивных. Естесственно для тех, кто не печатает на языках стран Азии она не нужна.

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #42 : 30.06.2021 21:19:20 »
Просто поставьте fcitx-configtool и настройки будут работать как надо.

Ну, вот. Я же говорил!  :-D
Поставил этот пакет и заработало:

Оффлайн gosts 87

  • Завсегдатай
  • *
  • Сообщений: 2 636
  • Дмитрий/Dmitry/德米特里/दिमित्री
Re: Метод ввода fcitx
« Ответ #43 : 30.06.2021 21:29:30 »
Так-что наличие данного пакета в репозитории для корректной работы fcitx - более, чем желательно!

Оффлайн Skull

  • Глобальный модератор
  • *****
  • Сообщений: 19 924
    • Домашняя страница
    • Email
Re: Метод ввода fcitx
« Ответ #44 : 30.06.2021 21:47:43 »
Собирайте, пишите мейнтейнеру.
Андрей Черепанов (cas@)