[seahorse] Don't mention nautilus etc. integration



commit 38dc2f9324ef4f481a38194a6cbf23f5f7348597
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri May 22 12:36:22 2020 +0200

    Don't mention nautilus etc. integration
    
    Integration with Nautilus is handled by another repository
    `seahorse-nautilus`. Even still, the way to integrate with the GNOME
    desktop later on, will increasingly be done by using portals (see for
    example xdg-desktop-portal for more info) to be able to work with
    containerized (e.g. Flatpak) applications.
    
    Fixes https://gitlab.gnome.org/GNOME/seahorse/-/issues/284

 README.md                                          | 3 ---
 data/org.gnome.seahorse.Application.appdata.xml.in | 1 -
 seahorse.doap                                      | 5 +----
 3 files changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/README.md b/README.md
index 73df5367..3bf1c507 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,6 @@ Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to
 provide an easy to use Key Management Tool, along with an easy to use interface
 for encryption operations.
 
-Seahorse is integrated into the [GNOME] Desktop Environment and allows users to
-perform operations from their regular applications, like nautilus or gedit.
-
 ## Building
 You can build and install Seahorse using [Meson]:
 ```sh
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index fb59c01a..6b0b3d60 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -8,7 +8,6 @@
   <description>
     <p>
       Seahorse is a GNOME application for managing encryption keys.
-      It also integrates with nautilus, gedit and other places for encryption operations.
     </p>
     <p>
       With seahorse you can create and manage PGP keys, create and manage SSH keys,
diff --git a/seahorse.doap b/seahorse.doap
index db0570d5..428d580d 100644
--- a/seahorse.doap
+++ b/seahorse.doap
@@ -10,10 +10,7 @@
        <description>Seahorse is a graphical interface for managing and using encryption keys.
 Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to
 provide an easy to use Key Management Tool, along with an easy to use interface
-for encryption operations.
-
-Seahorse is integrated into the GNOME Desktop Environment and allows users to
-perform operations from their regular applications, like nautilus or gedit.</description>
+for encryption operations.</description>
 
        <homepage rdf:resource="https://wiki.gnome.org/Apps/Seahorse"; />
        <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/seahorse-list"; />


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