Package Details: mimeo 2023-13

Git Clone URL: https://aur.archlinux.org/mimeo.git (read-only, click to copy)
Package Base: mimeo
Description: Open files by MIME-type or file name using regular expressions.
Upstream URL: https://xyne.dev/projects/mimeo
Keywords: utilities
Licenses: GPL
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 148
Popularity: 0.44
First Submitted: 2009-12-16 02:54 (UTC)
Last Updated: 2024-05-17 23:43 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

Xyne commented on 2012-11-23 13:54 (UTC)

@antihero Let me know if the new release solves the problem. The error was caused by a broken desktop file so the purge should detect it.

antihero commented on 2012-11-22 13:11 (UTC)

Hmm, patch doesn't seem to fix *everything* though :(

antihero commented on 2012-11-22 13:08 (UTC)

Here's a patch: https://gist.github.com/4131102

antihero commented on 2012-11-22 12:50 (UTC)

I'm getting this when I try to add/update/prefer anything: Traceback (most recent call last): File "/usr/bin/mimeo", line 5, in <module> Mimeo.main() File "/usr/lib/python2.7/site-packages/Mimeo.py", line 2110, in main mimeo.purge('nothing') File "/usr/lib/python2.7/site-packages/Mimeo.py", line 1228, in purge if desktop[DEG]['Hidden']: KeyError: 'Desktop Entry'

uke-eda commented on 2012-10-24 06:29 (UTC)

On 24 Oct 08:27 no signature file at http://xyne.archlinux.ca/projects/mimeo/archives/mimeo-2012.9.tar.xz.sig

Xyne commented on 2012-10-22 23:56 (UTC)

The signature should be valid now. I must have recreated the source archive.

<deleted-account> commented on 2012-10-22 17:08 (UTC)

Signature file is not available.

ninian commented on 2012-06-05 16:59 (UTC)

Thank you - all sounds very reasonable. Experimenting a bit more with different ways of determining MIME-types throws up some farcical differences. For example, for a Firefox bookmarks.html file, 'file' shows "text/plain", 'rox' shows "text/html" and 'mimetype' shows "application/x-mozilla-bookmarks" on my system! Since I know little Python, I've done a patch which simply looks to see whether the environment variable $MIMEO contains one of 'file', 'mimetype' or 'rox' to determine the MIME-type (default is Python's mimetypes module). Also tweaked the help information to show this. Here's the patch: http://pastebin.com/6T5zFTsg Just an idea, easier than adding options and changing a configuration file.