Page 1 of 5

2.5mb static midori-2.2-92.pet

Posted: Mon 01 Feb 2010, 16:42
by upnorth
Just installed the 2.5 mb static version in quirky006 just for a test. It works pretty good. Am using it to post this.
Works well with privoxy 3.0.12(localhost:8118).
Occasionally I lose the scrollbar when maximised but returns when windowed and remaximised.
Live audio stream via flash is working as I post now and seamonkey is running concurrently.

ADDED for Dpup484b4:
In dpup484b4, one needs to place the symlinks to /lib/firefox/plugins in the /usr/lib/mozilla/plugins folder via: select all while in /lib/firefox/plugins, ctrl-shift-drag to /usr/lib/mozilla/plugins. Then all existing plugins are enabled and working. My /usr/lib/mozilla/plugins happened to be empty to begin with here, but other dpup systems may be different, so check it first.

While posting to forum, the processor would peg at 100% so had to kill. Trying now with JSCRIPT toggled off. This seems to eliminate the crashes from pressing back button as well.

Posted: Mon 01 Feb 2010, 17:51
by abushcrafter
Moans:

Code: Select all

bash-3.00# midori

(midori:25197): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for stock: Icon 'stock_new-tab' not present in theme

(midori:25197): Gtk-WARNING **: Error loading theme icon 'gnome-stock-trash' for stock: Icon 'gnome-stock-trash' not present in theme
Segmentation fault

using light house 4.3.3-f

Posted: Mon 01 Feb 2010, 18:00
by technosaurus
I'll repackage it when I get home tonight along with gnutls and the header files - It was really late (or early) and I had to manually build the package because new2dir(installwatch) doesn't pick up waf installs... still - can't believe I missed the midori binary. I applied a patch to remove libIDN requirement from webkitgtk as well (the patch to allow glib instead of libICU is already applied in webkitgtk-1.1.19), so I'll post the -IDN patch too. I just ran out of time and got in a hurry.


Read the Midori website faq regarding the icons - you need a large appropriate icon theme (tango etc...) to remove the messages - should not affect operations though

Posted: Tue 02 Feb 2010, 00:26
by technosaurus
I reposted the shared midori with the dependencies included - turns out I packaged my working directory by accident. Afterwards I noticed that the icon does not show up in the jwm menu (even though it is displayed in ROX and other window managers)

Fix:
replace the following line in /usr/share/applications/midori.desktop
Icon=midori
with
Icon=midori.png

This will be fixed in the split package.

Posted: Tue 02 Feb 2010, 00:58
by runtt21
I am running the first package .So far it plays well with e17 in Foxy 3. The only issue i have found is that you need to enter the url twice to add a page to the speed dial.

Posted: Tue 02 Feb 2010, 04:16
by jemimah
The new Midori-shared is working, although it's crashed on me twice already and sometimes the scrollbar disappears. I'll keep playing with it, but I don't know if it's stable enough, it sure is fast though.

Posted: Tue 02 Feb 2010, 06:07
by technosaurus
I didn't use the "stable" versions of webkit or midori since the glib unicode functionality is less than a week old (I've been tracking it), so any bug reports that you can post to their bug tracker could help it become stable (if it is unicode related it is probably webkit)

DEV files and split libraries are here:
http://code.google.com/p/puppy-developm ... loads/list

Posted: Tue 02 Feb 2010, 15:34
by jemimah
Ok, I'll calm down and wait a bit. :)
Both crashes occurred when I pressed the Back button, so I don't think it's a unicode problem.

Posted: Tue 02 Feb 2010, 18:33
by technosaurus
has anyone tested this on a variety of unicode sites - one of the big arguments against using glib was that the unicode conversion would be slow compared to libICU

Posted: Tue 02 Feb 2010, 18:58
by abushcrafter
It does not load fro me at all thats why I posted the error log in the hope that you had the icons so I don't have to download a very load icon pack. Sorry.

Posted: Tue 02 Feb 2010, 20:07
by pemasu
abushcrafter:

It installed and worked with LHP 443F basic pfix=ram but I got same error when I installed and started it with save file and KDE sfs and Mariner sfs. You should try the same. It is possible that something with those sfs interfere with Midori.

Posted: Tue 02 Feb 2010, 20:19
by abushcrafter
I do though.

Posted: Tue 02 Feb 2010, 20:26
by technosaurus
if you have already installed the updated glib (required), then try running strace

Code: Select all

strace midori >midori_log
defaulttexteditor midori_log
strace is the poor man's debuggerhttp://linux.die.net/man/1/strace
the culprit should be somewhere near the end of the file.
if you can't identify it, gzip midori_log and post it.

Posted: Wed 03 Feb 2010, 06:41
by magerlab
i have segfaults in quirky 006 if i open a new tab

Posted: Wed 03 Feb 2010, 17:52
by abushcrafter
Here is the log. I have decided to just get on with downloading the tango icons which will probably be useful to have any way :oops: :oops:.

Posted: Thu 04 Feb 2010, 01:36
by technosaurus
the last thing that tries to load in a rhapsody plugin

/root/.mozilla/plugins/nprhapengine.so

google turns up a lot of segfaults with it

Posted: Thu 04 Feb 2010, 10:17
by Colonel Panic
I tried it but I'm apparently missing a file called libenchant.so.1. Has anyone else had this problem?

Posted: Thu 04 Feb 2010, 13:07
by technosaurus
@colonel panic
use petget to install enchant and either ispell, aspell or myspell - these should be included on pretty much every puppy, so you must have a stripped down puplet

Posted: Thu 04 Feb 2010, 14:23
by Colonel Panic
technosaurus wrote:@colonel panic
use petget to install enchant and either ispell, aspell or myspell - these should be included on pretty much every puppy, so you must have a stripped down puplet
Thanks for your advice. I've got enchant now, but the puppy repo doesn't have any of the spell packages - at least, they aren't visible in the petget listing.

Posted: Thu 04 Feb 2010, 20:59
by technosaurus
I think that the enchant package has 1 or 2 smaller spell packages already (probably ispell?) The important thing... is it working now, regardless of spell check?