ROX Desktop - MIME types http://localhost/desktop/taxonomy/term/16/0 File types (text, image, video, etc). en XDGSupport http://localhost/desktop/node/399 <div class="field field-type-text field-field-summary"> <div class="field-label">Summary:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> creates SendTo items for .desktop files </div> </div> </div> <div class="field field-type-text field-field-current-testing-version"> <div class="field-label">Current testing version:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> 0.1.2 </div> </div> </div> <div class="field field-type-text field-field-primary-authors"> <div class="field-label">Primary author(s):&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Dennis Tomas </div> </div> </div> <div class="field field-type-link field-field-zeroinstall-uri"> <div class="field-label">Zero Install URL (drag link to AddApp to install):&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="http://rox4debian.berlios.de/0install/XDGSupport.xml">http://rox4debian.berlios.de/0install/XDGSupport.xml</a> </div> </div> </div> <div class="field field-type-link field-field-downloads"> <div class="field-label">Downloads:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="ftp://ftp.berlios.de/pub/rox4debian/apps">ftp://ftp.berlios.de/pub/rox4debian/apps</a> </div> </div> </div> <p>Summary:<br /> creates SendTo items for .desktop files</p> <p> Current testing version:<br /> 0.1.2</p> <p> Primary author(s):<br /> Dennis Tomas</p> <p><a href="http://localhost/desktop/node/399" target="_blank">read more</a></p> http://localhost/desktop/node/399#comments Other GPL MIME types Fri, 16 Mar 2007 15:33:00 +0000 Dennis Tomas 399 at http://localhost/desktop XAttr http://localhost/desktop/node/326 <div class="field field-type-text field-field-summary"> <div class="field-label">Summary:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> view or edit extended file attributes </div> </div> </div> <div class="field field-type-text field-field-current-stable-version"> <div class="field-label">Current stable version:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> 0.0.3 </div> </div> </div> <div class="field field-type-link field-field-home-page"> <div class="field-label">Home page:&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="http://www.kerofin.demon.co.uk/rox/xattr.html">http://www.kerofin.demon.co.uk/rox/xattr.html</a> </div> </div> </div> <div class="field field-type-text field-field-primary-authors"> <div class="field-label">Primary author(s):&nbsp;</div> <div class="field-items"> <div class="field-item odd"> Stephen Watson </div> </div> </div> <div class="field field-type-link field-field-zeroinstall-uri"> <div class="field-label">Zero Install URL (drag link to AddApp to install):&nbsp;</div> <div class="field-items"> <div class="field-item odd"> <a href="http://www.kerofin.demon.co.uk/2006/interfaces/XAttr">http://www.kerofin.demon.co.uk/2006/interfaces/XAttr</a> </div> </div> </div> <p>Summary:<br /> view or edit extended file attributes</p> <p> Current stable version:<br /> 0.0.3</p> <p> Home page:<br /> <a href="http://www.kerofin.demon.co.uk/rox/xattr.html">http://www.kerofin.demon.co.uk/rox/xattr.html</a></p> <p> Primary author(s):<br /> Stephen Watson</p> <p><a href="http://localhost/desktop/node/326" target="_blank">read more</a></p> http://localhost/desktop/node/326#comments Other GPL MIME types Thu, 03 Aug 2006 11:47:21 +0000 kerofin 326 at http://localhost/desktop Can I get archives to unpack in the current directory instead of my home? http://localhost/desktop/node/308 <p>If you bind archives to commands such as:<br /> <div class="geshifilter"><pre class="geshifilter-python">tar xzf <span style="color: #483d8b;">&quot;$@&quot;</span></pre></div><br /> you will find that the files in the archive will be unpacked in your home directory. (Actually they get unpacked into ROX-Filer's current directory, which is normally $HOME).</p> <p>To have the files unpack into the the same directory as the archive either:</p> <ol> <li>Use a script like:<br /> <div class="geshifilter"><pre class="geshifilter-python"><span style="color: #dc143c;">cd</span> <span style="color: #483d8b;">&quot;`dirname $@`&quot;</span> tar xzf <span style="color: #483d8b;">&quot;$@&quot;</span></pre></div><br /> or</li> <li>Use <a href="/desktop/freelinking/Archive">Archive</a> to to unpack archives.</li> </ol> <p>Using <a href="/desktop/freelinking/Archive">Archive</a> is prefered because it is far more flexible.</p> http://localhost/desktop/node/308#comments MIME types Thu, 01 Jun 2006 18:02:55 +0000 kerofin 308 at http://localhost/desktop Shared MIME run actions http://localhost/desktop/node/213 <p>This is about offering the user a list of applications which can open a particular file. Ideally, applications should be able to add themselves to this list in a way that can be picked up by all desktops. Also, the user's preferred handler for opening a particular type should affect all applications.<br /> See <a href="http://www.freedesktop.org/Standards/mime-actions-spec" class="namedurl"><img src="/phpwiki/themes/default/images/http.png" alt="http" class="linkicon" border="0" />http://www.freedesktop.org/Standards/mime-actions-spec</a>.</p> http://localhost/desktop/node/213#comments MIME types Mon, 16 Jan 2006 18:16:04 +0000 Thomas Leonard 213 at http://localhost/desktop File types and icons http://localhost/desktop/node/135 <p>How does the filer decide what icon to show for a file, and which program to use to open it?</p> <p>For each file, the filer starts by working out its <em>MIME-Type</em>, as follows:</p> <ul> <li>If the file's <strong>user.mime_type</strong> extended attribute it set, then that is its MIME type.</li> <li>If the file's name matches a pattern in one of the globs file (usually, <strong>/usr/share/mime/globs</strong>) then the line in that file gives the type.</li> <li>If the contents of the file match a pattern in one of the magic files (usually, <strong>/usr/share/mime/magic</strong>) then that gives the type.</li> </ul><p><a href="http://localhost/desktop/node/135" target="_blank">read more</a></p> http://localhost/desktop/node/135#comments MIME types Theming Thu, 05 Jan 2006 19:45:52 +0000 Thomas Leonard 135 at http://localhost/desktop Can I use .mailcap for file associations? http://localhost/desktop/node/109 <p>Not easily. But see:</p> <p><a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=663546&amp;group_id=7023&amp;atid=357023">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=663546&amp;group_id=7023&amp;atid=357023</a></p> http://localhost/desktop/node/109#comments MIME types Wed, 04 Jan 2006 19:05:31 +0000 Thomas Leonard 109 at http://localhost/desktop