Bug 55668 - Не запускается ibus-setup-pinyin
Summary: Не запускается ibus-setup-pinyin
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: ibus-pinyin (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-20 15:53 MSK by Alexander Makeenkov
Modified: 2025-11-30 17:51 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Makeenkov 2025-08-20 15:53:58 MSK
- Версия пакета
ibus-pinyin-1.5.1-alt1

- Шаги воспроизведения
# apt-get install ibus-pinyin
$ /usr/lib/ibus-setup-pinyin

- Получаемый результат
Traceback (most recent call last):
  File "main.py", line 25, in <module>
    import gettext
ImportError: No module named gettext

В скрипте используется python2:
$ grep python /usr/lib/ibus-setup-pinyin 
exec /usr/bin/python2 main.py $@