Bug 854324

Summary: Enable multilanguage spelling for PSI 0.15
Product: [Fedora] Fedora Reporter: Artem S. Tashkinov <aros>
Component: psiAssignee: Sven Lankes <sven>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: rdieter, sven
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-20 22:03:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Multilanguage spelling patch for PSI 0.15
none
Chat window with two languages being spell checked on the fly
none
Options window to set two spelling languages none

Description Artem S. Tashkinov 2012-09-04 16:07:19 UTC
Created attachment 609737 [details]
Multilanguage spelling patch for PSI 0.15

The attached patch enables multilanguage spelling in PSI.

PSI *must* be built *without* enchant, otherwise this patch is useless.

(./configure --disable-enchant)

In order to enable this feature, you have to go to: Options -> Advanced -> options -> UI -> spell-check and edit the "langs" variable, adding two letters languages codes delimited by space.

E.g. to spell check Russian and English you have to set it to

"en ru" (without quotes)

Appropriate ASpell dictionaries have to be installed in advance.

Comment 1 Artem S. Tashkinov 2012-09-04 16:08:14 UTC
Created attachment 609738 [details]
Chat window with two languages being spell checked on the fly

Comment 2 Artem S. Tashkinov 2012-09-04 16:09:31 UTC
Created attachment 609739 [details]
Options window to set two spelling languages

Comment 3 Artem S. Tashkinov 2012-11-04 19:39:11 UTC
OK, two months have passed and I see zero activity.

What should I do?

Comment 4 Artem S. Tashkinov 2012-11-19 23:58:27 UTC
Ping.

Meanwhile I'm bookmarking http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers

Comment 5 Sven Lankes 2012-11-20 22:03:48 UTC
My main question is this: Why should that patch be added to the fedora psi-package? 

This is clearly stuff that should be discussed with the psi upstream instead of a single downstream consumer of the code.

Other that that: As far as I understand enchant is the default spellchecker in fedora - disabling it doesn't sound like a good idea.