Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавлен сопосб установки Figma с помощью Snap и AppImage #640

Merged
merged 3 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions docs/apps/figma.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ aggregation:
flatpak:
id: io.github.Figma_Linux.figma_linux
build: unofficial
snap:
id: figma-linux
build: unofficial
epm:
play:
id: figma
Expand Down Expand Up @@ -30,26 +33,39 @@ Figma — неофициальная версия Figma для Linux, постр

<!--@include: @apps/.parts/install/content-flatpak.md-->
<!--@include: @apps/.parts/warns/unprivileged-spaces.md-->
<!--@include: @apps/.parts/install/content-snap.md-->
<!--@include: @apps/.parts/install/content-epm-play.md-->

## Установка из репозитория GitHub
### Установка из репозитория GitHub

Загрузите пакет `.rpm` со страницы релизов приложения [`figma-linux` на Github](https://github.com/Figma-Linux/figma-linux/tree/master), затем установите через терминал:
## RPM пакет

Загрузите пакет `.rpm` со страницы релизов приложения [`figma-linux` на Github](https://github.com/Figma-Linux/figma-linux/releases), затем установите через терминал:

::: code-group

```shell[apt-get]
su -
cd /home/USER/Загрузки
cd ~/Загрузки
apt-get update
apt-get install figma-linux-*.x86_64.rpm
```

```shell[epm]
сd Загрузки
сd ~/Загрузки
epm -i figma-linux-*.x86_64.rpm
```

:::

`USER` — имя вашего пользователя.

## AppImage

Загрузите пакет `.AppImage` со страницы релизов, потом откройте его через терминал:

```shell
su -
cd ~/Загрузки
chmod +x figma-linux-*.AppImage
./figma-linux-*.AppImage -i
```
4 changes: 2 additions & 2 deletions docs/apps/yandex-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ rm -rfv .config/yandex-browser/Default/GPUCache

![Графический сбой в Яндекс Браузере](/yandex-browser/yandex-browser-1.jpg 'Графический сбой в Яндекс Браузере')

## Стиль браузера светлый/темный стиль
## Стиль браузера светлый/тёмный стиль

Чтобы настроить тему браузера в соответствии с вашим светлым или темным стилем рабочего окружения GNOME, откройте настройки, перейдите в раздел «Интерфейс»
Чтобы настроить тему браузера в соответствии с вашим светлым или тёмным стилем рабочего окружения GNOME, откройте настройки, перейдите в раздел «Интерфейс»
и в блоке «Цветовая схема» выберите вариант «Как в системе».

![Выбор цветовой схемы](/yandex-browser/yandex-browser-4.png 'Выберите вариант «Как в системе».')
Expand Down
Loading