如何在 Ubuntu 16.10 桌面中创建一个新的空文件/模板文件?

Cas*_*per 16 files templates

最近,我在桌面上新安装了 Ubuntu 16.10,当我右键单击桌面或文件夹时,我找不到创建空文件/模板文件的选项。只有一个用于创建新文件夹的选项。我能做什么?

小智 14

您可以进入您的~/Templates文件夹并自己创建模板,然后它们将出现在右键单击菜单中。例如:

touch ~/Templates/Untitled.txt
Run Code Online (Sandbox Code Playgroud)

  • @CasperLI:他们曾经有一个用于空文本文件的内置选项,但由于某种原因上游 GNOME 开发人员决定将其删除。 (4认同)

Rin*_*ind 6

如果你需要一些模板,你可以从这个下载中得到一些(在ubuntuforums上找到它:

wget http://stalefries.googlepages.com/Templatesv4.zip
Run Code Online (Sandbox Code Playgroud)

内容:

 $ tree
.
??? Fontforge Font.sfd
??? HyperText Markup Language.html
??? Images
?   ??? Scalable Vector Graphic.svg
?   ??? Xara Xtreme Graphic.xar
??? Office
?   ??? Abiword Document.awt
?   ??? Microsoft Office
?   ?   ??? Excel Spreadsheet.xlt
?   ?   ??? Powerpoint Presentation.pot
?   ?   ??? Word Document.doc
?   ??? OpenDocument
?       ??? OpenDocument Database.odb
?       ??? OpenDocument Document.ott
?       ??? OpenDocument Drawing.otg
?       ??? OpenDocument Formula.odf
?       ??? OpenDocument Presentation.otp
?       ??? OpenDocument Spreadsheet.ots
?       ??? Templates
?           ??? Presentations
?           ?   ??? Chalkboard.otp
?           ?   ??? Compladients.otp
?           ?   ??? OOo Professional.otp
?           ?   ??? Squares.otp
?           ??? Trifold brochure.ott
??? Rich Text Format.rtf
??? Scripts
?   ??? Perl Script.pl
?   ??? Python Script.py
?   ??? Shell Script.sh
??? Text File.txt
Run Code Online (Sandbox Code Playgroud)

图片:

在此处输入图片说明

编辑:要显示目录,我需要执行nautilus -q并打开 nautilus。

来自Apache OpenOffice 模板。列出的几个但picktemplates_111.otp 与Ubuntu 相关。

  • 打开一个 Ubuntu 背景的 apache openoffice 模板:

    在此处输入图片说明

...以及来自apache openoffice 的另一组。