How to add right-click (on desktop) to create text file functionality 16.04.2 Ubuntu GNOME












9















How can I add a right-click desktop menu entry to create a text file to Gnome 3 in Ubuntu 16.04.02?










share|improve this question




















  • 4





    Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME

    – pomsky
    Nov 25 '18 at 6:51
















9















How can I add a right-click desktop menu entry to create a text file to Gnome 3 in Ubuntu 16.04.02?










share|improve this question




















  • 4





    Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME

    – pomsky
    Nov 25 '18 at 6:51














9












9








9


1






How can I add a right-click desktop menu entry to create a text file to Gnome 3 in Ubuntu 16.04.02?










share|improve this question
















How can I add a right-click desktop menu entry to create a text file to Gnome 3 in Ubuntu 16.04.02?







16.04 gnome text






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 2 '17 at 15:29









dessert

22.4k56298




22.4k56298










asked Jul 16 '17 at 5:01









Robert SederholmRobert Sederholm

173315




173315








  • 4





    Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME

    – pomsky
    Nov 25 '18 at 6:51














  • 4





    Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME

    – pomsky
    Nov 25 '18 at 6:51








4




4





Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME

– pomsky
Nov 25 '18 at 6:51





Possible duplicate of "Create new document" - right-click option missing in Ubuntu GNOME

– pomsky
Nov 25 '18 at 6:51










1 Answer
1






active

oldest

votes


















13














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.



enter image description here





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):
enter image description here






share|improve this answer





















  • 3





    works in Ubuntu 18.04 too

    – zwolin
    Sep 28 '18 at 16:15











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f936587%2fhow-to-add-right-click-on-desktop-to-create-text-file-functionality-16-04-2-ub%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









13














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.



enter image description here





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):
enter image description here






share|improve this answer





















  • 3





    works in Ubuntu 18.04 too

    – zwolin
    Sep 28 '18 at 16:15
















13














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.



enter image description here





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):
enter image description here






share|improve this answer





















  • 3





    works in Ubuntu 18.04 too

    – zwolin
    Sep 28 '18 at 16:15














13












13








13







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.



enter image description here





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):
enter image description here






share|improve this answer















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.



enter image description here





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):
enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 20 at 16:33

























answered Jul 17 '17 at 14:12









pomskypomsky

29.8k1191119




29.8k1191119








  • 3





    works in Ubuntu 18.04 too

    – zwolin
    Sep 28 '18 at 16:15














  • 3





    works in Ubuntu 18.04 too

    – zwolin
    Sep 28 '18 at 16:15








3




3





works in Ubuntu 18.04 too

– zwolin
Sep 28 '18 at 16:15





works in Ubuntu 18.04 too

– zwolin
Sep 28 '18 at 16:15


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f936587%2fhow-to-add-right-click-on-desktop-to-create-text-file-functionality-16-04-2-ub%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局