Results 1 to 2 of 2

Thread: apply patch

  1. #1
    Join Date
    Apr 2008
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    apply patch

    I have found someone publishing a solution to a problem I have with gnomeradio, the problem is that involves "applying a patch" and I haven't a clue where to start.

    The link to the discussion is:

    http://bugzilla.gnome.org/show_bug.cgi?id=506037

    and the 'solution' is at comment#4, link below.

    http://bugzilla.gnome.org/attachment...58&action=view

    If anyone has the patience to write up an idiot's guide, or can give me a link I would appreciate it.

    Thanks in anticipation.


  2. #2
    Join Date
    Jun 2011
    Beans
    21

    Re: apply patch

    Save the contents of the second link as some file (which I'll call fix.patch). Save this file on your desktop for convenience.

    Then open a terminal (Accessories -> Terminal) and type the following commands:

    Code:
    cd /path/to/gnomeradio-1.7
    
    patch -p0 -i ~/Desktop/fix.patch
    Note: that /path/to/gnomeradio-1.7 is a path on your machine that I do not know. You want to be located in the gnomeradio-1.7 folder prior to running the second command.

    If you get any errors when you run the patch command post those and I'll see if I can help further.

    Here's this for another reference: http://jungels.net/articles/diff-patch-ten-minutes.html

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •