Ubuntu 16.10 Masaüstünde yeni bir boş dosya / şablon dosyası nasıl oluşturulur?


Yanıtlar:


13

~/TemplatesKlasörünüze gidebilir ve kendiniz şablonlar oluşturabilirsiniz, ardından sağ tıklama menüsünde görünürler. Örneğin:

touch ~/Templates/Untitled.txt

1
İşe yarıyor! Ama neden Ubuntu'nun bize önceden oluşturulmuş bazı dosyalar sağlamadığını merak ediyorum.
Casper

4
@CasperLI: Boş bir metin dosyası için yerleşik bir seçeneğe sahiptiler, ancak bir nedenden dolayı yukarı yönlü GNOME geliştiricileri dosyayı kaldırmaya karar verdiler.

1
Ekran Görüntüsü : Ubuntu 16.10 kurulumumda ne eksik?
orschiro


6

Bazı şablonlara ihtiyacınız varsa, bu indirmeden bazılarını alabilirsiniz ( ubuntuforums'da bulabilirsiniz :

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

İçindekiler:

 $ 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

Resim:

resim açıklamasını buraya girin

edit: dizinleri göstermek için bir nautilus -qve nautilus açmak gerekiyordu .

Gönderen Apache OpenOffice şablonları . Listelenen ancak picktemplates_111.otp, Ubuntu ile ilgilidir.

  • Ubuntu arka planına sahip bir apache openoffice şablonu açar:

    resim açıklamasını buraya girin

... ve apache openoffice'ten başka bir set .

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.