Frequently Asked Questions about Chestnut Dialer
************************************************

Q1:
     I downloaded and installed Chestnut Dialer, but I can't run it.
     It prints the following error message when I start it:

          Traceback (most recent call last):
            ......
            File "/usr/lib/python2.2/locale.py", line 280, in _parse_localename
              raise ValueError, 'unknown locale: %s' % localename
          ValueError: unknown locale: uk_UA

A1:
     Find table `locale_alias' in file `/usr/lib/python2.2/locale.py'
     and insert:

          'uk_ua':                         'uk_UA.ISO8859-5',

     to the table.

     Alternatively, set up a locale with the name that specifies an
     encoding, for example "uk_UA.KOI8-U".

Q2:
     When I run the program, I get message:

          Error: User interface xxx not found

A2:
     Check the installed interfaces:

          chestnut-dialer --list-ui

     and edit file `~/.chestnut-dialer/preferred-ui-X', where ~ stands
     for the user home directory, X is X11 or console.  Alternatively,
     specify the interface in the command line:

          chestnut-dialer -i interface_name

Q3:
     Chestnut Dialer doesn't start as before:

          Error: Chestnut Dialer already running with pid 5652

     However I can run the program again after I remove file
     `chestnut-dialer.pid' from `~/.chestnut-dialer/'.  From where this
     file comes?

A3:
     This file is created each time that you run Chestnut Dialler, and
     it is deleted in the course of normal termination of the program.
     This is necessary in order to prevent running multiple instances
     of the dialer; otherwise settings would be lost.


