| Author |
Message |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Sun 04 Mar 2012, 00:18 Post subject:
dillo-3.0.2 Subject description: light, fast web browser |
|
This is Dillo 3.0.2 compiled in dpup Exprimo.
Features include:
- custom homepage: click on the puppy-linux logo to enter the murga forum
- handy bookmarks
- size 14 fonts
- middle mouse-click on a link to open link in a new tab
- press <CTRL>+t for a new empty tab.
- right mouse-click on tab to close tab
You can download from here -> http://www.smokey01.com/Tman/apps/dpup-apps/
** this is not a replacement for full-powered browsers, as it can't handle flash, but is good for surfing web-pages like the murga-forum, especially good for very old computers, as it uses very little CPU-power and RAM.
| Description |
|
| Filesize |
34.38 KB |
| Viewed |
1123 Time(s) |

|
|
|
Back to top
|
|
 |
Eyes-Only

Joined: 10 Aug 2006 Posts: 1020 Location: La Confederation Abenaquaise
|
Posted: Fri 09 Mar 2012, 10:54 Post subject:
|
|
Excellent work Tman!! Thanks for this one - and what I truly appreciate? All those bookmarks as those are all the places I visit on nearly a daily basis.
I highly recommend everyone to download and run this extremely fast version which Tman has presented here as it's awesome!
Thanks for everything you do for the Puppy Community Tman. It is greatly appreciated!
Cheers/Amicalement,
Eyes-Only
"L'Peau-Rouge d'Acadie"
_________________ *~*~*~*~*~*
Proud user of LXpup and 3-Headed Dog.
*~*~*~*~*~*
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Sat 17 Mar 2012, 22:57 Post subject:
|
|
Found a cool patch, though it probably won't apply cleanly to latest, it may be possible to manually apply it.
http://tw.myblog.yahoo.com/stevegigijoe/article?mid=145&prev=-1&next=138
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Sun 18 Mar 2012, 14:53 Post subject:
|
|
The javascript patch sounds interesting. Unfortunately, having no knowlege of the C language and being a noob compiler, I do not know how to manually install patches . Is it a difficult process? Can you clarify on how this can be done?
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Mon 19 Mar 2012, 13:59 Post subject:
|
|
Okay I've done some Googling on how to apply patches.
So Techno, is this correct?
- extract dillo-3.0.2.tar.bz2 source file
- cd to the extracted folder
- copy the all of the code from the above mentioned website into a file which I named "dillo.patch"
- backup the original config.h.in
- in the console type: patch config.h.in -i dillo.patch -o new_config.h.in
- compile dillo
Okay..
I got the following error messages:
| Code: |
patch config.h.in -i dillo.patch -o new_config.h.in
patching file config.h.in
Hunk #2 succeeded at 17 with fuzz 2.
Hunk #3 succeeded at 56 with fuzz 2.
Hunk #4 succeeded at 137 with fuzz 2 (offset 8 lines).
patching file config.h.in
Hunk #1 FAILED at 32.
Hunk #2 FAILED at 183.
Hunk #3 FAILED at 491.
3 out of 3 hunks FAILED -- saving rejects to file new_config.h.in.rej
patching file config.h.in
Hunk #1 FAILED at 14.
1 out of 1 hunk FAILED -- saving rejects to file new_config.h.in.rej
patching file config.h.in
Hunk #1 FAILED at 24.
Hunk #2 FAILED at 95.
Hunk #3 FAILED at 107.
Hunk #4 FAILED at 151.
Hunk #5 FAILED at 159.
Hunk #6 FAILED at 194.
Hunk #7 FAILED at 236.
Hunk #8 FAILED at 292.
Hunk #9 FAILED at 309.
Hunk #10 FAILED at 348.
Hunk #11 FAILED at 411.
Hunk #12 FAILED at 431.
Hunk #13 FAILED at 528.
Hunk #14 FAILED at 554.
Hunk #15 FAILED at 562.
Hunk #16 FAILED at 571.
Hunk #17 FAILED at 588.
Hunk #18 FAILED at 656.
Hunk #19 FAILED at 744.
Hunk #20 FAILED at 837.
Hunk #21 FAILED at 857.
Hunk #22 FAILED at 885.
Hunk #23 FAILED at 907.
Hunk #24 FAILED at 937.
Hunk #25 FAILED at 1528.
Hunk #26 FAILED at 1558.
patch: **** malformed patch at line 600: 400 Bad Request
|
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Mon 19 Mar 2012, 15:37 Post subject:
|
|
I am AFP (away from puppy) but it looks like
patch -p1 <path_to/the.patch
(it may need p0 instead ... no way to check)
I posted a link to libsee in the akita thread.
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Mon 19 Mar 2012, 17:30 Post subject:
|
|
I think "manually apply" means to look at the patch and manually insert the bits that failed to apply automatically into the appropriate place in the source coden
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 731 Location: Toronto
|
Posted: Tue 20 Mar 2012, 12:20 Post subject:
|
|
| disciple wrote: | | I think "manually apply" means to look at the patch and manually insert the bits that failed to apply automatically into the appropriate place in the source coden |
Like I said, I don't know C, so this is beyond me..but I have attatched the patch (it is a diff file) for those who might be interested in trying.
Remove the phony .gz extension
| Description |
needs some manual patching to work
|

Download |
| Filename |
dillo_javasrcipt.patch.gz |
| Filesize |
33.37 KB |
| Downloaded |
144 Time(s) |
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Thu 29 Mar 2012, 01:39 Post subject:
|
|
I _do_ know c, its the c++ that "_sense::not<makes*>", but I did get the patch to apply and build, but nothing but problems ... I will repost my new diff so that you may all have a chuckle at my object disorientation programming skills ... and maybe someone can do _something_ with it
| Description |
|

Download |
| Filename |
dillo-libsee.patch.gz |
| Filesize |
11.47 KB |
| Downloaded |
128 Time(s) |
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
|