Updated grammar and markdown syntax; fixed bug in control-mobile

This commit is contained in:
Luke Barone
2022-07-09 20:20:52 -07:00
parent a670ac8bea
commit 7fda5f2d33
5 changed files with 97 additions and 86 deletions
+3 -2
View File
@@ -72,11 +72,12 @@ After the service is started, a unique ID and random password will be automatica
3. Except for the `screen capture` permission, the switching of other permissions will only affect the new connection, and will not affect the established connection. If you need to switch permissions for an established connection, please close the current connection first, modify the permissions, and then receive a control request.
{{% /notice %}}
**PC:**
##### PC
![](/docs/en/manual/mobile/images/android_server_pc_side_en.png?width=700px)
**Mobile terminal:**
##### Mobile terminal
| You can stop the service or close the specified connection at any time | You can receive or initiate chats |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/server_on_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/android_server2_en.jpg?width=300px) |
+21 -17
View File
@@ -4,43 +4,47 @@ weight: 4
---
### Installation
------
- Ubuntu (>= 16)
```
#### Ubuntu (>= 16)
```bash
# please ignore the wrong disk usage report
sudo apt install -fy ./rustdesk-<version>.deb
```
- CentOS/Fedora (>=18)
```
#### CentOS/Fedora (>=18)
```sh
sudo yum localinstall ./rustdesk-<version>.rpm
```
- Arch/Manjaro
```
#### Arch/Manjaro
```sh
sudo pacman -U ./rustdesk-<version>.pkg.tar.zst
```
- Opensuse (>= Leap 15.0)
```
#### Opensuse (>= Leap 15.0)
```sh
sudo zypper install --allow-unsigned-rpm ./rustdesk-<version>-suse.rpm
```
### X11 Required
RustDesk does not support wayland yet, you need switch to X11 manually.
### X11 Required
RustDesk does not support wayland yet; you need switch to X11 manually.
#### Display Server
Ubuntu: https://askubuntu.com/questions/1260142/ubuntu-set-default-login-desktop
Fedora: https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/
[Ubuntu](https://askubuntu.com/questions/1260142/ubuntu-set-default-login-desktop) |
[Fedora](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/) |
[Arch](https://bbs.archlinux.org/viewtopic.php?id=218319)
Arch: https://bbs.archlinux.org/viewtopic.php?id=218319
#### Login Screen
##### Login Screen
Modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gdm3/custom.conf`:
Modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gdm3/custom.conf`.
```
```ini
#WaylandEnable=false
```
+17 -21
View File
@@ -3,20 +3,18 @@ title: Mobile
weight: 1
---
### Remote Control
------
### Remote Control
Enter the ID of remote device in the home page or select a historical device to verify.
Enter the ID of the remote device in the home page or select a historical device to verify.
After the verification is successful, you can control remote device.
| Home | Successfully connected |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/connection_home_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/connection_en.jpg?width=300px) |
Input control provides two modes: `mouse mode` and `touch mode`, which can be switched through the lower toolbar.
Input control provides `mouse mode`/`touch mode` two modes, which can be switched through the lower toolbar.
| Enter | Mode selection |
| Mouse settings | Mode selection |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/touch_mode_icon_en.png?width=300px) | ![](/docs/en/manual/mobile/images/touch_mode_en.jpg?width=300px) |
@@ -25,44 +23,42 @@ In `mouse mode`,you can also trigger the remote device's `Right Mouse` with a `T
{{% /notice %}}
### File Transfer (Android)
------
require RustDesk 1.1.9+.
> Requires RustDesk 1.1.9+
In the device list on the home page, select the device.
Long press or tap more options on the right to select `File Transfer`
Long press or tap the menu on the right to select `File Transfer`
| Home | Successfully connected |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/connection_home_file_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/file_connection_en.jpg?width=300px) |
- The initial directory is the Home directory of the device, you can click <i class="fas fa-home"></i> to quickly return to Home.
- Below the title bar is the directory level, you can click the corresponding folder to jump quickly.
- Click <i class="fas fa-arrow-up"></i> to access the parent directory.
- The current absolute path and project statistics will be prompted at the bottom of the list.
- Click `Local` / `Remote` in the title bar to switch pages.
#### How do I transfer files?
#### **How to transfer files?**
1. **Long press** on a file or folder in the list to quickly enter the **multiple selection mode**, which can select multiple items.
2. After selecting the file(s), switch the `local` / `remote` page. After switching, you will see the `Paste here?` prompt at the bottom of the screen.
3. Click the paste file icon in the picture to transfer the selected item(s) to the target directory.
| Multi-Select Mode | File Paste |
| --------------- | -------------------------------------------------------- |
| ![](/docs/en/manual/mobile/images/file_multi_select_en.jpg?width=300px) | ![](/docs/en/manual/mobile/images/file_copy_en.jpg?width=300px) |
1. **Long press** on a file or folder in the list to quickly enter the **multiple selection mode**, which can delete multiple items or transfer files.
2. After selecting the file, switch the `local` / `remote` page, after switching the page, you will see `Paste here? ` prompt, click the paste file icon in the picture to transfer the selected file/folder to the target directory.
### Set ID/Relay Server
### **Set ID/Relay Server**
------
Click `Settings` on the bottom navigation bar, enter the settings page and click `ID/Relay Server`.
After entering and submitting, it will automatically switch to the specified server.
You can also configure by scanning [QR code](https://rustdesk.com/docs/en/self-host/console/images/console-home.png?v2).
1. Click `Settings` on the bottom navigation bar.
2. Click `ID/Relay Server`.
3. Enter your ID Server hostname/IP Address in the `ID Server` field. Leave `Relay Server` and `API Server` blank, and enter your public key (optional, required for encryption) in the `Key` field. Press **OK** to save your settings. It will automatically switch to the specified server.
You can also configure it by scanning a QR code.
The picture below is a screenshot of Android. If it is iOS, please check top-right menu on the home page.
![](/docs/en/manual/mobile/images/id_setting_en.jpg?width=300px)
For details of self-host server, please refer to [self-host](/docs/en/self-host/)
For details of self-host server, please refer to [self-host](/docs/en/self-host/)