I know this is some how silly and ridiculous, but it is really annoying!
I recently installed Ubuntu 18.04.. With Ubuntu 16.04, I was able, when I create a new empty document, to rename it directly: I didn't need to :
- step1: create the document.
- step 2: click on it with the right button and choose rename
Everything was done in one step.
However, in Ubuntu 18.04, I can not do this (creating and renaming) in one step: every time I want to create an Empty document, I have to:
- Create the empty document
- Right click on it then choose rename.
Is there anyone who faced the same problem? And is there a fix for this?
PS: It is not about how to create an empty document in Ubuntu 18.04, it is about how to create and rename, in one step, an empty document.
I've been looking for a permanent solution for this problem, and I found out that the best solution is to change the File Manager:
Nautilus is the default File Manager for Ubuntu. However, in Ubuntu 18.04 release, it does not allow creating and renaming files in just one step. So if anyone wants that feature to get back, the solution is to install another File Manager, I recommend Nemo (very close to nautilus in appearance) or Dolphin (more features). Both of them are available for install via ubuntu-software (or gnome-software).
This probably isn't the answer you want, but:
The easiest way to do this that doesn't vary with the type of document you want to create (application dependent) is via the terminal and the command:
touch /path/to/filename
which will create a file where filename is the name of your choice in the location specified by the path.You can open a terminal with CtrlAltT or or by searching the Activities menu. I recommend the former for those who hate wasting time.
The benefit of this approach is it works across all supported Ubuntu desktop environments and versions I've encountered and allows for increased speed by uitlizing tab completion.
The alternative is to open the application that supports the type of file you want to create, create the document and select save as. Simply launching the application will take more time than the approach I've outlined here (although you'll have to do that to edit it anyway)
The GUI doesn't appear to have the "New Document" option although you can create one. Not a great loss for CLI geeks like myself, but certainly a pain for those of us who live and breathe the GUI.