8.6 KiB
Apps
- Apps
- Gear Lever
- VSCode
- Bitwarden
- MPV
- Nextcloud Desktop
- Nextcloud Talk
- Discord
- Proton Mail
- Gimp
- Minecraft
- Moonlight
- Steam
- MangoHud
- Raspberry Pi Imager
- Fedora Media Writer
- Pods
- Bambu Studio
- Freecad
- Eyedropper
- Mingle
- Obsidian
- Dev Toolbox
- Junction
- Kdenlive
- The Powder Toy
- Pika
- Filezilla
- Transmission
- Frog
- CPU-X
- Ungoogled Chromium
- Signal
- Remmina
- Mission Center
- Librewolf
- Yakuake
- Bruno
- DBeaver
- draw.io
- GHex
- KDiskMark
- Local Send
- Evolution
Flatpak installs are from Flathub unless otherwise noted.
Add flathub with:
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
When prompted, prefer flathub.
Gear Lever
I would recommend you install Gear Lever to manage App Images:
flatpak install it.mijorus.gearlever
VSCode
Write code.
DNF
https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions
rpm-ostree
This layers vscode on the system and lets you download the latest release without waiting for flathub to update the flatpak. Offers some advantages over flatpak, like not needing to use flatseal/other to manage host permissions, but the flatpak install works just fine.
https://code.visualstudio.com/docs/setup/linux#_installing-rpm-package-manually
- Download the rpm
- sudo rpm-ostree install ./vscode-something-something.rpm
- Reboot
Flatpak
flatpak install com.visualstudio.code
Add to settings.json so the host shell is spawned
{
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/app/bin/host-spawn",
"args": ["bash"],
"icon": "terminal-bash",
"overrideName": true
}
}
}
Add these keyboard shortcuts to allow forward and back with alt:
[
...
{ "key": "alt+left", "command": "workbench.action.navigateBack" },
{ "key": "alt+right", "command": "workbench.action.navigateForward" },
...
]
Bitwarden
Password manager.
flatpak install com.bitwarden.desktop
MPV
Video player (like VLC but can frame-by-frame in reverse).
flatpak install io.mpv.Mpv
Nextcloud Desktop
Sync your files.
flatpak install com.nextcloud.desktopclient.nextcloud
# Autostart
ln -s ~/.local/share/applications/com.nextcloud.talk.desktop ~/.config/autostart/
Nextcloud Talk
Talk to your friends.
Download nextcloud talk from:
https://github.com/nextcloud-releases/talk-desktop/releases
flatpak install ./Nextcloud.Talk-linux-x64.flatpak
# autostart
ln -s /var/lib/flatpak/exports/share/applications/com.nextcloud.talk.desktop ~/.config/autostart/
Discord
Talk to your enemies.
flatpak install com.discordapp.Discord
Proton Mail
Talk to your business partners?
flatpak install me.proton.Mail
# Autostart
ln -s ~/.local/share/applications/me.proton.Mail.desktop ~/.config/autostart/
Gimp
Photoshop for Linux.
flatpak install org.gimp.GIMP
Minecraft
Mine. Craft.
flatpak install com.mojang.Minecraft
Moonlight
Mine. Craft. But somewhere else.
flatpak install com.moonlight_stream.Moonlight
flatpak install flathub org.freedesktop.Platform.GL.default//22.08-extra
Steam
Play games.
flatpak install com.valvesoftware.Steam
MangoHud
https://github.com/flightlessmango/MangoHud?tab=readme-ov-file#flatpak
Pretty Numbers for your Games.
flatpak install org.freedesktop.Platform.VulkanLayer.MangoHud
flatpak override --user --env=MANGOHUD=1 com.valvesoftware.Steam
# Allow flatpak apps to read Mangohud config
flatpak override --user --filesystem=xdg-config/MangoHud:ro
Edit ~/.config/MangoHud/MangoHud.conf
## pre defined presets
# -1 = default
# 0 = no display
# 1 = fps only
# 2 = horizontal view
# 3 = extended
# 4 = high detailed information
preset=2
## Enable most of the toggleable parameters (currently excludes `histogram`)
# full
Raspberry Pi Imager
Flash your pi.
flatpak install org.raspberrypi.rpi-imager
Fedora Media Writer
Flash your stick.
flatpak install org.fedoraproject.MediaWriter
Pods
Remember Docker Desktop? Pods is the new Docker Desktop.
flatpak install com.github.marhkb.Pods
systemctl --user enable --now podman.socket
Bambu Studio
Benchy benchy benchy benchy
flatpak install com.bambulab.BambuStudio
The config is located at ~/.var/app/com.bambulab.BambuStudio/config/BambuStudio/BambuStudio.conf
At the very top of the config you can add a pin for a printer permanently with:
(Do this with Bambu Studio closed, it'll overwrite if it's open.)
{
"user_access_code": {
"printer serial number": "access code here"
},
...
}
Freecad
Benchy benchy benchy oh no, I can't do that, this is hard.
Download the AppImage and use Gear Lever to install:
https://www.freecad.org/downloads.php
Eyedropper
Pick a color, any color (from your screen).
flatpak install com.github.finefindus.eyedropper
Mingle
Create custom emojis.
flatpak install io.github.halfmexican.Mingle
Obsidian
Show your friends your massive graph
flatpak install md.obsidian.Obsidian
Dev Toolbox
Format JSON, base64 encode, and color blindness simulator.
flatpak install me.iepure.devtoolbox
Junction
Choose how to open links you click on
flatpak install re.sonny.Junction
Kdenlive
Edit videos without Adobe
flatpak install org.kde.kdenlive
The Powder Toy
I love sandboxes.
flatpak install uk.co.powdertoy.tpt
Pika
Backup with Borg.
flatpak install org.gnome.World.PikaBackup
Filezilla
Really easy ftp, ftps, sftp, etc. file transfer.
flatpak install org.filezillaproject.Filezilla
Transmission
Expand your "ISO" collection.
flatpak install com.transmissionbt.Transmission
Frog
Extract text, scan QR codes, from images.
flatpak install com.github.tenderowl.frog
CPU-X
CPU-Z but X this time
flatpak install io.github.thetumultuousunicornofdarkness.cpu-x
Ungoogled Chromium
Chrom
flatpak install io.github.ungoogled_software.ungoogled_chromium
Signal
Chat when Nextcloud Talk is down
flatpak install org.signal.Signal
# Autostart
ln -s ~/.local/share/applications/org.signal.Signal.desktop ~/.config/autostart/
Remmina
REMote desktop IN An app
flatpak install org.remmina.Remmina
Mission Center
It looks like Windows Task Manager but it plays like "Change Graph to Logical Processors"
flatpak install io.missioncenter.MissionCenter
Librewolf
Louis Rossmann said to use this instead of Firefox
flatpak install org.localsend.localsend_app
Yakuake
Drop down terminal when you press f12
flatpak install org.kde.yakuake
Bruno
Remember when postman was good? Remember with Insomnia was good? This one's good for now.
flatpak install com.usebruno.Bruno
DBeaver
You know you like databases
flatpak install io.dbeaver.DBeaverCommunity
draw.io
Quickly make shitty diagrams
flatpak install com.jgraph.drawio.desktop
GHex
Hex view like it's 2005
flatpak install org.gnome.GHex
KDiskMark
Crystal Disk Mark but, like, k disk mark
flatpak install io.github.jonmagon.kdiskmark
Local Send
Send anywhere used to be so cool. Unrelated, but I loved that app back in like 2014
flatpak install org.localsend.localsend_app
Evolution
You still use email? I still use email.
flatpak install org.gnome.Evolution