重命名您拥有的文件_anything_.task
(其中_anything_
有适当的描述)。
首先,您需要创建一个包含扩展名信息的XML文件。(如果需要,请将下面的文本复制到新的文本文件中,然后另存为task.xml
。)
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/taskcouch">
<comment>TaskCoach File</comment>
<comment xml:lang="bg">Taskcoach</comment>
<comment xml:lang="cs">Taskcoach</comment>
<comment xml:lang="de">Taskcoach</comment>
<comment xml:lang="es">Taskcoach</comment>
<comment xml:lang="eu">Taskcoach</comment>
<comment xml:lang="hu">Taskcoach</comment>
<comment xml:lang="it">Taskcoach</comment>
<comment xml:lang="ko">Taskcoach</comment>
<comment xml:lang="nb">Taskcoach</comment>
<comment xml:lang="nl">Taskcoach</comment>
<comment xml:lang="nn">Taskcoach</comment>
<comment xml:lang="sv">Taskcoach</comment>
<comment xml:lang="uk">Taskcoach</comment>
<comment xml:lang="vi">Taskcoach</comment>
<glob pattern="*.task"/>
<alias type="application/taskcoach"/>
</mime-type>
</mime-info>
现在,您需要将此新文件保存或复制到目录中
~/.local/share/mime/packages
对于每个用户的文件关联或
/usr/share/mime/packages
用于系统范围的文件关联。
完成后,运行
update-mime-database [MIME-DIRECTORY]
[MIME-DIRECTORY]
先前选择的目录在哪里减去/packages
后缀。(sudo
用于系统范围的关联。)
现在,打开文件管理器,右键单击任何 .task,然后在上下文菜单中使用open with选项将taskcoach选择为默认程序。
任务完成。.task
现在,所有文件将通过taskcoach打开!