How to display Rox-filer options window in command line?

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#16 Post by Argolance »

Thank you for your reply!
Now, this is what I get:
# patch -p1 < rox-SOAP-OpenOptionsUi.diff
patching file src/remote.c
Hunk #1 succeeded at 50 with fuzz 2.
Hunk #2 succeeded at 106 with fuzz 2.
Hunk #3 FAILED at 157.
patch unexpectedly ends in middle of line

Hunk #4 succeeded at 826 with fuzz 1.
1 out of 4 hunks FAILED -- saving rejects to file src/remote.c.rej
Anyway I run ./AppRun --compile: All seems running well... But as I run 'soap-test-OpenOptionsUi', I get:
<?xml version="1.0"?>
<env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope"><env:Body xmlns:rox="http://rox.sourceforge.net/SOAP/ROX-Filer"><env:Fault xmlns:rpc="http://www.w3.org/2001/12/soap-rpc" xmlns:env="http://www.w3.org/2001/12/soap-envelope ... >Tentative d'invoquer la m&#xE9;thode SOAP inconnue 'OpenOptionsUi'</faultstring></env:Fault></env:Body></env:Envelope>
???
Regards

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#17 Post by Argolance »

Hello there?
Could anybody help me to go farther?
Regards.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#18 Post by technosaurus »

Sometimes it is easier to apply the patch manually, especially if there have been several revisions.

Open the patch in nicoedit/leafpad etc...
then open the files to be patched in geany(not necessary to use two different text editors/viewers, but I find it nicer to have 2 different windows)

then just go to (or near) the line numbers indicated in the patch for each file (or do a search for the --- text) and remove the existing --- text and add the +++ text
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#19 Post by amigo »

Yeah, since the patch is for 2.6.1, you'll probably need to apply it manually. It's pretty small. the 'failed hunk' leads to the errors when you run it.

Post Reply