17

The New file operation is missing in Ubuntu 13.04. How can I fix it? enter image description here

I have only "New Folder".

How can I add the New File option again?

1 Answers1

23

The solution is to add files in ~/Templates directory. For example adding an empty file named Text.txt the New Document option is added.

enter image description here

So we can add there files with different extensions to view them into New Document option.


Command line:

cd ~/Templates
touch Text.txt