Last active
December 8, 2018 13:40
-
-
Save cmplstofB/a4ddc58b26626aefd2ac70e76881f8e7 to your computer and use it in GitHub Desktop.
Thunarの設定(≈1.6.x)(~/.config/Thunar/uca.xmlなどに保存)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<actions> | |
<action> | |
<icon>utilities-terminal</icon> | |
<name>Open Terminal Emulator</name> | |
<name xml:lang="ja">端末エミュレータを開く</name> | |
<command>exo-open --working-directory %f --launch TerminalEmulator</command> | |
<description>Open terminal emulator which working directory is here.</description> | |
<description xml:lang="ja">ここを作業ディレクトリとして端末エミュレータを起動します。</description> | |
<patterns>*</patterns> | |
<startup-notify/> | |
<directories/> | |
</action> | |
<action> | |
<icon>gksu</icon> | |
<name>Open as Superuser</name> | |
<name xml:lang="ja">特権利用者として開く</name> | |
<command>pkexec exo-open %F</command> | |
<description>Open folder or file as superuser. (dangerous!)</description> | |
<description xml:lang="ja">フォルダやファイルを特権利用者として開きます。(危険性を理解して下さい!)</description> | |
<patterns>*</patterns> | |
<startup-notify/> | |
<directories/> | |
<audio-files/> | |
<image-files/> | |
<other-files/> | |
<text-files/> | |
<video-files/> | |
</action> | |
</actions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment