Skip to content

Commit 1256095

Browse files
authored
New Crowdin updates (#2850)
* New translations index.md (Chinese Simplified) * New translations 8_4.md (Chinese Simplified) * New translations 9_4.md (Chinese Simplified) * New translations 9_5.md (Chinese Simplified) * New translations good_docs.md (Italian) * New translations lab4-advanced_system_process_monitoring.md (Ukrainian) * New translations 9_4.md (French) * New translations 9_5.md (French) * New translations index.md (Italian) * New translations lab8-samba.md (Italian) * New translations lab8-samba.md (Ukrainian) * New translations proton.md (Portuguese, Brazilian) * New translations import_rocky_to_wsl.md (French) * New translations import_rocky_to_wsl.md (German) * New translations kde_installation.md (French) * New translations mate_installation.md (French) * New translations proton.md (French) * New translations flatpak.md (French) * New translations xfce_installation.md (French) * New translations kde_installation.md (French) * New translations proton.md (Portuguese, Brazilian) * New translations 9_5.md (French) * New translations index.md (Italian) * New translations index.md (Chinese Simplified) * New translations 8_4.md (Chinese Simplified) * New translations mate_installation.md (French) * New translations xfce_installation.md (French) * New translations 8-changelog.md (French) * New translations 8-changelog.md (German) * New translations xfce_installation.md (French)
1 parent 172f0a1 commit 1256095

File tree

18 files changed

+451
-526
lines changed

18 files changed

+451
-526
lines changed

docs/desktop/gaming/proton.fr.md

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -56,35 +56,27 @@ Activez `Enable Steam Play for all other titles`. Redémarrez Steam lorsque vous
5656

5757
!!! warning "La compatibilité n'est pas toujours universelle"
5858

59-
````
60-
De nombreuses personnes signalent des problèmes avec les jeux compatibles ProtonDB, alors que les jeux compatibles Linux fonctionnent correctement. Cela est souvent dû aux politiques SELinux protégeant le système de fichiers.
61-
62-
Tout d'abord, vérifiez l'état SELinux du système avec :
63-
64-
```
65-
sestatus
66-
```
67-
68-
Cela renverra l'un des trois résultats suivants :
69-
70-
* SELinux status : disabled (si la protection SELinux est complètement désactivée)
71-
* SELinux status : permissive (si SELinux est en mode permissif)
72-
* SELinux status : enforcing (si SELinux protège entièrement votre système)
73-
74-
Si SELinux est désactivé, ce n'est pas ce qui cause vos problèmes avec le jeu. S'il est en mode enforcing, il pourrait en être le coupable. Essayez de définir temporairement SELinux en mode permissif avant de commencer à jouer :
75-
76-
```
77-
sudo setenforce 0
78-
```
79-
80-
Une fois le jeu terminé, n'oubliez pas de rétablir l'application de votre politique SELinux :
81-
82-
```
83-
sudo setenforce 1
84-
```
85-
86-
Pour une solution plus permanente qui maintient les politiques SELinux en place, vous devrez rechercher quelle règle bloque votre jeu, ce qui nécessite une compréhension plus approfondie de SELinux et des outils sous-jacents. Jetez un œil à [notre guide sur la sécurité SELinux](../../guides/security/learning_selinux.md) pour un aperçu plus approfondi de SELinux.
87-
````
59+
De nombreuses personnes signalent des problèmes avec les jeux compatibles ProtonDB, alors que les jeux compatibles Linux fonctionnent correctement. Cela est souvent dû aux politiques SELinux protégeant le système de fichiers.
60+
61+
Tout d'abord, vérifiez l'état SELinux du système avec :
62+
63+
` sestatus `
64+
65+
Cela renverra l'un des trois résultats suivants :
66+
67+
\* SELinux status : disabled (si la protection SELinux est complètement désactivée)
68+
\* SELinux status : permissive (si SELinux est en mode permissif)
69+
\* SELinux status : enforcing (si SELinux protège entièrement votre système)
70+
71+
Si SELinux est désactivé, ce n'est pas ce qui cause vos problèmes avec le jeu. S'il est en mode enforcing, il pourrait en être le coupable. Essayez de définir temporairement SELinux en mode permissif avant de commencer à jouer :
72+
73+
` sudo setenforce 0 `
74+
75+
Une fois le jeu terminé, n'oubliez pas de rétablir l'application de votre politique SELinux :
76+
77+
` sudo setenforce 1 `
78+
79+
Pour une solution plus permanente qui maintient les politiques SELinux en place, vous devrez rechercher quelle règle bloque votre jeu, ce qui nécessite une compréhension plus approfondie de SELinux et des outils sous-jacents. Jetez un œil à [notre guide sur la sécurité SELinux](../../guides/security/learning_selinux.md) pour un aperçu plus approfondi de SELinux.
8880

8981
## Conclusion
9082

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
title: Gaming on Linux with Proton
3+
author: Joseph Brinkman
4+
contributors: Steven Spencer, Ganna Zhyrnova
5+
---
6+
7+
## Introdução
8+
9+
Proton is a project by Valve to bring gaming to the Linux desktop within their Steam client. Proton is a fork of [Wine](https://www.winehq.org/), a compatibility layer used to run Windows applications on Linux (and on other POSIX-compliant operating systems).
10+
11+
Since Proton's conception in August 2018, 802 reviews have been posted to the [Proton Compatible Steam Group](https://store.steampowered.com/curator/33483305-Proton-Compatible/about/)! This is tremendous progress by Valve and the Proton community, as only 27 games were originally tested and certified at their original release date.
12+
13+
Unlike Wine, Proton typically requires no configuration and is intended for the complete beginner. Just install Steam and enable Proton!
14+
15+
## Pré-Requisitos
16+
17+
- A Rocky Linux Workstation with a desktop environment
18+
- Flatpak
19+
- Conta Steam
20+
21+
## Instalação de `Steam`
22+
23+
Instalar Steam com `Flatpak`:
24+
25+
```bash
26+
flatpak install steam
27+
```
28+
29+
Enter option `20` to choose `app/com.valvesoftware.Steam/x86_64/stable` and press ++enter++ to install Steam.
30+
31+
![Installing Steam option 20](images/Timeline_1_01_00_22_00.jpg)
32+
33+
After installing Steam, it will automatically start updating.
34+
35+
![Steam updates](images/Timeline_1_01_04_16_00.jpg)
36+
37+
After updating, you must sign into your Steam account. You should sign up for an account if you do not have one.
38+
39+
![Steam](images/Timeline_1_01_06_09_04.jpg)
40+
41+
## Enable Proton compatibility
42+
43+
After signing into Steam, click ++"Steam"++ in the top left corner, then select ++"Settings"++.
44+
45+
![Steam settings](images/Timeline_1_01_10_18_38.jpg)
46+
47+
Select ++"Compatibility"++ from the left menu in Steam settings.
48+
49+
![Compatibility settings](images/Timeline_1_01_10_58_27.jpg)
50+
51+
Notice in the photo above that "Enable Steam Play for supported titles" shows enabled, and "Enable Steam Play for all other titles" is not. This means that games tested and verified to work on Proton are ready to play, but unverified games will not run. Some unverified titles work flawlessly with Proton but need controller mappings or something relatively minor. For this reason, the author recommends enabling Steam play for unsupported titles and testing them yourself!
52+
53+
Toggle "Enable Steam Play for all other titles". Restart Steam when prompted.
54+
55+
![Steam play for all other titles toggled](images/Timeline_1_01_11_07_44.jpg)
56+
57+
!!! warning "Compatibilidade não é sempre universal"
58+
59+
Many people report issues with ProtonDB-compatible games, while Linux-compatible games work fine. This is often due to SELinux policies protecting the filesystem.
60+
61+
First, check the system's SELinux status with:
62+
63+
` sestatus `
64+
65+
This will return one of three results:
66+
67+
\* SELinux status: disabled (if SELinux protection is switched off completely)
68+
\* SELinux status: permissive (if SELinux is in permissive mode)
69+
\* SELinux status: enforcing (if SELinux is fully protecting your system)
70+
71+
If SELinux is disabled, it will not be what is causing your issues with the game. If it is in enforcing mode, then it could be the culprit. Try temporarily setting SELinux to permissive mode before gameplay with:
72+
73+
` sudo setenforce 0 `
74+
75+
After gameplay is completed, remember to set your SELinux policy back to enforcing with:
76+
77+
` sudo setenforce 1 `
78+
79+
For a more permanent solution that keeps SELinux policies in place, you must research what rule is blocking your game, which requires a more thorough understanding of SELinux and the underlying tools. Look at [our guide on SELinux Security](../../guides/security/learning_selinux.md) for a more thorough look at SELinux.
80+
81+
## Conclusão
82+
83+
After restarting Steam, download your favorite Windows title and try it out! No further configuration is necessary. Happy gaming!

docs/desktop/gnome/flatpak.fr.md

Lines changed: 44 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ Flatpak est installé par défaut lors de l'installation de Rocky Linux avec des
1414

1515
## Installation Manuelle
1616

17-
!!! note "Remarque"
17+
!!! note
1818

19-
```
20-
Vous pouvez ignorer cette étape si vous exécutez déjà l'environnement de bureau GNOME complet décrit dans l'introduction.
21-
```
19+
Vous pouvez ignorer cette étape si vous exécutez déjà l'environnement de bureau GNOME complet décrit dans l'introduction.
2220

2321
Installez Flatpak comme suit :
2422

@@ -129,26 +127,15 @@ Mémoriser la liste des commandes n'est pas nécessaire, mais savoir comment y a
129127

130128
!!! warning "Rocky Linux 8.x et `flatpak search`"
131129

132-
````
133-
If you are on a Rocky Linux 8.x version, you will experience this bug. When running the command:
134-
135-
```bash
136-
flatpak search [packagename]
137-
```
138-
139-
Where [packagename] is the package you are looking for, you will get:
140-
141-
```text
142-
F: Failed to parse /var/lib/flatpak/appstream/flathub/x86_64/active/appstream.xml.gz file: Error on line 4065 char 29: <p> already set '
143-
Organic Maps is a free Android & iOS offline maps app for travelers,
144-
tourists, hikers, drivers, and cyclists.
145-
It uses crowd-sourced OpenStreetMap data and is developed with love by
146-
' and tried to replace with ' ('
147-
No matches found
148-
```
149-
150-
There is no workaround for this. To avoid the error, use the Flathub resource in this document to obtain and install the desired package.
151-
````
130+
If you are on a Rocky Linux 8.x version, you will experience this bug. When running the command:
131+
132+
`bash flatpak search [packagename] `
133+
134+
Where [packagename] is the package you are looking for, you will get:
135+
136+
`text F: Failed to parse /var/lib/flatpak/appstream/flathub/x86_64/active/appstream.xml.gz file: Error on line 4065 char 29: <p> already set ' Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, drivers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by ' and tried to replace with ' (' No matches found `
137+
138+
There is no workaround for this. To avoid the error, use the Flathub resource in this document to obtain and install the desired package.
152139

153140
## Flathub
154141

@@ -166,51 +153,51 @@ Pour parcourir `Flathub`, veuillez consulter <https://flathub.org/>. Une énorme
166153

167154
3. Cliquez sur la flèche vers le bas à côté du bouton « Install »
168155

169-
![flathub_install_1](images/01_flatpak.png)
156+
![flathub_install_1](images/01_flatpak.png)
170157

171-
![flathub_install_2](images/02_flatpak.png)
158+
![flathub_install_2](images/02_flatpak.png)
172159

173160
4. Assurez-vous d'avoir rempli toutes les conditions préalables à l'installation de Rocky Linux (numéro 1 dans la deuxième image, qui est déjà complété ci-dessus), puis copiez la commande (numéro 2 dans la deuxième image) et collez-la dans un terminal
174161

175-
```bash
176-
flatpak install flathub com.obsproject.Studio
177-
Looking for matches…
178-
Required runtime for com.obsproject.Studio/x86_64/stable (runtime/org.kde.Platform/x86_64/6.6) found in remote flathub
179-
Do you want to install it? [Y/n]: Y
180-
```
162+
```bash
163+
flatpak install flathub com.obsproject.Studio
164+
Looking for matches…
165+
Required runtime for com.obsproject.Studio/x86_64/stable (runtime/org.kde.Platform/x86_64/6.6) found in remote flathub
166+
Do you want to install it? [Y/n]: Y
167+
```
181168
182169
5. Lorsque vous répondez « Y » et appuyez sur ++enter++, vous verrez ce qui suit :
183170
184-
```bash
185-
com.obsproject.Studio permissions:
186-
ipc network pulseaudio wayland
187-
x11 devices file access [1] dbus access [2]
188-
system dbus access [3]
189-
190-
[1] host, xdg-config/kdeglobals:ro, xdg-run/pipewire-0
191-
[2] com.canonical.AppMenu.Registrar, org.a11y.Bus, org.freedesktop.Flatpak, org.freedesktop.Notifications,
192-
org.kde.KGlobalSettings, org.kde.StatusNotifierWatcher, org.kde.kconfig.notify
193-
[3] org.freedesktop.Avahi
194-
195-
ID Branch Op Remote Download
196-
1. com.obsproject.Studio.Locale stable i flathub < 47.0 kB (partial)
197-
2. org.kde.KStyle.Adwaita 6.6 i flathub < 8.0 MB
198-
3. org.kde.Platform.Locale 6.6 i flathub < 380.6 MB (partial)
199-
4. org.kde.PlatformTheme.QGnomePlatform 6.6 i flathub < 9.7 MB
200-
5. org.kde.WaylandDecoration.QAdwaitaDecorations 6.6 i flathub < 1.2 MB
201-
6. org.kde.Platform 6.6 i flathub < 325.0 MB
202-
7. com.obsproject.Studio stable i flathub < 207.7 MB
203-
204-
Proceed with these changes to the system installation? [Y/n]:
205-
```
171+
```bash
172+
com.obsproject.Studio permissions:
173+
ipc network pulseaudio wayland
174+
x11 devices file access [1] dbus access [2]
175+
system dbus access [3]
176+
177+
[1] host, xdg-config/kdeglobals:ro, xdg-run/pipewire-0
178+
[2] com.canonical.AppMenu.Registrar, org.a11y.Bus, org.freedesktop.Flatpak, org.freedesktop.Notifications,
179+
org.kde.KGlobalSettings, org.kde.StatusNotifierWatcher, org.kde.kconfig.notify
180+
[3] org.freedesktop.Avahi
181+
182+
ID Branch Op Remote Download
183+
1. com.obsproject.Studio.Locale stable i flathub < 47.0 kB (partial)
184+
2. org.kde.KStyle.Adwaita 6.6 i flathub < 8.0 MB
185+
3. org.kde.Platform.Locale 6.6 i flathub < 380.6 MB (partial)
186+
4. org.kde.PlatformTheme.QGnomePlatform 6.6 i flathub < 9.7 MB
187+
5. org.kde.WaylandDecoration.QAdwaitaDecorations 6.6 i flathub < 1.2 MB
188+
6. org.kde.Platform 6.6 i flathub < 325.0 MB
189+
7. com.obsproject.Studio stable i flathub < 207.7 MB
190+
191+
Proceed with these changes to the system installation? [Y/n]:
192+
```
206193
207194
6. Répondre « Y » et appuyer sur ++enter++ modifiera les autorisations du système comme indiqué et installera l'application.
208195
209196
7. Si tout se passe bien, vous devriez obtenir le message suivant :
210197
211-
```text
212-
Installation complete.
213-
```
198+
```text
199+
Installation complete.
200+
```
214201
215202
8. Depuis le menu « Activities », vous pouvez désormais rechercher et exécuter OBS Studio.
216203

docs/guides/desktop/kde_installation.fr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Grâce à l'équipe de développement de Rocky Linux, il y a maintenant des imag
1414

1515
!!! note
1616

17-
Cette procédure est spécifique à Rocky Linux 9. Il n'y a actuellement aucune procédure décrite pour installer KDE pour les autres versions de Rocky Linux.
17+
Cette procédure est spécifique à Rocky Linux 9. Il n'y a actuellement aucune procédure décrite pour installer KDE pour les autres versions de Rocky Linux.
1818
N'hésitez pas à écrire une description !
1919

2020
## Prérequis
2121

22-
- Une machine, compatible avec Rocky Linux 9.0, (bureau, ordinateur portable ou serveur) sur laquelle vous voulez utiliser le bureau KDE.
22+
- Une machine, compatible avec Rocky Linux 9 ou 10 (bureau, ordinateur portable ou serveur), sur laquelle vous voulez utiliser le bureau KDE.
2323
- Maîtriser la ligne de commande de manière à pouvoir réaliser certaines tâches, par exemple tester les sommes de contrôle de l'image.
2424
- La connaissance de la façon d'écrire une image amorçable sur DVD ou une clé USB.
2525

@@ -63,15 +63,15 @@ Cela lancera un processus d'installation assez familier pour ceux qui ont déjà
6363

6464
![kde_language](images/kde_language.png)
6565

66-
Une fois que vous avez sélectionné votre langue et cliqué sur **Continue**, l'installation passera à l'écran suivant. Nous avons mis en évidence les choses que vous *pouvez* vouloir modifier et vérifier :
66+
Une fois que vous avez sélectionné votre langue et cliqué sur **Continue**, l'installation passera à l'écran suivant. Nous avons mis en évidence les choses que vous _pouvez_ vouloir modifier et vérifier :
6767

6868
![kde_install](images/kde_install.png)
6969

7070
1. **Keyboard** - Jetez un coup d'œil à cette option et assurez-vous qu'elle correspond bien à la disposition du clavier que vous utilisez.
7171
2. **Heure & Date** - Assurez-vous que l'affichage correspond à votre fuseau horaire.
7272
3. **Installation Destination** - Vous devrez cliquer sur cette option, même si c'est juste pour accepter ce qui est déjà indiqué.
7373
4. **Network & Hostname** - Vérifiez que vous avez ce dont vous avez besoin ici. À condition que le réseau soit activé, vous pouvez toujours modifier plus tard si vous le souhaitez.
74-
5. **Root Password** Allez-y et définissez un mot de passe root. Pensez à le sauvegarder dans un endroit sûr (gestionnaire de mots de passe), surtout si vous ne l'utilisez pas souvent.
74+
5. **Root Password** Allez-y et définissez un mot de passe `root`. Pensez à le sauvegarder dans un endroit sûr (gestionnaire de mots de passe), surtout si vous ne l'utilisez pas souvent.
7575
6. **User Creation** Créer au moins un utilisateur. Si vous voulez qu'il dispose de droits d'administration, n'oubliez pas de définir cette option lors de la création de l'utilisateur.
7676
7. **Begin Installation** - une fois que vous avez choisi et vérifié tous les paramètres, cliquez sur cette option.
7777

@@ -83,7 +83,7 @@ Une fois l'installation sur le disque dur terminée, vous devriez voir l'écran
8383

8484
![kde_install_final](images/kde_install_final.png)
8585

86-
Allez-y et cliquez sur **Finish Installation**.
86+
Cliquez sur **Finish Installation**.
8787

8888
À ce stade, vous devrez redémarrer le système et retirer votre support d'amorçage. Quand l'OS est relancé pour la première fois, l'écran de configuration suivant apparaît :
8989

0 commit comments

Comments
 (0)