blob: 48fee03816186023ae4ab178fa8318129ae5c590 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
-
|