- Download to a temporary directory (e.g.: /tmp) the muan rpm file in the desired language (English, Portuguese or Spanish):
- Download the libsndfile rpm file to the same temporary directory (/tmp):
- Open a terminal (Click on Menu Start - System Tools - Terminal).
- Go to the temporary directory (/tmp) typing:
cd /tmp <ENTER>
- Install libsndfile typing:
rpm -Uvh {libsndfile rpm file name here} <ENTER>
- 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.
- Remove the downloaded files and close terminal, typing:
rm {libsndfile rpm file name here} <ENTER>
rm {muan rpm file name here} <ENTER>
exit <EXIT>
- 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 | Name: (suggest) |
Command: |
| Portuguese |
muan_os_pt |
/usr/bin/muan_os_pt |
| English |
muan_os_en | /usr/bin/muan_os_en |
| Spanish |
muan_os_sp | /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 | Name: (suggest) | Command: |
| Portuguese |
muan_ae_pt | /usr/bin/muan_ae_pt |
| English |
muan_ae_en | /usr/bin/muan_ae_en |
| Spanish |
muan_ae_sp | /usr/bin/muan_ae_sp |
| MUAN_PLAYER |
Name: (suggest) |
Command: |
| Portuguese |
muan_player_pt | /usr/bin/muan_player_pt |
| English |
muan_player_en | /usr/bin/muan_player_en |
| Spanish |
muan_player_sp | /usr/bin/muan_player_sp |
The Create Launcher Dialog may looks like: