搞乱了系统范围的 mime 数据库

搞乱了系统范围的 mime 数据库

在 debianstretch(mate 桌面)中,我弄乱了系统范围内的 mime 数据库。我怎样才能恢复它。

注意我首先重命名了 /usr/share/mime/mimeinfo.cache。但问题是,我认为它已经坏了。

    alex@Taomon:~$ strings /usr/share/mime/mimeinfo.cache.broken | tail -n30
[INFORMATION]
\documentclass
\chapter\sectionbegin 
# xmcd
ftyp3ge
ftyp3gg
ftyp3gp
ftyp3gs
ftyp3g2
OggSfishead
CMML
ftypisomftypmp42ftypMSNVftypM4V ftypf4v G?
OggSmdatmdatmoovftypqt
#EXTM4U
webm
RIFFAVF0AVI AVI NSVfMOVIz
<ar>!<arch>
RIFF
ELFMZ
FORM
=pod
=head1 NAME
=head1 DESCRIPTION
<?xml
<!--.sndMTM
MMD0MMD1if
MAS_UTrack_V00
TEXtREAd/*
#include#import
From 
alex@Taomon:~$ 

这看起来不适合我。跑步后

   root@Taomon:~# update-mime-database -V /usr/share/mime/
Updating MIME database in /usr/share/mime...

Wrote 1109 strings at 2c - 6374

Wrote aliases at 6374 - 6ba0

Wrote parents at 6ba0 - 846c

Wrote literal globs at 846c - 8554

Wrote suffix globs at 8554 - 12edc

Wrote full globs at 12edc - 12f1c

Wrote magic at 12f1c - 1f5d4

Wrote namespace list at 1f5d4 - 1f710

Wrote icons list at 1f710 - 1f754

Wrote generic icons list at 1f754 - 20330

Wrote types list at 20330 - 20f98

新的缓存是空的。

alex@Taomon:~$ strings /usr/share/mime/mimeinfo.cache
[MIME Cache]
alex@Taomon:~$ 

我该如何解决呢。

我也无法使用 xdg-mime 来设置默认应用程序。现在,如果终端没有出现错误消息,文件管理器就无法启动。

感谢您的阅读。

编辑粘贴字符串 /usr/share/mime/mime.cache 编辑2更新桌面数据库-v

答案1

update-mime-database更新mime.cache,不mimeinfo.cache。要修复后者,您需要运行update-desktop-database

sudo update-desktop-database

或者,您可以重新配置desktop-file-utils(这将执行相同的操作):

sudo dpkg-reconfigure desktop-file-utils

相关内容