Differences between revisions 2 and 3
Revision 2 as of 2019-02-10 07:11:42
Size: 843
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 22: Line 22:
# 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)