Bug 52273 - Не работает сервис для проверки орфографии GSspell
Summary: Не работает сервис для проверки орфографии GSspell
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: gnustep-gui (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-29 11:26 MSK by Величко София
Modified: 2024-11-29 11:26 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Величко София 2024-11-29 11:26:28 MSK
gnustep-gui-0.31.1-alt1

Стенды, обновленные до Sisyphus:
Alt Education 11.0-86-64-kde
Alt Education 11.0-86-64-xfce
Alt Workstation K 11.0-x86-64
Alt Workstation 11.0-x86-64

Шаги воспроизведения: 
1. Установить пакет: # apt-get install gnustep-gui -y 
2. Запустить сервис для проверки орфографии: 
$ opentool /usr/lib64/GNUstep/Services/GSspell.service/GSspell

Ожидаемый результат: Успешный запуск сервиса, пример: 
$ ./GSspell 
2024-11-29 11:17:28.988 GSspell[86166:86166] NSLanguages = (AmericanEnglish)
2024-11-29 11:17:28.991 GSspell[86166:86166] Registered spell server for language AmericanEnglish
2024-11-29 11:17:28.991 GSspell[86166:86166] Spell server started and waiting.

Реальный результат: Сервис не работает, при запуске в консоли следующая ошибка - 
2024-11-29 10:32:57.715 GSspell[40245:40245] NSLanguages = ()
2024-11-29 10:32:57.716 GSspell[40245:40245] Cannot create spell checker instance

Дополнительная информация: 
1. Сам процесс, если сверяться с $ ps -ef | grep GSspell, запущен: 
test       40418   40148  0 10:40 pts/0    00:00:00 grep --color=auto GSspell

2. Блокирует проверку орфографии для приложений с данными функциями, например для gnustep-NoteBook, при попытке проверить орфографию для английского языка, в консоли так же выводится ошибка: 
2024-11-29 10:32:57.715 GSspell[40245:40245] NSLanguages = ()
2024-11-29 10:32:57.716 GSspell[40245:40245] Cannot create spell checker instance