0

You can see my most recent question has to do with a GNOME bug. There's a patch for it. How can I apply a patch to Gnome manually? was never answered!

Come on Ubuntu community!

Definitely needed with the complete move of Canonical to GNOME by default.

Tom Mercer
  • 1,748
  • I looked at bug 710490. Those patches are for source files. So after downloading all the original source files, you would apply the patch to those. Finally, you would have to build the project. – Enterprise Oct 17 '17 at 01:56
  • Applying the patch is straightforward. Download the patch file, let's call it PATCH_FILE_NAME.patch. Then locate the file that you want to patch, let's call it FILE_TO_PATCH. With these two files, you execute the command: patch FILE_TO_PATCH PATCH_FILE_NAME.patch. But as I mentioned previously, the files in the bug you are looking at do not look like binary patches, so you will still have to compile. – Enterprise Oct 17 '17 at 01:59
  • https://bugzilla.gnome.org/show_bug.cgi?id=788188

    These are runtime js files. No compilation necessary. However, please include the recompile commands in your answer for completeness.

    Lots of stuff needs to come before a/js/ui/keyboard.js, but it's not specified.

    It is not obvious how to obtain a .patch. I clicked on the attachments' names, details, diff, and review, and none are download links to .patch files.

    Is sudo required?

    A step-by-step answer will help all the future 17.10 ubunt-nubs to patch GNOME problems for years to come.

    – Tom Mercer Oct 17 '17 at 02:28
  • @PJSingh Please make a complete answer. – Tom Mercer Oct 17 '17 at 16:34
  • @PJ Singh hello? – Tom Mercer May 23 '19 at 19:27

0 Answers0