Can this .pet be used on lupu528?Dingo wrote:dillo-3.0-i486-lucid.pet For Puppy 5.2.5
- direct download
compiled with ssl and ipv6 support
next days I'll make also dillo for 3.01 and 4.3.1 puppy
Dillo - Browser
[color=green][i]Don -- Thailand[/i][/color]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]
[url=http://www.puppylinux.com][img]http://tinypic.com/4e0tojl.jpg[/img][/url]
Dear dingo, don922, Karl, etc.,
Works fine in my Lucid 2.5. Is there any way of making dillo look less, say, 1995. It is extremely fast but also extremely ugly. In sime FLTK apps, you used to be able to give command-line parameters for style. Any such possibility with Dillo?
with thanks and kind regards,
vovchik
Works fine in my Lucid 2.5. Is there any way of making dillo look less, say, 1995. It is extremely fast but also extremely ugly. In sime FLTK apps, you used to be able to give command-line parameters for style. Any such possibility with Dillo?
with thanks and kind regards,
vovchik
Dear muggins,
Thanks for the links. I remember I wrote and compiled a few little things using FLTK and was able to indicate a choice of "theme" or "style". I will have to check my sources and see whether such an thing can't be done for Dillo, since it is nice and fast but just ugly. Somebody has done a shutdown for puppy in FLTK and it uses a better style (sort of like Mac). I also did that long ago....but my memory is not what it used to be
With kind regards, vovchik
Thanks for the links. I remember I wrote and compiled a few little things using FLTK and was able to indicate a choice of "theme" or "style". I will have to check my sources and see whether such an thing can't be done for Dillo, since it is nice and fast but just ugly. Somebody has done a shutdown for puppy in FLTK and it uses a better style (sort of like Mac). I also did that long ago....but my memory is not what it used to be
With kind regards, vovchik
uploaded actual version to first post.
aragon
aragon
PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
hi vovchik,
it's compiled against static fltk-1.3.0 (which has xft enabled) on 4.3.1. I've changed the used fonts in /etc/dillo/dillorc to puppy ones. but you're right, fonts look ugly... but it works fast as allways, so no problem (for me).
aragon
it's compiled against static fltk-1.3.0 (which has xft enabled) on 4.3.1. I've changed the used fonts in /etc/dillo/dillorc to puppy ones. but you're right, fonts look ugly... but it works fast as allways, so no problem (for me).
aragon
PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
- Dingo
- Posts: 1437
- Joined: Tue 11 Dec 2007, 17:48
- Location: somewhere at the end of rainbow...
- Contact:
I applied this patch in src subdir of sourcecode, to change default appereance from default (none) to plasticvovchik wrote:Dear dingo, don922, Karl, etc.,
Works fine in my Lucid 2.5. Is there any way of making dillo look less, say, 1995. It is extremely fast but also extremely ugly. In sime FLTK apps, you used to be able to give command-line parameters for style. Any such possibility with Dillo?
with thanks and kind regards,
vovchik
Code: Select all
diff -r 6fe817711ef4 src/dillo.cc
--- dillo.cc Fri Aug 05 21:39:27 2011 -0400
+++ dillo.cc Sat Aug 06 22:34:28 2011 +0000
@@ -379,6 +379,8 @@
// only way to set the
// default font in fltk1.3
+ Fl::scheme("plastic");
+
// Create a new UI/bw pair
BrowserWindow *bw = a_UIcmd_browser_window_new(0, 0, xid, NULL);
- Attachments
-
- dillo-none.png
- dillo open window with default fltk theme (none)
- (19.48 KiB) Downloaded 1619 times
-
- dillo-gtk+.png
- dillo open window with gtk+ theme
- (26.99 KiB) Downloaded 1542 times
Last edited by Dingo on Mon 12 Sep 2011, 21:30, edited 2 times in total.
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
dropbox 2GB free
OpenOffice for Puppy Linux
Have tested dingos patch and will upload an updated package with FL-scheme-setting 'gtk+' soon. Looks a little better.
Thanks Dingo!
Aragon
Thanks Dingo!
Aragon
PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
- technosaurus
- Posts: 4853
- Joined: Mon 19 May 2008, 01:24
- Location: Blue Springs, MO
- Contact:
I compiled it with a static uclibc++, fltk-1.3 and disabled everything but ssl ... it is actually larger but uses <5Mb Ram with the about page. ... but yes Xft does appear to be necessary, because I can't even tell what I am typing
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].
if you're talking about my package: it's actually set to bitmapped fonts in /etc/dillo/dillorc. To change:session wrote:If Xft is enabled in this latest Dillo pet, why can't I view a single scalable font?
- first copy /etc/dillo/dillorc to /root/.dillo/dillorc (if it doesn't allready exist).
- Disable bitmapped (line 60 ff) and set the valiues for scalable (line 50 ff) to appropriate values for your system.
- Save and restart dillo. To check, if dillo 'accepts' your font-settings run it from a terminal. If the settings are wrong, you'll see.
Hope that helps.
aragon
PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
I only installed /usr/bin/dillo, which is actually 64K smaller then ver 2.2 in lucid 5.2.5 basetechnosaurus wrote:I compiled it with a static uclibc++, fltk-1.3 and disabled everything but ssl ... it is actually larger but uses <5Mb Ram with the about page. ... but yes Xft does appear to be necessary, because I can't even tell what I am typing
(also installed 12K /usr/lib/dillo/dpi/vsource/vsource.filter.dpi, although don't know if I need it).
Besides the saving in /usr/bin/dillo, also noted a 108K savings in the downloads.dpi :jpeps wrote:technosaurus wrote:I compiled it with a static uclibc++, fltk-1.3 and disabled everything but ssl ... it is actually larger but uses <5Mb Ram with the about page. ... but yes Xft does appear to be necessary, because I can't even tell what I am typing
new: 320K ./usr/lib/dillo/dpi/downloads/downloads.dpi
in base: 428K /usr/lib/dillo/dpi/downloads/downloads.dpi
Edit: [I wonder if the "remote certificate cannot be verified"] ...installed the whole package, and note that the bug was fixed...now the only problem is that it fails to log on. No problem with my links text browser.
Edit2: It's working; I had a typo in cookiesrc. Hey...this browser is getting to be useable! Good thing, since Firefox is becoming increasingly unuseable.
capi_filters
What's with the Capi_filters_test ? I would think having cookies set to DEFAULT ALLOW would be enough.
Code: Select all
Capi_filters_test: DENY from 'online.wsj.com' to 'si.wsj.net'
That's the first thing I did; enabling scalable fonts in dillorc changes some font sizes in web pages but does not seem to enable actual scalable fonts. Terminal doesn't complain of any wrong font settings...aragon wrote:if you're talking about my package: it's actually set to bitmapped fonts in /etc/dillo/dillorc. To change:session wrote:If Xft is enabled in this latest Dillo pet, why can't I view a single scalable font?
- first copy /etc/dillo/dillorc to /root/.dillo/dillorc (if it doesn't allready exist).
- Disable bitmapped (line 60 ff) and set the valiues for scalable (line 50 ff) to appropriate values for your system.
- Save and restart dillo. To check, if dillo 'accepts' your font-settings run it from a terminal. If the settings are wrong, you'll see.
Hope that helps.
aragon
[color=green]Primary[/color] - Intel Pentium 4 2.40GHz, 571MB RAM, ATI Radeon 7000. Linux Mint 17 Qiana installed.
[color=blue]Secondary[/color] - Pentium 3 533MHz, 385MB RAM, ATI Rage 128 Pro ULTRA TF. Precise Puppy 5.7.1 Retro full install.
[color=blue]Secondary[/color] - Pentium 3 533MHz, 385MB RAM, ATI Rage 128 Pro ULTRA TF. Precise Puppy 5.7.1 Retro full install.
Yes, Links seems to do a better job of scaling.session wrote: That's the first thing I did; enabling scalable fonts in dillorc changes some font sizes in web pages but does not seem to enable actual scalable fonts. Terminal doesn't complain of any wrong font settings...
edit: reinstalled techno's version, and now scaling correctly.
Last edited by jpeps on Sat 17 Sep 2011, 17:39, edited 1 time in total.
- technosaurus
- Posts: 4853
- Joined: Mon 19 May 2008, 01:24
- Location: Blue Springs, MO
- Contact:
here is my uclibc++ .config
fltk-1.3 config options
dillo config options
which gives you these dependencies
if Xft is disabled in fltk then these are the only dependencies
notice that neither one requires fltk or libstdc++
Code: Select all
#
# Automatically generated make config: don't edit
#
#
# Target Features and Options
#
# UCLIBCXX_HAS_FLOATS is not set
# UCLIBCXX_HAS_TLS is not set
WARNINGS="-Wall -Os -ffunction-sections -fdata-sections -mno-accumulate-outgoing-args -fomit-frame-pointer -march=i586 -mtune=i686"
BUILD_EXTRA_LIBRARIES="-ffunction-sections -fdata-sections -Wl,-O2,--gc-sections,--as-needed,--sort-common,-s"
HAVE_DOT_CONFIG=y
#
# String and I/O Stream Support
#
# UCLIBCXX_HAS_WCHAR is not set
UCLIBCXX_IOSTREAM_BUFSIZE=0
# UCLIBCXX_HAS_LFS is not set
# UCLIBCXX_SUPPORT_CDIR is not set
#
# STL and Code Expansion
#
UCLIBCXX_STL_BUFFER_SIZE=4
# UCLIBCXX_CODE_EXPANSION is not set
#
# Library Installation Options
#
UCLIBCXX_RUNTIME_PREFIX="/usr/uClibc++"
UCLIBCXX_RUNTIME_INCLUDE_SUBDIR="/include"
UCLIBCXX_RUNTIME_LIB_SUBDIR="/lib"
UCLIBCXX_RUNTIME_BIN_SUBDIR="/bin"
# UCLIBCXX_EXCEPTION_SUPPORT is not set
BUILD_STATIC_LIB=y
BUILD_ONLY_STATIC_LIB=y
# DODEBUG is not set
Code: Select all
CC=gcc CXX=/usr/uClibc++/bin/g++-uc CFLAGS=" -I/usr/uClibc++/include -pipe -combine -Os -ffunction-sections -fdata-sections -mno-accumulate-outgoing-args -fomit-frame-pointer -march=i586 -mtune=i686 " CXXFLAGS=" -I/usr/uClibc++/include -pipe -combine -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -mno-accumulate-outgoing-args -march=i586 -mtune=i686 -fno-exceptions -fno-rtti " LDFLAGS="-Wl,--gc-sections,--sort-common,--as-needed,-s" ./configure --prefix=/usr --disable-threads --disable-gl --disable-largefile --with-optim=" -I/usr/uClibc++/include -pipe -combine -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -mno-accumulate-outgoing-args -march=i586 -mtune=i686 -fno-exceptions -fno-rtti " --disable-xinerama --disable-xdbe --sysconfdir=/etc
Code: Select all
CC=gcc CXX=/usr/uClibc++/bin/g++-uc CFLAGS=" -I/usr/uClibc++/include -pipe -combine -Os -ffunction-sections -fdata-sections -mno-accumulate-outgoing-args -fomit-frame-pointer -march=i586 -mtune=i686 " CXXFLAGS=" -I/usr/uClibc++/include -pipe -combine -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -mno-accumulate-outgoing-args -march=i586 -mtune=i686 -fno-exceptions -fno-rtti " LDFLAGS="-Wl,--gc-sections,--sort-common,--as-needed,-s" ./configure --prefix=/usr --sysconfdir=/etc --enable-ssl
Code: Select all
NEEDED ld-linux.so.2
NEEDED libc.so.6
NEEDED libdl.so.2
NEEDED libfontconfig.so.1
NEEDED libgcc_s.so.1
NEEDED libjpeg.so.7
NEEDED libm.so.6
NEEDED libpthread.so.0
NEEDED libX11.so.6
NEEDED libXft.so.2
NEEDED libz.so.1
Code: Select all
NEEDED ld-linux.so.2
NEEDED libc.so.6
NEEDED libdl.so.2
NEEDED libgcc_s.so.1
NEEDED libjpeg.so.7
NEEDED libm.so.6
NEEDED libX11.so.6
NEEDED libz.so.1
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].