[gimp-web/testing] Bug 795709 - Flatpack as only option is not enough.



commit f0dc938a9a2f985f1ed808e346d9e28d806a048a
Author: Jehan <jehan girinstud io>
Date:   Sun May 13 23:26:55 2018 +0200

    Bug 795709 - Flatpack as only option is not enough.
    
    Reorder a bit the text:
    (1) Emphasize a bit the fact that flatpak is *NOT* the recommended way
    of installation. Distribution packages still are prefered when possible,
    if not for anything else, because flatpak still has a few issues and
    even some feature loss relative to the sandbox model. Flatpak is an
    additional installation medium, with its own advantages, but is still
    not about to replace totally distribution packing systems.
    (2) Add a title to the additional flatpak instructions to make them
    stand out a bit more, in the case when the "easy way" does not work
    (i.e. when flatpak is not well integrated in the distribution).
    (3) Add a title for the other OSes, not supported by Flatpak, to also
    make them stand out a bit more, and not having them too much lost at the
    end of a wall of text.

 themes/newgimp/templates/downloads.html |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index a4de4bd..5abf1a5 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -46,19 +46,42 @@
     <div id='linux' class="os linux" markdown='1'>
         <h2>GIMP for Unix-like systems</h2>
         <p>
+        <strong>
+        If available, the official package from your Unix-like
+        distribution is the recommended method of installing GIMP!</strong>
+        </p>
+        <p>
+        The flatpak build is new and has known limitations, though it
+        will likely provide faster updates, following GIMP releases
+        closely.
+        <br />
+        Therefore choose your installation medium according to your
+        needs.
+        </p>
+
+        <p>
             <span class='win-button'>
                 <a href="https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref";>
                     Install GIMP flatpak
                 </a>
             </span>
         </p>
+        <p>
+        Flatpak build available in: <strong>i386, x86-64, ARM and AArch64</strong>.
+        </p>
 
-       <p>The flatpak link above should open your software installer and prompt you to install GIMP 
(available platforms: i386, x86-64, ARM and AArch64). It may not work out-of-the-box on some platforms since 
the flatpak technology is new. If that is the case, <a href="http://flatpak.org/getting.html";>ensure flatpak 
is installed</a> and if clicking the link still does not prompt to install GIMP, then manually install by 
command line: </p>
+        <h3>Flatpak additional instructions</h3>
+       <p>The flatpak link above should open your software installer
+        and prompt you to install GIMP. Yet it may not work
+        out-of-the-box on some platforms since the flatpak technology is
+        new. If that is the case, <a
+        href="http://flatpak.org/getting.html";>ensure flatpak is
+        installed</a> and if clicking the link still does not prompt to
+        install GIMP, then manually install by command line: </p>
     <p>
     <code>flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref</code>
     </p>    
-    <p>The flatpak build is very new and therefore may have shortcomings. It's very likely your Unix-like 
system distribution already comes with a GIMP package. It is the preferred method of installing GIMP, as the 
distribution maintainers take care of all the dependencies and bug fix updates. Nevertheless, note that many 
distros decide to pin a specific version of GIMP to their releases, whereas our flatpak will follow GIMP 
releases closely.</p>
-
+        <h3>Systems without flatpak support</h3>
         <p>
             GIMP can also run on Solaris and is available for the BSD family of systems such as FreeBSD and 
OpenBSD.
         </p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]