]> pere.pagekite.me Git - homepage.git/commitdiff
Generated.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 5 Jun 2016 07:28:00 +0000 (09:28 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 5 Jun 2016 07:28:00 +0000 (09:28 +0200)
blog/A_program_should_be_able_to_open_its_own_files_on_Linux.html
blog/archive/2016/06/06.rss
blog/archive/2016/06/index.html
blog/index.html
blog/index.rss
blog/tags/debian/debian.rss
blog/tags/debian/index.html
blog/tags/english/english.rss
blog/tags/english/index.html

index 95fbe09febdc1748ab5e4c39d93cf3db6a47f887..2bd19a7d6f06336068018637eb29264ef092d02e 100644 (file)
@@ -49,7 +49,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
@@ -70,8 +70,8 @@ from the file browser, here are some notes on how to fix it.</p>
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
@@ -79,10 +79,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
-MIME type registered with IANA</a>), file and/or the shared mime
+MIME type registered with IANA</a>), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
index e5c4077b8feaa0fc82b5e2a6c16a6e479ae7666b..3c2293b7ebaa6f07e1eeb44e7a2898b7cf2acf83 100644 (file)
@@ -38,7 +38,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
@@ -59,8 +59,8 @@ from the file browser, here are some notes on how to fix it.&lt;/p&gt;
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
@@ -68,10 +68,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
-MIME type registered with IANA&lt;/a&gt;), file and/or the shared mime
+MIME type registered with IANA&lt;/a&gt;), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
index e6377b093022076c8f6a07909ddd3bb5d439ec0b..e36e82734ad810ff0c3fc892c10fa67b4efa1bae 100644 (file)
@@ -56,7 +56,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
@@ -77,8 +77,8 @@ from the file browser, here are some notes on how to fix it.</p>
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
@@ -86,10 +86,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
-MIME type registered with IANA</a>), file and/or the shared mime
+MIME type registered with IANA</a>), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
index 4638eb25acd4397c4b0c58d90802f46b1d9e36a6..87ae0ab55180f021554d4222a8131ffa01368a71 100644 (file)
@@ -49,7 +49,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
@@ -70,8 +70,8 @@ from the file browser, here are some notes on how to fix it.</p>
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
@@ -79,10 +79,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
-MIME type registered with IANA</a>), file and/or the shared mime
+MIME type registered with IANA</a>), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
index 325f4dc2abd9dcbf403d216e7470a434c52d1000..762fc9ffb641bb55c089caf98faa57a45dbd1e44 100644 (file)
@@ -38,7 +38,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
@@ -59,8 +59,8 @@ from the file browser, here are some notes on how to fix it.&lt;/p&gt;
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
@@ -68,10 +68,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
-MIME type registered with IANA&lt;/a&gt;), file and/or the shared mime
+MIME type registered with IANA&lt;/a&gt;), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
index 1976af77eb00b1971c4b9465a619ce73d073079d..ea95bac69d7ef58717079a67a85c83bac89ba8a5 100644 (file)
@@ -38,7 +38,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
@@ -59,8 +59,8 @@ from the file browser, here are some notes on how to fix it.&lt;/p&gt;
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
@@ -68,10 +68,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
-MIME type registered with IANA&lt;/a&gt;), file and/or the shared mime
+MIME type registered with IANA&lt;/a&gt;), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
index 3616f611569f88d50050b8752d22a283d422d8be..fe4965b0005241ec4fef3a19449a510997efb56e 100644 (file)
@@ -55,7 +55,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
@@ -76,8 +76,8 @@ from the file browser, here are some notes on how to fix it.</p>
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
@@ -85,10 +85,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
-MIME type registered with IANA</a>), file and/or the shared mime
+MIME type registered with IANA</a>), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
index 8851bf89e76d1eb4730d01b1698ccb8c79bb2ffa..ce3b55ba911ff9a3345871d2ed1a92b2b7d25f21 100644 (file)
@@ -38,7 +38,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being &lt;tt&gt;file --mime-type&lt;/tt&gt;
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 &lt;a href=&quot;http://bugs.gw.com/view.php?id=382&quot;&gt;file to change its
 behavour&lt;/a&gt; and use the MIME type video/ogg instead.  I also asked
@@ -59,8 +59,8 @@ from the file browser, here are some notes on how to fix it.&lt;/p&gt;
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
 &lt;p&gt;The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 &lt;tt&gt;file --mime-type&lt;/tt&gt; mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
 information is collected from
 &lt;a href=&quot;https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/&quot;&gt;the
 desktop files&lt;/a&gt; available in /usr/share/applications/.  If there is
@@ -68,10 +68,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using &#39;Open with&#39; or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
 type (preferably
 &lt;a href=&quot;http://www.iana.org/assignments/media-types/media-types.xhtml&quot;&gt;a
-MIME type registered with IANA&lt;/a&gt;), file and/or the shared mime
+MIME type registered with IANA&lt;/a&gt;), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.&lt;/p&gt;
 
index bf8d37c53bc63f3f74a06a0c6e8615a54bbcb5f9..86619ec4f8b0d78444b46c7d6d49a8a0d58f733f 100644 (file)
@@ -55,7 +55,7 @@ while back I discovered that the screencast recorder
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
 gtk-recordmydesktop would save an Ogg Theora video file the KDE file
 browser would refuse to open.  No video player claimed to understand
 such file.  I tracked down the cause being <tt>file --mime-type</tt>
-returning the application/ogg mime type, which no video player I had
+returning the application/ogg MIME type, which no video player I had
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
 installed listed as a MIME type they would understand.  I asked for
 <a href="http://bugs.gw.com/view.php?id=382">file to change its
 behavour</a> and use the MIME type video/ogg instead.  I also asked
@@ -76,8 +76,8 @@ from the file browser, here are some notes on how to fix it.</p>
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
 <p>The file browsers in Debian in general operates on MIME types.
 There are two sources for the MIME type of a given file.  The output from
 <tt>file --mime-type</tt> mentioned above, and the content of the
-shared MIME type registry (under /usr/share/mime/).  The file mime
-type is mapped to programs supporting the mime type, and this
+shared MIME type registry (under /usr/share/mime/).  The file MIME
+type is mapped to programs supporting the MIME type, and this
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
 information is collected from
 <a href="https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/">the
 desktop files</a> available in /usr/share/applications/.  If there is
@@ -85,10 +85,10 @@ one desktop file claiming support for the MIME type of the file, it is
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
 activated when asking to open a given file.  If there are more, one
 can normally select which one to use by right-clicking on the file and
 selecting the wanted one using 'Open with' or similar.  In general
-this work well.  But it depend on each program picking a good mime
+this work well.  But it depend on each program picking a good MIME
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
 type (preferably
 <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">a
-MIME type registered with IANA</a>), file and/or the shared mime
+MIME type registered with IANA</a>), file and/or the shared MIME
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>
 
 registry recognizing the file and the desktop file to list the MIME
 type in its list of supported MIME types.</p>