summaryrefslogtreecommitdiff
path: root/egmvdm.md
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2026-02-12 14:18:03 +0300
committerLibravatar Mora Unie Youer <[email protected]>2026-02-12 14:18:03 +0300
commit9590cae064075aab4014f1e301bd0eb916520b9e (patch)
tree9671b248c84ce8d49125bbee9dc8844c7411d36a /egmvdm.md
parentsnapshot: 2026-02-11 (diff)
downloadzk-9590cae064075aab4014f1e301bd0eb916520b9e.tar.gz
zk-9590cae064075aab4014f1e301bd0eb916520b9e.tar.bz2
zk-9590cae064075aab4014f1e301bd0eb916520b9e.tar.lz
zk-9590cae064075aab4014f1e301bd0eb916520b9e.tar.xz
zk-9590cae064075aab4014f1e301bd0eb916520b9e.tar.zst
zk-9590cae064075aab4014f1e301bd0eb916520b9e.zip
snapshot: 2026-02-12
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
+-