GNOME Bugzilla – Bug 662027
"Insert Date and Time" doesn't work correctly
Last modified: 2019-03-23 20:49:42 UTC
this report has been filed here: https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/840765 "Step to repro: 1. launch gedit 2. select Edit > Insert Date and Time then, 2 spaces are inserted but there are no Date and Time."
This issue happens because in source ("plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in") file, default value for "selected-format" key is set to: <default>''</default> Solution: Set default value in "selected-format" key to <default>'%c'</default>
Can you please provide a format-patch to apply?
Created attachment 199400 [details] [review] Date and time patch I do this for the first time so double check if everything is OK.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.