Differences between revisions 1 and 2
Revision 1 as of 2018-02-13 22:11:01
Size: 314
Editor: SamatJain
Comment:
Revision 2 as of 2018-02-13 22:25:59
Size: 624
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

Also user-space stuff like Ubuntu snaps, flatpak, and AppImage is here.
Line 6: Line 8:

== Flatpak ==

For making sure themes are correct inside Flatpak applications:

{{{#!highlight sh
# TODO: Figure out which repository these belong to
flatpak install org.gtk.Gtk3theme.Breeze-Dark org.gtk.Gtk3theme.Breeze
}}}

Containerization-related stuff for Docker, Kubernetes (k8s), CoreOS, etc.

Also user-space stuff like Ubuntu snaps, flatpak, and AppImage is here.

systemd and docker

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

SamatsWiki: Containers (last edited 2019-02-10 07:07:47 by SamatJain)