Instructions on installing MUAN from RPM file:

1) Download to a temporary directory (e.g.: /tmp) the muan rpm file in the desired language (English, Portuguese or Spanish):

2) Download the libsndfile rpm file to the same temporary directory (/tmp):

3) Open a terminal (Click on Menu Start - System Tools - Terminal).

4) Go to the temporary directory (/tmp) typing:
        cd /tmp   <ENTER>

5) Install libsndfile typing:
        rpm -Uvh {libsndfile rpm file name here}    <ENTER>

6) Install muan typing:
        rpm -Uvh {muan rpm file name here}   <ENTER>

After this, MUAN applications (muan_os, muan_ae, muan_player) are installed on /usr/local/share/muan directory.

7) Remove the downloaded files and close terminal, typing:
        rm {libsndfile rpm file name here}    <ENTER>
        rm {muan rpm file name here}    <ENTER>
        exit   <EXIT>

8) Create the shortcut on Desktop:
    - Right click on Desktop to open pop-up menu.
    - Select "Create Launcher" option.
    - On the dialog that opens, create the muan_os shortcut completing the fields according to your muan language choice:

MUAN_OS Portuguese English Spanish
 Name: (suggest)
muan_os_pt muan_os_en muan_os_sp
Command:
/usr/bin/muan_os_pt
/usr/bin/muan_os_en
/usr/bin/muan_os_sp

    - Click on "No icon" to define an icon.
    - Browse to /usr/local/share/muan/ directory.
    - Select the according icon (muan_icon.png or muan_player_icon.png).

    In order to create the muan_ae and muan_player shortcuts, repeat this sequence of step 8 filling the requested fields according to the tables below.
    
MUAN_AE
Portuguese English Spanish
Name: (suggest)
muan_ae_pt muan_ae_en muan_ae_sp
Command:
/usr/bin/muan_ae_pt
/usr/bin/muan_ae_en
/usr/bin/muan_ae_sp

    
MUAN_PLAYER
Portuguese English Spanish
Name: (suggest)
muan_player_pt muan_player_en muan_player_sp
Command:
/usr/bin/muan_player_pt
/usr/bin/muan_player_en
/usr/bin/muan_player_sp

    The Create Launcher Dialog may looks like:

    image of create shortcut dialog


¿Back