bugVarnamproject - Bugs: bug #40456, varnam_init from language code

 
 

bug #40456: varnam_init from language code

Submitter:  Navaneeth <navaneethkn>
Submitted:  Sun 03 Nov 2013 08:38:57 AM UTC
   
 
Category:  libvarnam Severity:  4 - Important
Item Group:  * New feature Status:  Fixed
Privacy:  Public Assigned to:  navaneethkn
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 09 Nov 2013 05:29:13 AM UTC, comment #1: 

This is implemented in https://gitorious.org/varnamproject/libvarnam/commit/ce73c90df2cc32a43f7aeb5d7238344aec9fce19

Symbols file will be searched in the following paths

/usr/local/share/varnam/vst
/usr/share/varnam/vst
schemes/

Suggestions file will be searched at

XDG_DATA_HOME/varnam/suggestions - if XDG_DATA_HOME is available
HOME/.local/share/varnam/suggestions
APPDATA/varnam/suggestions - On windows, Roaming user profile.

Navaneeth <navaneethkn>
Group administrator
Sun 03 Nov 2013 08:38:57 AM UTC, original submission:  

`varnam_init` requires full path to the symbol file. Create an alternative `varnam_init` which will take the language code and searches for the files in standard locations. This simplifies varnam's initialization and managing multiple files that varnam uses. Currently each client component uses it's own file name and there is no standardization on this.

On a UNIX system, search paths would be,


./vst
/usr/share/varnam/vst
/usr/local/share/varnam/vst


For suggestions,


./
~/.varnam/suggestions


Navaneeth <navaneethkn>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by navaneethkn (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-09 navaneethkn StatusNone Fixed
        Open/ClosedOpen Closed
    2013-11-07 navaneethkn Dependencies- task #12936 is dependent
    2013-11-04 navaneethkn Dependencies- bugs #40464 is dependent
    2013-11-03 navaneethkn Dependencies- bugs #40403 is dependent

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code