Don't like ads? PRO users don't see any ads ;-)
Guest

mimeo-local-mime-types.patch

By: a guest on Aug 2nd, 2010  |  syntax: Diff  |  size: 0.33 KB  |  hits: 54  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- mimeo.orig  2010-03-03 04:11:01.000000000 -0600
  2. +++ mimeo       2010-08-02 15:47:52.732203316 -0500
  3. @@ -23,7 +23,7 @@
  4.  from optparse import OptionParser
  5.  from pipes import quote
  6.  from sys import argv
  7. -mimetypes.init()
  8. +mimetypes.init(["/etc/mime.types", os.path.expanduser('~')+"/.mime.types"])
  9.  
  10.  
  11.  usrApps = '/usr/share/applications'