Differences between revisions 1 and 2
Revision 1 as of 2019-02-10 07:06:17
Size: 541
Editor: SamatJain
Comment:
Revision 2 as of 2019-02-10 07:11:42
Size: 843
Editor: SamatJain
Comment:
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

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

Building

Repositories

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