content-type chemical/x-turbomole-vibrational is assigned to all non-empty files, which have a filename containing only three characters This causes unexpected behavior, e.g. https://bugs.gentoo.org/701900 I also reported Bug upstream: https://github.com/dleidert/chemical-mime/issues/1 I also attached a patch as workaround as long as it's not fixed upstream. Reproducible: Always Steps to Reproduce: 1.emerge sci-chemistry/chemical-mime-data 2.echo test > bcd 3.gio info -a 'standard::content-type' bcd Actual Results: Adresse: file:///tmp/vibration/bcd Attribute: standard::content-type: chemical/x-turbomole-vibrational Expected Results: Adresse: file:///tmp/vibration/bcd Attribute: standard::content-type: text/plain
Created attachment 608390 [details, diff] Patch to remove problematic mime-type
Fedora also disabled it: https://src.fedoraproject.org/rpms/chemical-mime-data/c/8a6afccf7fcf09067c7dd18354c6591f8b9bc032?branch=master
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db812912bedf3a9abd4e24a9db087d3212638159 commit db812912bedf3a9abd4e24a9db087d3212638159 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2020-02-07 18:35:45 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2020-02-07 18:41:07 +0000 sci-chemistry/chemical-mime-data: Drop problematic mime type Bug: https://bugs.gentoo.org/701900 Closes: https://bugs.gentoo.org/707284 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Pacho Ramos <pacho@gentoo.org> .../chemical-mime-data-0.1.94-r4.ebuild | 53 ++++++++++++++++++++++ ...me-data-0.1.94-drop-turbomole-vibrational.patch | 20 ++++++++ 2 files changed, 73 insertions(+)