Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2019-02-10 07:06:17
Size: 541
Editor: SamatJain
Comment:
Revision 4 as of 2020-04-14 00:09:56
Size: 962
Editor: SamatJain
Comment: Steam
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
}}}

== Setup ==

{{{#!highlight sh
# Install flathub
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
}}}

== Interesting apps ==

{{{#!highlight sh
# Signal
flatpak install https://flathub.org/repo/appstream/org.signal.Signal.flatpakref
# Steam
flatpak install flathub com.valvesoftware.Steam
# Kdenlive
flatpak --user install flathub org.kde.kdenlive

Flatpak

For making sure themes are correct inside Flatpak applications:

   1 # TODO: Figure out which repository these belong to
   2 flatpak install org.gtk.Gtk3theme.Breeze-Dark org.gtk.Gtk3theme.Breeze

Setup

   1 # Install flathub
   2 flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Interesting apps

   1 # Signal
   2 flatpak install https://flathub.org/repo/appstream/org.signal.Signal.flatpakref
   3 # Steam
   4 flatpak install flathub com.valvesoftware.Steam
   5 # Kdenlive
   6 flatpak --user install flathub org.kde.kdenlive

Building

Repositories

SamatsWiki: Containers/Flatpak (last edited 2020-04-14 00:21:02 by SamatJain)