How can I add a right-click desktop menu entry to create a text file to Gnome 3 in Ubuntu 16.04.02?
Asked
Active
Viewed 4,876 times
14
-
4Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME – pomsky Nov 25 '18 at 06:51
-
This is not a duplicate, because the other question concerns the file explorer while this question concerns the desktop. Also, the accepted answer here no longer works for the desktop in the current version of Ubuntu. – Nick Alger Jul 27 '20 at 22:46
1 Answers
16
Create a blank text file (you can create any type of file, not just text) in ~/Templates
. Then in the right click menu under New document it will appear.
Note: If your system language is not English, "Templates" is probably not the correct folder name in your case. Look for a folder already there in your ~/
whose name is equivalent to the English word "Templates". You can also get the location of the template folder by running the following command:
xdg-user-dir TEMPLATES
For example, in French it should be "Modèles" (screenshot courtesy of atmon3r):

pomsky
- 68,507
-
3
-
1
-
1On my computer (Ubuntu 20.04), this works for right clicking in the file explorer, but does not work for right clicking on the desktop. – Nick Alger Jul 16 '20 at 21:20
-
@nick Yes, because the file explorer (Nautilus) doesn't handle the items on the desktop anymore on 20.04, see this: Basic desktop actions are not available on Ubuntu 20.04. – pomsky Jul 16 '20 at 23:46