使用しているファイルの名前を変更します_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とコンテキストメニューのオプションを使用して、オープンでデフォルトのプログラムとしてtaskcoach選択します。
仕事完了。これで、すべての.task
ファイルがtaskcoachで開きます!