easier
This commit is contained in:
parent
d444514142
commit
58627c47d3
1 changed files with 3 additions and 10 deletions
|
@ -37,23 +37,16 @@ sudo apt update # Apply changes
|
||||||
sudo apt install steam-installer
|
sudo apt install steam-installer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Enable Proton under Settings > Compatibility > Enable Steam Play for all other titles
|
||||||
|
|
||||||
## Flatpak (e.g. for Discord)
|
## Flatpak (e.g. for Discord)
|
||||||
|
|
||||||
```shell
|
Discover > Preferences > Install Flatpak
|
||||||
sudo apt install flatpak
|
|
||||||
# sudo apt install plasma-discover-backend-flatpak # For KDE users
|
|
||||||
# sudo apt install gnome-software-plugin-flatpak # For GNOME users
|
|
||||||
```
|
|
||||||
|
|
||||||
Remember flatpak is just a packaging format, [flathub](https://flathub.org) is just
|
Remember flatpak is just a packaging format, [flathub](https://flathub.org) is just
|
||||||
a popular repository for software where you can find official
|
a popular repository for software where you can find official
|
||||||
builds for [Discord](https://flathub.org/apps/com.discordapp.Discord) or [Telegram Desktop](https://flathub.org/apps/org.telegram.desktop), and unofficial builds
|
builds for [Discord](https://flathub.org/apps/com.discordapp.Discord) or [Telegram Desktop](https://flathub.org/apps/org.telegram.desktop), and unofficial builds
|
||||||
for [Miscrosoft Teams](https://flathub.org/apps/com.github.IsmaelMartinez.teams_for_linux) or [VSCode](https://flathub.org/apps/com.visualstudio.code).
|
for [Miscrosoft Teams](https://flathub.org/apps/com.github.IsmaelMartinez.teams_for_linux) or [VSCode](https://flathub.org/apps/com.visualstudio.code).
|
||||||
You can add the 'flathub' repository this way:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
||||||
```
|
|
||||||
|
|
||||||
## Custom locales.
|
## Custom locales.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue