- ~/Templates directory missing from Ubuntu 18.04 GNOME Nautilus
- 2 Answers 2
- Thread: no templates installed, Wrong file Path ?
- no templates installed, Wrong file Path ?
- Thread: How to install templates in ubuntu 12.04
- How to install templates in ubuntu 12.04
- Re: How to install templates in ubuntu 12.04
- Re: How to install templates in ubuntu 12.04
- Re: How to install templates in ubuntu 12.04
- Re: How to install templates in ubuntu 12.04
- Thread: [SOLVED] No template installed; what does this mean?
- [SOLVED] No template installed; what does this mean?
- Re: «Right click > create document > no template installed» what does this mean?
- guide
- Re: [SOLVED] No template installed; what does this mean?
- Re: [SOLVED] No template installed; what does this mean?
- Bookmarks
- Posting Permissions
~/Templates directory missing from Ubuntu 18.04 GNOME Nautilus
I am trying to add the option on right click to «Add New Document» in Ubuntu 18.04 with GNOME desktop (VM). All of the documentation and online help tells me to create an empty .txt (or any other extention) file and place it in ~/Templates directory. That directory for some reason does not exist by defalut on my installation. No idea why. I tried adding it and then placing the empty file there but the right click menu doesn’t change. Does anyone know why I didn’t have this Templates directory by default and how I can successfully add the «Add New Document» option to my right click menu?? Thanks! I used this commmand first: $ touch ~/Templates/Empty\ Document result: touch: cannot touch ‘/home/a7ger/Templates/Empty Document’: No such file or directory I then did the following: $ mkdir ~/Templates $ touch ~/Templates/Empty\ Document This ran successfully as expected. But when I right click on dekstop or in a folder within Nautilus I still do not see the option to «Add New Document». Help!! click link to see screenshot of right click menu after running commands.
2 Answers 2
I just found my new document missing, also the template didn’t exist and the template directory wasnt set.
So, to the terminal as my user user:
mkdir -p ~/Templates && touch ~/Templates/Untitled\ Document; xdg-user-dirs-update --set TEMPLATES ~/Templates; nautilus -q && nautilus &
And the same as a one-liner:
mkdir -p ~/Templates && touch ~/Templates/Untitled\ Document && xdg-user-dirs-update --set TEMPLATES ~/Templates && nautilus -q && nautilus &
Note: restarting Nautilus is required so that the changes take effect for the current session, you could just reboot if you prefer.
I recently had to come back to this after a long while on ubuntu 20.04 I realised it had returned, but since I wrote this I have since found out a little tip I thought might be useful here.
When creating new files if you press F2 when clicking the new document option in the context menu, the rename prompt will open saving you from renaming the file after its been created.
Thread: no templates installed, Wrong file Path ?
Just Give Me the Beans!
no templates installed, Wrong file Path ?
Right Click, Create Document, no templates installed
some background:
Searched for «Templates» folder, couldn’t find it
so I made a «Templates» folder in:
/home/myname/afolder/a Folder With Space Number & Caps in Name/Templates
and put some files in it e.g: «OpenOffice.stw»
then I went to:
/home/myname/.config/user-dirs.dirs
and made «user-dirs.dirs» point to the right place in this way:
Before:
XDG_TEMPLATES_DIR=»$HOME/»
After:
XDG_TEMPLATES_DIR=»$HOME/myname/afolder/a Folder With Space Number & Caps in Name/Templates»
also looked at:
OpenOffice.odt,Tools,Options,openoffice.org,Paths, Templates,edit,add
still Nothing / no templates installed
thinking that maybe it wouldn’t let put them where I want
(file name e.g: «/folder/My 4 Stuff/Templates») ?
I tried to do the same with: «/home/myname/Templates»
XDG_TEMPLATES_DIR=»$HOME/myname/Templates»
still Nothing / no templates installed
my «/home/» only has «/home/myname/»
thats it no hidden, and cant make a new folder there
Thanks for looking this over
not sure what is the next step
Thanks
Ronok http://www.gongkuo.com/index.htm
Ubuntu 9.10 (karmic)
GNOME: 2.28.1
Kernel: 2.6.31-15-generic
Intel(R) Atom(TM) CPU N280 @ 1.66GHz
openoffice.org 3.1.1
Thread: How to install templates in ubuntu 12.04
Just Give Me the Beans!
How to install templates in ubuntu 12.04
I have Ubuntu 12.04 , and it have a option called templates, but it is showing that no templates installed , so how to install templates?
May the Ubuntu Be With You!
Join Date Sep 2010 Location Central Calif Beans 1,208 —> Beans 1,208 Distro Xubuntu 12.10 Quantal Quetzal
Re: How to install templates in ubuntu 12.04
Originally Posted by tushar maroo
I have Ubuntu 12.04 , and it have a option called templates, but it is showing that no templates installed , so how to install templates?
Just Give Me the Beans!
Re: How to install templates in ubuntu 12.04
A Carafe of Ubuntu
Re: How to install templates in ubuntu 12.04
Templates are nothing more than boilerplate files you put in the ~/Templates folder. Quite useful whenever you find yourself in a situation where — for example — you regularly create documents that must contain a common formatting (page setup, font, etc.). Or if you write shell scripts (see this example) and you want every script to contain standard documentation that you’d rather not retype over and over again, then you can put one in your ~/Templates folder.
The next time you do File > Create New Document. your boilerplate template file will be listed. Select it, rename the file and open.
Just Give Me the Beans!
Re: How to install templates in ubuntu 12.04
Originally Posted by Pinoy Tux
Templates are nothing more than boilerplate files you put in the ~/Templates folder. Quite useful whenever you find yourself in a situation where — for example — you regularly create documents that must contain a common formatting (page setup, font, etc.). Or if you write shell scripts (see this example) and you want every script to contain standard documentation that you’d rather not retype over and over again, then you can put one in your ~/Templates folder.
The next time you do File > Create New Document. your boilerplate template file will be listed. Select it, rename the file and open.
yeah Pinoy Tux, This thing really helped i put three of file formats empty files in my Templates folder and it automatically appears as a new document in the option menu.
and also it renames the file, so you do not need to rename it every time.
Thread: [SOLVED] No template installed; what does this mean?
Gee! These Aren’t Roasted!
[SOLVED] No template installed; what does this mean?
Hi,
Just out of curiosity. when I Right click on desktop -> create document it says «No template installed.» What does this mean and can i get it so i can create open office douments and stuff like that
«If Bill Gates had a nickel for every time Windows crashed. Oh wait! He does!»
My PC: Ubuntu 8.04, 1GB RAM, Intel Core 2 CPU 1.86GHz
Cookies and cream
Re: «Right click > create document > no template installed» what does this mean?
Add any files you want to use as Templates in your ~/Templates folder. They will then appear in that menu. So you can add blank OO documents etc.. in there.
Way Too Much Ubuntu
This doesn’t work for me. I’ve inserted the files in /home/myname/Templates and still the same message «no templates installed». What could be the problem? I have Hardy 64bit.
Fedora 37 — Gnome
Join Date Oct 2004 Location Denmark — Scandinavia Beans 19,553 —> Beans 19,553 Distro Ubuntu Budgie Development Release
guide
Way Too Much Ubuntu
Re: [SOLVED] No template installed; what does this mean?
Just Give Me the Beans!
Re: [SOLVED] No template installed; what does this mean?
Originally Posted by ene_dene
http://sudan.ubuntuforums.com/showthread.php?t=6182
The last post gives the solution. The problem was in ~/.config/user-dirs.dirs file.
- Site Areas
- Settings
- Private Messages
- Subscriptions
- Who’s Online
- Search Forums
- Forums Home
- Forums
- The Ubuntu Forum Community
- Ubuntu Official Flavours Support
- New to Ubuntu
- General Help
- Installation & Upgrades
- Hardware
- Desktop Environments
- Networking & Wireless
- Multimedia Software
- Ubuntu Specialised Support
- Ubuntu Development Version
- Security
- Virtualisation
- Ubuntu Servers, Cloud and Juju
- Server Platforms
- Ubuntu Cloud and Juju
- Gaming & Leisure
- Emulators
- Wine
- Development & Programming
- Packaging and Compiling Programs
- Development CD/DVD Image Testing
- Ubuntu Application Development
- Ubuntu Dev Link Forum
- Programming Talk
- Repositories & Backports
- Ubuntu Backports
- Bug Reports / Support
- Ubuntu Backports
- System76 Support
- Apple Hardware Users
- Ubuntu Community Discussions
- Ubuntu, Linux and OS Chat
- Recurring Discussions
- Full Circle Magazine
- The Cafe
- Cafe Games
- Market
- Mobile Technology Discussions (CLOSED)
- Announcements & News
- Weekly Newsletter
- Membership Applications
- The Fridge Discussions
- Forum Council Agenda
- Forum Feedback & Help
- Request a LoCo forum
- Resolution Centre
- Ubuntu, Linux and OS Chat
- Other Discussion and Support
- Other OS Support and Projects
- Other Operating Systems
- Ubuntu/Debian BASED
- Debian
- MINT
- Arch and derivatives
- Fedora/RedHat and derivatives
- Mandriva/Mageia
- Slackware and derivatives
- openSUSE and SUSE Linux Enterprise
- Mac OSX
- PCLinuxOS
- Gentoo and derivatives
- Windows
- BSD
- Any Other OS
- Other Operating Systems
- Assistive Technology & Accessibility
- Art & Design
- Education & Science
- Documentation and Community Wiki Discussions
- Tutorials
- Outdated Tutorials & Tips
- Ubuntu Women
- Ubuntu LoCo Team Forums
- Americas LoCo Teams
- Argentina Team
- Software
- Hardware
- Comunidad
- Arizona Team — US
- Arkansas Team — US
- Brazil Team
- California Team — US
- Canada Team
- Centroamerica Team
- Chile Team
- Comunidad
- Hardware
- Software
- Instalaci�n y Actualizaci�n
- Colombia Team — Colombia
- Georgia Team — US
- Illinois Team
- Indiana — US
- Kentucky Team — US
- Maine Team — US
- Minnesota Team — US
- Mississippi Team — US
- Nebraska Team — US
- New Mexico Team — US
- New York — US
- North Carolina Team — US
- Ohio Team — US
- Oklahoma Team — US
- Oregon Team — US
- Pennsylvania Team — US
- Peru Team
- Texas Team — US
- Uruguay Team
- Utah Team — US
- Virginia Team — US
- West Virginia Team — US
- Argentina Team
- Asia and Oceania LoCo Teams
- Australia Team
- Bangladesh Team
- Hong Kong Team
- Myanmar Team
- Philippine Team
- Singapore Team
- Europe, Middle East, and African (EMEA) LoCo Teams
- Albania Team
- Catalan Team
- Portugal Team
- Egypt Team
- Georgia Team
- Ireland Team — Ireland
- Kenyan Team — Kenya
- Kurdish Team — Kurdistan
- Lebanon Team
- Morocco Team
- Saudi Arabia Team
- Sudan Team
- Tunisia Team
- Other Forums & Teams
- LoCo Archive
- Afghanistan Team
- Alabama Team — US
- Alaska Team — US
- Algerian Team
- Andhra Pradesh Team — India
- Austria Team
- Bangalore Team
- Bolivia Team
- Cameroon Team
- Colorado Team — US
- Connecticut Team
- Costa Rica Team
- Delhi Team
- Ecuador Team
- El Salvador Team
- Florida Team — US
- Galician LoCo Team
- Greek team
- Hawaii Team — US
- Honduras Team
- Idaho Team — US
- Iowa Team — US
- Jordan Team
- Kansas Team — US
- Libya Team
- Louisiana Team — US
- Maryland Team — US
- Massachusetts Team
- Michigan Team — US
- Missouri Team — US
- Montana Team — US
- Namibia Team
- Nevada Team — US
- New Hampshire Team — US
- New Jersey Team — US
- Northeastern Team — US
- Panama Team
- Paraguay Team
- Qatar Team
- Quebec Team
- Rhode Island Team — US
- Senegal Team
- South Carolina Team — US
- South Dakota Team — US
- Switzerland Team
- Tamil Team — India
- Tennessee Team — US
- Trinidad & Tobago Team
- Uganda Team
- United Kingdom Team
- US LoCo Teams
- Venezuela Team
- Wales Team
- Washington DC Team — US
- Washington State Team — US
- Wisconsin Team
- Yemen Team
- Za Team — South Africa
- Zimbabwe Team
- Americas LoCo Teams
- Other OS Support and Projects
- Ubuntu Official Flavours Support
Bookmarks
Bookmarks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts