Ubuntu 16.10 Desktopで新しい空のファイル/テンプレートファイルを作成する方法は?


13

最近、デスクトップにUbuntu 16.10を新たにインストールしました。デスクトップまたはフォルダー内を右クリックしても、空のファイル/テンプレートファイルを作成するオプションが見つかりません。新しいフォルダを作成するためのオプションのみがあります。私に何ができる?


回答:


13

~/Templatesフォルダーに移動して自分でテンプレートを作成すると、右クリックメニューにテンプレートが表示されます。例えば:

touch ~/Templates/Untitled.txt

1
できます!しかし、Ubuntuが事前に作成されたファイルを提供しないのはなぜだろうと思っています。
キャスパー

4
@CasperLI:以前は空のテキストファイル用の組み込みオプションがありましたが、何らかの理由で上流のGNOME開発者がそれを削除することにしました。

1
スクリーンショット:Ubuntu 16.10インストールで不足しているものは何ですか?
-orschiro

16.04から16.10にアップグレードした後、これは機能しませんでした
Mohammed Joraid

6

いくつかのテンプレートが必要な場合は、このダウンロードからいくつかを入手できます(ubuntuforumsにあります:

wget http://stalefries.googlepages.com/Templatesv4.zip

内容:

 $ 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

画像:

ここに画像の説明を入力してください

編集:ディレクトリを表示するには、nautilus -qnautilusを開いて開く必要がありました。

Apache OpenOffice Templatesから。リストされているものの、picktemplates_111.otpはUbuntuに関連しています。

  • Ubuntuの背景を持つApache OpenOfficeテンプレートを開きます:

    ここに画像の説明を入力してください

...およびapache openofficeの別のセット。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.