ファイルマネージャーの動作設定

You can control whether you single-click or double-click files, how executable text files are handled, and the trash behavior. Click the menu button in the top-right corner of the window and select Preferences, and select the Behavior tab.

動作

シングルクリックでアイテムを開く
ダブルクリックでアイテムを開く

デフォルトでは、シングルクリックでファイルを選択し、ダブルクリックでファイルを開きます。代わりに、シングルクリックでファイルやフォルダーを開くようにもできます。シングルクリックモードでは、Ctrl キーを押しながらクリックすることで、1 つ以上のファイルを選択できます。

実行可能なテキストファイル

An executable text file is a file that contains a program that you can run (execute). The file permissions must also allow for the file to run as a program. The most common are Shell, Python and Perl scripts. These have extensions .sh, .py and .pl, respectively.

When you open an executable text file, you can select from:

  • Run executable text files when they are opened

  • View executable text files when they are opened

  • Ask each time

If Ask each time is selected, a dialog will pop up asking if you wish to run or view the selected text file.

Executable text files are also called scripts. All scripts in the ~/.local/share/nautilus/scripts folder will appear in the context menu for a file under the Scripts submenu. When a script is executed from a local folder, all selected files will be pasted to the script as parameters. To execute a script on a file:

  1. Navigate to the desired folder.

  2. Select the desired file.

  3. Right click on the file to open the context menu and select the desired script to execute from the Scripts menu.

A script will not be passed any parameters when executed from a remote folder such as a folder showing web or ftp content.

ゴミ箱

Ask before emptying the Trash

このオプションはデフォルトで選択されています。ゴミ箱を空にする操作が行われると、確認メッセージが表示され、本当にゴミ箱を空にする/ファイルを削除するか尋ねられます。