Search Criteria
Package Details: mimeo 2021.2-2
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.archlinux.ca/projects/mimeo |
Keywords: | utilities |
Licenses: | |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 132 |
Popularity: | 0.50 |
First Submitted: | 2009-12-16 02:54 |
Last Updated: | 2021-02-12 07:16 |
Dependencies (4)
- file (file-git)
- python-xdg (python-pyxdg)
- python3 (python)
- shared-mime-info (shared-mime-info-git) (optional) – for recognizing more MIME-types
Required by (2)
- obfilebrowser
- xdg-utils-mimeo (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Poroing commented on 2021-02-11 18:23
In the
mimeo
script, in the shebang line, the path to the interpreter isn't absolute. That should be the case (See https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Syntax). It currently is#!python
but should be something like/bin/env python
or/usr/bin/pythin
.ectospasm commented on 2021-01-07 03:17
I worked around my problem. I had another AUR package (goobook), which depends on the AUR package python-xdg. python-xdg conflicts with the Community (non-AUR) package python-pyxdg. python-xdg and python-pyxdg install to the same path if installed via pacman (or AUR PKGBUILD), so installing one means you have to uninstall the other, and any Python package depending on the other will be broken.
I was able to work around the conflict by using a Python venv for python-xdg. See https://bbs.archlinux.org/viewtopic.php?id=262403 for details on how exactly I fixed it.
ectospasm commented on 2020-12-28 22:48
mimeo is broken for me, and it looks like it has to do with the python-xdg/python-pyxdg dependency conflict:
I upgraded another Python package that requires python-xdg. python-xdg conflicts with python-pyxdg. so I removed python-pyxdg. Even though mimeo appears to depend on python-xdg, it appears to be importing the python-pyxdg "xdg" modules. I believe this broke when Arch updated to Python 3.9 earlier this month.
ttoirrah commented on 2019-11-28 12:59
Xyne.archlinux.ca Status https://downforeveryoneorjustme.com/xyne.archlinux.ca "It's not just you! xyne.archlinux.ca is down." Hoping this is temporary...
Fandekasp commented on 2019-11-19 00:12
@Xyne indeed, sorry about that. I thought I had tried rebuilding the package, but I was wrong. Rebuilding the package fixed it, thanks for the quick support!
Xyne commented on 2019-11-18 23:55
@Fandekasp The AUR only provides PKGBUILDs, not built packages. It's up to the user to rebuild them when necessary. The PKGBUILD itself is not out-of-date. You just need to run makepkg again.
Nevertheless, I may bump the pkgrel when I rebuild the packages for my repo.
Fandekasp commented on 2019-11-18 00:44
Not sure if I should have not flagged the package out-of-date, but it's currently unusable since upgrading the system python from 3.7 to 3.8
$ mimeo /usr/bin/python3: No module named Mimeo
As per this comment: https://bbs.archlinux.org/viewtopic.php?pid=1873269#p1873269 We need to rebuild mimeo against Python 3.8
FunctionalHacker commented on 2019-11-07 09:08
Is there a completion file for zsh available?
lesiserfg commented on 2019-05-24 05:52
Can you use
/usr/bin/python3
instead ofpython3
cause it makes impossible to use mimeo inside of a virtualenvironment, please?Xyne commented on 2018-05-30 15:49
@Ataraxy
What's the output of the following commands?