Differences between revisions 4 and 5
Revision 4 as of 2020-04-14 00:09:56
Size: 962
Editor: SamatJain
Comment: Steam
Revision 5 as of 2020-04-14 00:21:02
Size: 1067
Editor: SamatJain
Comment: Add kdeapps repo
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
flatpak --user remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo

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
   3 flatpak --user remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.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)