[gnome-boxes/drop-remote-connections: 4/7] desktop: Remove "Remote Connection" references




commit 08b158d4669c73eb5df51acee55443ad010dc546
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Aug 31 13:33:50 2020 +0200

    desktop: Remove "Remote Connection" references
    
    The remote connections (remote desktop) features of GNOME Boxes have
    been split off into Connections (a new GNOME application for remote
    connections management). See https://gitlab.gnome.org/GNOME/connections
    
    Boxes will no longer show up in the Shell search for queries containing
    "vnc" or "rdp". It will also no longer show up in AppChoosers as a
    candidate for handling vnc:// and rdp:// URIs.

 data/org.gnome.Boxes.desktop.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Boxes.desktop.in b/data/org.gnome.Boxes.desktop.in
index dbd99189..453c3610 100644
--- a/data/org.gnome.Boxes.desktop.in
+++ b/data/org.gnome.Boxes.desktop.in
@@ -3,7 +3,7 @@ Name=Boxes
 GenericName=Virtual machine viewer/manager
 Comment=View and use virtual machines
 # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
-Keywords=virtual machine;vm;vnc;rdp;
+Keywords=virtual machine;vm;
 Exec=gnome-boxes %U
 # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
 Icon=@icon@
@@ -11,5 +11,5 @@ Terminal=false
 Type=Application
 StartupNotify=true
 Categories=GNOME;GTK;System;Development;Emulator;
-MimeType=application/x-cd-image;x-scheme-handler/vnc;x-scheme-handler/rdp;
+MimeType=application/x-cd-image;
 DBusActivatable=true


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