From 12e17d7883c3d1a6b6fa5772e0c4d24c525f635c Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Thu, 13 Sep 2018 18:19:48 -0700 Subject: [PATCH 1/3] Applies Sphinx syntax and branding edits: - Revises headers to follow convention per collab guidelines - Revises CL in accordance with new branding - Removes `$` for CLI prompts and corrects code-blocks to bash - Adds sentence in para 2, `download it here`, a previously unused link Signed-off-by: Michael Vincerra --- .../clear-linux/tutorials/flatpak/flatpak.rst | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/clear-linux/tutorials/flatpak/flatpak.rst b/source/clear-linux/tutorials/flatpak/flatpak.rst index 38e38564..4e232246 100644 --- a/source/clear-linux/tutorials/flatpak/flatpak.rst +++ b/source/clear-linux/tutorials/flatpak/flatpak.rst @@ -1,16 +1,16 @@ .. _flatpak: -Use Flatpak\* to install applications on |CLOSIA| -################################################# +Use Flatpak\* to install applications on Clear Linux\* OS +######################################################### This tutorial provides all the required steps to install Flatpak as well as -downloading, installing, and running LibreOffice on |CL|. +downloading, installing, and running LibreOffice\* on Clear Linux\* OS. Please visit the `Flatpak website`_ for more information about Flatpak and -how to use it. +how to use it. You can also `download it here`_. Before you begin -================ +**************** This tutorial assumes you have installed |CL| on your host system. For detailed instructions on installing |CL| on a bare metal system, visit @@ -22,9 +22,9 @@ Install Flatpak on your host system Flatpak is included as part of the bundle `desktop`. To install the application, log in to your user account and enter the following command: -.. code-block:: console +.. code-block:: bash - $ sudo swupd bundle-add desktop + sudo swupd bundle-add desktop Install and run the LibreOffice Flatpak image @@ -42,7 +42,7 @@ Installing using gnome software ------------------------------- All you need to do is to launch `gnome software`, search for the LibreOffice -app and click the install button +app, and click the install button. .. figure:: figures/01-install-libreoffice.gif :alt: install libreoffice step by step @@ -57,9 +57,9 @@ Installing using the command line Open the `gnome-terminal` and type the following command to install the LibreOffice app. -.. code-block:: console +.. code-block:: bash - $ flatpak install --user flathub org.libreoffice.LibreOffice + flatpak install --user flathub org.libreoffice.LibreOffice Installing in user: org.libreoffice.LibreOffice/x86_64/stable flathub 2aff77bd5cf1 permissions: ipc, network, pulseaudio, wayland, x11, dri @@ -90,9 +90,9 @@ LibreOffice will start normally. Using the command line ---------------------- -.. code-block:: console +.. code-block:: bash - $ flatpak run org.libreoffice.LibreOffice + flatpak run org.libreoffice.LibreOffice .. _Flatpak website: http://flatpak.org From 71ebc35287a59050609b0b7b279ca26b6be0f919 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Fri, 14 Sep 2018 10:16:11 -0700 Subject: [PATCH 2/3] Adds |CL-ATTR| on first use in body text to reflect branding change. Signed-off-by: Michael Vincerra --- source/clear-linux/tutorials/flatpak/flatpak.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/tutorials/flatpak/flatpak.rst b/source/clear-linux/tutorials/flatpak/flatpak.rst index 4e232246..840febd3 100644 --- a/source/clear-linux/tutorials/flatpak/flatpak.rst +++ b/source/clear-linux/tutorials/flatpak/flatpak.rst @@ -4,7 +4,7 @@ Use Flatpak\* to install applications on Clear Linux\* OS ######################################################### This tutorial provides all the required steps to install Flatpak as well as -downloading, installing, and running LibreOffice\* on Clear Linux\* OS. +downloading, installing, and running LibreOffice\* on |CL-ATTR|. Please visit the `Flatpak website`_ for more information about Flatpak and how to use it. You can also `download it here`_. From fca6168266b4882d4c69ee456b50e3f743b9d1a3 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Fri, 14 Sep 2018 14:47:44 -0700 Subject: [PATCH 3/3] Adds |CL-ATTR| to title for maintainability. Signed-off-by: Michael Vincerra --- source/clear-linux/tutorials/flatpak/flatpak.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/clear-linux/tutorials/flatpak/flatpak.rst b/source/clear-linux/tutorials/flatpak/flatpak.rst index 840febd3..335d0a00 100644 --- a/source/clear-linux/tutorials/flatpak/flatpak.rst +++ b/source/clear-linux/tutorials/flatpak/flatpak.rst @@ -1,7 +1,7 @@ .. _flatpak: -Use Flatpak\* to install applications on Clear Linux\* OS -######################################################### +Use Flatpak\* to install applications on |CL-ATTR| +################################################## This tutorial provides all the required steps to install Flatpak as well as downloading, installing, and running LibreOffice\* on |CL-ATTR|.