Howto/pages/02.tutorials/04.Chat/02.Desktop/03.dino/docs.en.md

98 lines
2.5 KiB
Markdown

---
title: Chat clients: Dino
updated:
app: Dino
published: true
visible: false
indexed: true
updated:
taxonomy:
category:
- docs
tags:
- chat
- gajim
page-toc:
active: false
---
![](en/dino.png)
Dino is an open source chat client for the desktop. It has support for [OMEMO](https://en.wikipedia.org/wiki/OMEMO) and [OpenPGP](https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP), which means that once you enable encryption, only you and the other person can read your messages and no one else.
<br>
1. **Installing Dino**<br>
**Dino** is available for GNU/Linux users only. You can check if there's a compiled package version for your distro by clicking [here](https://github.com/dino/dino/wiki/Distribution-Packages). Or build it yourself by downloading the code and compiling it from the command line:
```
./configure
make
build/dino
```
2. **Starting Dino**<br>
First time you launch Dino, it'll appear a screen like this:
![](en/01.png)
To continue, select **Manage accounts** and then **Add an account**.
![](en/02.png)
3. **Setting up an account**<br>
Sign in with your information...:<br>
```
JID: your_username@disroot.org
Password: your Disroot password
Local alias: the name you want to use
```
... and then **Save**
![](en/03.png)
Once you've completed the previous step, the next box will appear:
![](en/04.png)
Connect by clicking the Connection button next to the username.
![](en/05.png)
To change the avatar, just click on the user icon, browse your local system and select the image you want to use.
![](en/06.png)
4. **Starting a conversation**<br>
If you want to start a communication with other user, just click on **Start Conversation**. However, if you want to join a chat room then click on **Join a channel**.
![](en/08.png)
The procedure will be the same in both cases: enter the username or the chatroom's name and then click **Next**...
![](en/09.png)
... and a confirmation request will appear.
![](en/10.png)
By clicking on the **Join** button you will access the room or start a conversation with another user.
![](en/12.png)
Encryption is very uncommon at chatrooms, but it is recommended to enable it on one to one user conversations. To do it, just click on the lock icon at the right of the text box.
![](es/13.png)
5. **Settings and Preferences**<br>
If you want to add more accounts, start conversations with other users, join chatrooms or adjust some preferences, just click on the left icon at the top bar...
![](en/13.png)
![](en/14.png)
![](en/15.png)
... and that's it.