GNOME Bugzilla – Bug 762774
Create new file
Last modified: 2016-03-07 20:12:35 UTC
When you create a file in /home/Templates/textfile it ends up being called untitled textfile why can't it remain as it was created instead of the user having to rename it twice i.e create a file called worksheets.doc and then when you right click and create a new file its called untitled worksheets.doc so I have to rename it again wtf !!!! its so annoying I want to be able to create various textfile templates and right click and produce it ready to go instead of having to rename a file I already named I create a textfile in templates called textfile and the one on the right is the one I created when I right clicked create a new file in the image below http://postimg.org/image/9fpvl0uqj/
It ridiculous, new file created "untitled worksheets.doc" its not fucking untitled I fucking called it worksheets.doc, thats the bloody title,god damn it !
Created attachment 322808 [details] [review] new-file: new document just shows teamplate name When a new document is created using a template, the word "Untitled" is displayed in front of the template name. For example, creating a new document with a template called "document.doc" will create new file named "Untitled document.doc". This is obviusly a non-practical use of templates and this patch aims to fix this miss-behavior. The fix is simple, the word "Untitled" has been removed from the code when a user creates a new document from a template.
Review of attachment 322808 [details] [review]: Thanks for the patch Ricard, looks good to me.
Review of attachment 322808 [details] [review]: Hm actually, the commit message title needs a little work, you need to put the file that you modified, and also you have a typo "teamplate". Follow these guidelines: https://wiki.gnome.org/Newcomers/CodeContributionWorkflow#Commit_guidelines
Created attachment 322872 [details] [review] nautilus-file-operations.c: new files from template no longer begin with "Untitled" When a new document is created using a template, the word "Untitled" is displayed in front of the template name. For example, creating a new document with a template called "document.doc" will create new file named "Untitled document.doc". This is obviusly a non-practical use of templates and this patch aims to fix this miss-behavior. The fix is simple, the word "Untitled" has been removed from the code when a user creates a new document from a template.
Review of attachment 322872 [details] [review]: LGTM now, thanks!
Attachment 322872 [details] pushed as 66c859e - nautilus-file-operations.c: new files from template no longer begin with "Untitled"