Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2019-02-10 07:06:17
Size: 541
Editor: SamatJain
Comment:
Revision 3 as of 2019-03-12 05:18:39
Size: 904
Editor: SamatJain
Comment: + flatpak
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
# 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 # Kdenlive
   4 flatpak --user install flathub org.kde.kdenlive

Building

Repositories

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