Changes between Version 84 and Version 85 of FAQ


Ignore:
Timestamp:
Jul 16, 2010, 3:20:42 PM (15 years ago)
Author:
victor gattegno
Comment:

Q37 - some infos added.

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v84 v85  
    616616== Q37/ Why is the mondoarchive/mondorestore curses interface badly rendered ? ==
    617617
    618 The GUI interface uses newt.
     618The GUI interface uses newt library.
    619619
    620620Check TERM and LANG variables, the following work well:
    621621{{{
    622 * for SecureCRT : TERM=vt220 and LANG=en_US.UTF-8
    623 * for vncviewer : TERM=xterm  &  LANG=en_US.UTF-8
    624 * for putty : use LANG=C
     622* for SecureCRT : TERM=vt220  and LANG=en_US.UTF-8
     623* for vncviewer : TERM=xterm  and  LANG=en_US.UTF-8
     624* for putty     : LANG=C
    625625}}}
    626626Tip from Victor Gattegno.
    627627
    628 If you want to change that permanently at mondorestore start, then you can add TERM and LANG variables in MINDI_ADDITIONAL_BOOT_PARAMS (in /usr/sbin/mindi shell-script), and then do a new mondoarchive ; or create the following configuration file:
     628If you want to change that permanently at mondorestore start, there are two solutions.
     629
     630  1. you can add TERM and LANG variables in MINDI_ADDITIONAL_BOOT_PARAMS (in /usr/sbin/mindi shell-script), and then do a new mondoarchive.
     631
     632  2. or you can create the following mindi configuration file:
    629633{{{
    630634cat > /etc/mindi/mindi.conf << EOF