文件管理器行为首选项

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, select Preferences, then go to the General section.

行为

Action to Open Items

默认情况,双击打开一个文件,您也可以设定单击打开一个文件或文件夹,在使用单击模式时,您可以按住 Ctrl 键点击选中一个或多个文件。

可执行文本文件

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.

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.