[gnome-user-docs/gnome-3-24] Updated command gvfs-mime to gio mime



commit 02b16445d854c5451e08502d98fce27d123b8373
Author: Marek Cernocky <marek_cernocky conel cz>
Date:   Thu Aug 17 15:40:52 2017 +0200

    Updated command gvfs-mime to gio mime

 .../C/mime-types-application-user.page             |    4 ++--
 system-admin-guide/C/mime-types-application.page   |    4 ++--
 system-admin-guide/C/mime-types-custom-user.page   |    4 ++--
 system-admin-guide/C/mime-types-custom.page        |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/system-admin-guide/C/mime-types-application-user.page 
b/system-admin-guide/C/mime-types-application-user.page
index 6434fa6..9c3fbd7 100644
--- a/system-admin-guide/C/mime-types-application-user.page
+++ b/system-admin-guide/C/mime-types-application-user.page
@@ -78,10 +78,10 @@ application/xhtml+xml=<var>myapplication2.desktop</var>;</code>
       </item>
       <item>
         <p>
-          You can use the <cmd>gvfs-mime --query</cmd> command to verify
+          You can use the <cmd>gio mime</cmd> command to verify
           that the default registered application has been set correctly:
         </p>
-        <screen><output>$ </output><input>gvfs-mime --query text/html</input>
+        <screen><output>$ </output><input>gio mime text/html</input>
 Default application for 'text/html': myapplication1.desktop
 Registered applications:
        myapplication1.desktop
diff --git a/system-admin-guide/C/mime-types-application.page 
b/system-admin-guide/C/mime-types-application.page
index c0756be..369d5b6 100644
--- a/system-admin-guide/C/mime-types-application.page
+++ b/system-admin-guide/C/mime-types-application.page
@@ -76,10 +76,10 @@ application/xhtml+xml=<var>myapplication2.desktop</var>;</code>
       </item>
       <item>
         <p>
-          You can use the <cmd>gvfs-mime --query</cmd> command to verify
+          You can use the <cmd>gio mime</cmd> command to verify
           that the default registered application has been set correctly:
         </p>
-        <screen><output>$ </output><input>gvfs-mime --query text/html</input>
+        <screen><output>$ </output><input>gio mime text/html</input>
 Default application for 'text/html': myapplication1.desktop
 Registered applications:
        myapplication1.desktop
diff --git a/system-admin-guide/C/mime-types-custom-user.page 
b/system-admin-guide/C/mime-types-custom-user.page
index 3ab4041..d39d0f1 100644
--- a/system-admin-guide/C/mime-types-custom-user.page
+++ b/system-admin-guide/C/mime-types-custom-user.page
@@ -93,9 +93,9 @@ Exec=<var>myapplication1</var></code>
           To verify that <file>myapplication1.desktop</file> has been
           correctly set as the default registered application for the
           <sys>application/x-newtype</sys> MIME type, run the
-          <cmd>gvfs-mime --query</cmd> command:
+          <cmd>gio mime</cmd> command:
           </p>
-        <screen><output>$ </output><input>gvfs-mime --query application/x-newtype</input>
+        <screen><output>$ </output><input>gio mime application/x-newtype</input>
 Default application for 'application/x-newtype': myapplication1.desktop
 Registered applications:
        myapplication1.desktop
diff --git a/system-admin-guide/C/mime-types-custom.page b/system-admin-guide/C/mime-types-custom.page
index ee7ac8c..0c23176 100644
--- a/system-admin-guide/C/mime-types-custom.page
+++ b/system-admin-guide/C/mime-types-custom.page
@@ -94,9 +94,9 @@ Exec=<var>myapplication1</var></code>
           To verify that <file>myapplication1.desktop</file> has been
           correctly set as the default registered application for the
           <sys>application/x-newtype</sys> MIME type, run the
-          <cmd>gvfs-mime --query</cmd> command:
+          <cmd>gio mime</cmd> command:
           </p>
-        <screen><output>$ </output><input>gvfs-mime --query application/x-newtype</input>
+        <screen><output>$ </output><input>gio mime application/x-newtype</input>
 Default application for 'application/x-newtype': myapplication1.desktop
 Registered applications:
        myapplication1.desktop


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