summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--egmvdm.md26
-rw-r--r--gh3tkl.md22
2 files changed, 48 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
+-
diff --git a/gh3tkl.md b/gh3tkl.md
new file mode 100644
index 0000000..76acb92
--- /dev/null
+++ b/gh3tkl.md
@@ -0,0 +1,22 @@
+---
+id: gh3tkl
+date: 2026-02-12T11:01:39+0300
+languages: [en]
+aliases:
+
+reviews:
+
+tags:
+- draft
+- knowledge
+
+- archlinux
+---
+# How to disable integrity check on one `pacman` command
+
+```
+paru -S --mflags --skipinteg <some_package...>
+```
+
+## Up
+-