最近,我在桌面上新安装了 Ubuntu 16.10,当我右键单击桌面或文件夹时,我找不到创建空文件/模板文件的选项。只有一个用于创建新文件夹的选项。我能做什么?
小智 14
您可以进入您的~/Templates文件夹并自己创建模板,然后它们将出现在右键单击菜单中。例如:
touch ~/Templates/Untitled.txt
Run Code Online (Sandbox Code Playgroud)
如果你需要一些模板,你可以从这个下载中得到一些(在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 相关。
...以及来自apache openoffice 的另一组。