summaryrefslogtreecommitdiff
path: root/egmvdm.md
diff options
context:
space:
mode:
Diffstat (limited to 'egmvdm.md')
-rw-r--r--egmvdm.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/egmvdm.md b/egmvdm.md
new file mode 100644
index 0000000..48fee03
--- /dev/null
+++ b/egmvdm.md
@@ -0,0 +1,26 @@
+---
+id: egmvdm
+date: 2026-02-12T14:16:01+0300
+languages: [en]
+aliases:
+
+reviews:
+
+tags:
+- draft
+- knowledge
+
+- archlinux
+---
+# Fix MIME types on Arch Linux
+
+There's a problem of `xdg-utils` on ArchLinux. Even if you have correct MIME database (for example,
+for new filetype), `xdg-utils` will completely ignore your filetypes.
+
+The fix is to use `mimeo`. It seems that this MIME handler works fine:
+```sh
+paru -S mimeo xdg-utils-mimeo
+```
+
+## Up
+-