directory structure

If you are developing Gestinux or if you want to join the developers, write your questions and remarks here.
Post Reply
pomalo
Posts: 4
Joined: 29 Jun 2010, 19:47

directory structure

Post by pomalo »

hello

i think that according with Debian directory structure, Language File must be put in /usr/share/
you can add

Code: Select all

Const
{$IFDEF LINUX}
        LANGUAGE_DIR = '/usr/share/gestinux/languages/';
{$ENDIF}
....
before language initialisation

reguards
Claude
tintinux
Site Admin
Posts: 169
Joined: 21 Jun 2012, 19:07
Location: Blois (France)
Contact:

Re: directory structure

Post by tintinux »

Hi,

Why not...
This can be changed in the next release.
Do yo have some link to the recommended structure ?

Regards

Tintinux
Cordialement,

Tintinux
pomalo
Posts: 4
Joined: 29 Jun 2010, 19:47

Re: directory structure

Post by pomalo »

tintinux
Site Admin
Posts: 169
Joined: 21 Jun 2012, 19:07
Location: Blois (France)
Contact:

Re: directory structure

Post by tintinux »

Hi,

Pomalo will make the directory structure compliant with debian rules in the package that he is going to build.
Until it is ready, and for Windows, and in all development environments, the language files will remain in a subdirectory of the directory containing the executable.

We will use the multiplatform GetConfigFile function and, thus, the configuration file name will change. Configuration will be reset.

Please note also that the POSIX language code (fr_FR, en_US) will be used instead of ISO language code (FRA, ENG) unknown on Linux.

Regards,
Tintinux
Cordialement,

Tintinux
Post Reply