dillo-3.0.2

Browsers, email, chat, etc.
Post Reply
Message
Author
User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

dillo-3.0.2

#1 Post by Tman »

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.
Attachments
dillo-3.0.2.jpg
(34.38 KiB) Downloaded 1370 times

User avatar
Eyes-Only
Posts: 1043
Joined: Thu 10 Aug 2006, 06:32
Location: La Confederation Abenaquaise

#2 Post by Eyes-Only »

Excellent work Tman!! :D 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. 8)
*~*~*~*~*~*

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

#3 Post by technosaurus »

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 ... 1&next=138
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].

User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

#4 Post by Tman »

technosaurus wrote: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 ... 1&next=138
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 :oops:. Is it a difficult process? Can you clarify on how this can be done?

User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

#5 Post by Tman »

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: Select all

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

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

#6 Post by technosaurus »

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.
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].

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#7 Post by disciple »

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
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

#8 Post by Tman »

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
Attachments
dillo_javasrcipt.patch.gz
needs some manual patching to work
(33.37 KiB) Downloaded 312 times

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

#9 Post by technosaurus »

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
Attachments
dillo-libsee.patch.gz
(11.47 KiB) Downloaded 306 times
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].

Post Reply