Package Details: mimeo 2023-12

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: 145
Popularity: 0.82
First Submitted: 2009-12-16 02:54 (UTC)
Last Updated: 2023-06-27 09:32 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

ectospasm commented on 2023-12-20 01:53 (UTC)

rosenberg: You likely installed a new version of Python; you probably have more Python packages than mimeo broken. You'll need to reinstall mimeo (and potentially many more Python packages) to your new Python version's tree to fix this.

rosenberg commented on 2023-12-19 15:08 (UTC)

This is not working anymore:

❯ mimeo
Traceback (most recent call last):
  File "/usr/bin/mimeo", line 5, in <module>
    from Mimeo import run_main
ModuleNotFoundError: No module named 'Mimeo'

ectospasm commented on 2023-06-24 02:50 (UTC) (edited on 2023-06-24 19:25 (UTC) by ectospasm)

It looks like xyne.dev is down, or at least is not responding to HTTPS requests (522 is connection timed out, and appears to be an internal server/5xx error in this case). My guess is the service behind Xyne's reverse proxy is down, and rather than refusing connections it's just timing out.

I've had numerous problems with the 2023 version of mimeo, so I've reverted to 2022.7-3, and pinned it until Xyne will address my concerns on this forum poste.

hrehfeld commented on 2023-06-23 10:06 (UTC)

curl: (22) The requested URL returned error: 522
==> ERROR: Failure while downloading https://xyne.dev/projects/mimeo/src/mimeo-2023.tar.xz

at least for 12-16 hours now

pmartinez commented on 2023-05-21 04:49 (UTC) (edited on 2023-05-21 04:51 (UTC) by pmartinez)

Is there something that should be fixed in this package? I have the following error when I execute mimeo:


Traceback (most recent call last):
  File "/usr/bin/mimeo", line 6, in <module>
    run_main()
  File "/usr/lib/python3.11/site-packages/Mimeo.py", line 2612, in run_main
    main(args=args)
  File "/usr/lib/python3.11/site-packages/Mimeo.py", line 2411, in main
    mimeo.load_mimeo_associations(fpath=pargs.assoc)
  File "/usr/lib/python3.11/site-packages/Mimeo.py", line 1294, in load_mimeo_associations
    self.mimeo_assocs = list(parse_mimeo_associations(path, reraise=True))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/Mimeo.py", line 500, in parse_mimeo_associations
    regex = re.compile(line[2:])
            ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 227, in compile
    return _compile(pattern, flags)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 294, in _compile
    p = _compiler.compile(pattern, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_compiler.py", line 743, in compile
    p = _parser.parse(p, flags)
        ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 980, in parse
    p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 455, in _parse_sub
    itemsappend(_parse(source, state, verbose, nested + 1,
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/_parser.py", line 841, in _parse
    raise source.error('global flags not at the start '
re.error: global flags not at the start of the expression at position 2

I have the following package versions: python 3.11.3-1, python-pyxdg 0.28-2, file 5.44-3

pc00per commented on 2022-10-29 16:40 (UTC) (edited on 2022-10-29 16:41 (UTC) by pc00per)

mimeo --add category/type app.desktop doesn't default the applications, but rather adds it to added associations. I don't see any point of it. Nor there is an option under mimeo that sets the mimetype under [Default Applications] section.

musickiller commented on 2022-10-17 12:33 (UTC)

the issue still remains 😿

Xyne commented on 2022-07-23 22:25 (UTC)

@vlas I'll send a message to the site host. It seems a few people have been blocked recently.

vlas commented on 2022-07-22 12:09 (UTC)

@ectospasm: Of course I use it, lets look on PKGBUILD: source=(https://xyne.dev/...

ectospasm commented on 2022-07-21 01:02 (UTC)

@vlas: Instead of using Xyne's repo, just download the PKGBUILD from the AUR directly. It's Python so there shouldn't be too much to compile.