Skip to content

Commit

Permalink
Обновлено: Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Feb 25, 2024
1 parent 8de9418 commit 82a2f17
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion docs/apps/opera.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,35 @@ flatpak install flathub com.opera.Opera

```shell
epm play opera
```
```

## Выбор предпочитаемого языка (русификация браузера Opera)

При первом запуске браузера Opera, приложение использует язык English (United States), изменим предпочтительный язык на Русский:

1. Откройте «Easy setup»
2. В контекстном меню, выберите пункт «Go to full browser settings»
3. В поиске введите «land»

или в строке вывидите `opera://settings/?search=lang`

В настройке «Preferred languages», нажмите «Add languages» и выберите из списка `Russian`. Закройте браузер для изменение параметра запуска приложения.

Для простоты настройки, мы рекомендуем установить приложение [PinApp](/pin-app), выбирите приложение **Opera**, сделайте Pin и внесите следующие параметр `--lang=ru` в поле `Exec`:

::: code-group

```[flatpak]
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=opera --file-forwarding com.opera.Opera @@u %U @@ // [!code --]
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=opera --file-forwarding com.opera.Opera --lang=ru @@u %U @@ // [!code ++]
```

```[epm play]
opera %U // [!code --]
opera --lang=ru %U // [!code ++]
```
:::

После изменения параметра запуска, выйдите из сессии и авторизируйтесь повторно на эране входа или перезапустите операционную систему ALT Regular Gnome

![opera](/opera/opera-1.png)
Binary file added docs/public/opera/opera-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82a2f17

Please sign in to comment.