mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-07 16:26:25 +00:00
Merge pull request #326 from santiago-amerio/master
Spanish translation
This commit is contained in:
@@ -115,8 +115,8 @@ $ sudo semodule -l | grep rustdesk
|
||||
|
||||
### Create A Type "rustdesk_t"
|
||||
|
||||
1 Create a new directory. `mkdir rustdesk-selinux-1.0` 。
|
||||
2. Create SELinux policy files. `touch Makefile rustdesk.te rustdesk.fc rustdesk.if` 。
|
||||
1. Create a new directory. `mkdir rustdesk-selinux-1.0`.
|
||||
2. Create SELinux policy files. `touch Makefile rustdesk.te rustdesk.fc rustdesk.if`.
|
||||
|
||||
```text
|
||||
.
|
||||
|
||||
1893
content/client/linux/SELinux/_index.es.md
Normal file
1893
content/client/linux/SELinux/_index.es.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,12 +3,12 @@ title: Linux
|
||||
weight: 4
|
||||
---
|
||||
|
||||
### Installation
|
||||
### Instalación
|
||||
------
|
||||
|
||||
- Ubuntu (>= 16)
|
||||
```
|
||||
# please ignore the wrong disk usage report
|
||||
# Ignora el reporte de uso incorrecto del disco {wrong disk usage}.
|
||||
sudo apt install -fy ./rustdesk-<version>.deb
|
||||
```
|
||||
|
||||
@@ -41,8 +41,19 @@ Arch: https://bbs.archlinux.org/viewtopic.php?id=218319
|
||||
|
||||
##### Login Screen
|
||||
|
||||
Modificar debajo de la línea para `WaylandEnable=false` en `/etc/gdm/custom.conf` o `/etc/gdm3/custom.conf`.
|
||||
Modificar la linea mostrada abajo por `WaylandEnable=false` en `/etc/gdm/custom.conf` o `/etc/gdm3/custom.conf`.
|
||||
```
|
||||
#WaylandEnable=false
|
||||
```
|
||||
|
||||
{{% notice note %}}
|
||||
Por favor **reinicia** para que los cambios tomen efecto en el sistema.
|
||||
{{% /notice %}}
|
||||
|
||||
#### Problemas de permisos
|
||||
|
||||
Si el proceso RustDesk --server no esta corriendo, es decir, no hay salida al ejecutar `ps -ef | grep -E 'rustdesk +--server'`.
|
||||
Entonces probablemente hay un problema de permisos.
|
||||
|
||||
Ve a [SELinux](./selinux/) para añadir políticas de SELinux.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user