Page 2 of 2

Posted: Thu 22 Apr 2010, 17:22
by technosaurus
webkitgtk is MUCH easier to compile than the standard webkit(provided you have libsoup and use the glib unicode backend instead of ICU)

Posted: Thu 22 Apr 2010, 17:30
by DaveS
technosaurus wrote:webkitgtk is MUCH easier to compile than the standard webkit(provided you have libsoup and use the glib unicode backend instead of ICU)
Was trying with webkitgtk but hit the buffers with this error http://www.murga-linux.com/puppy/viewtopic.php?t=54692

Guess I need to come back when I have learned a LOT more :)

Posted: Thu 22 Apr 2010, 18:13
by Q5sys
abushcrafter wrote:I have put it into a pet. I have fixed the .desktop file for puppy and added a link to "libQtWebKit.so.4.5.3" (My current installed version from a QT4 pet off the forums.).
Isnt teamwork great. :)

Posted: Thu 22 Apr 2010, 19:13
by technosaurus
I apologize for hijacking the thread temporarily... teaching oportunity
My guess is that when you compiled glib, you did not pass the --prefix=/usr flag to the configure script (the default is /usr/local) this can have 2 effects:
1. Your glibXXX.pc file is by default in /usr/local/lib/pkgconfig, so the old one gets picked up by the configure script instead
2. Your glib-config script goes to $PREFIX/bin so the old one gets used there too. (most likely scenario)
#this is due to its location in $PATH and $PKGCONFIG_PATH (spelling?)

to verify try:

Code: Select all

pkg-config --cflags --libs glib-2.0
btw these are preferred paths PREFIX=/usr SYSCONF=/etc LOCALSTATE=/var

No worry's though - I can post my latest stable glib pet and its DEV.pet, just thought it may save some frustration later for other packages.

Posted: Thu 22 Apr 2010, 19:57
by Q5sys
technosaurus wrote:I apologize for hijacking the thread temporarily... teaching oportunity
Can only speak for myself here, but I never mind thread hijacking if its for teaching. Its a great way to learn something unexpected while you read. :P

Posted: Thu 22 Apr 2010, 20:21
by DaveS
Technosaurus........ thanks. I need to digest your post and figure out what it means. I just did ./configure make make install, so I guess you are right.

Posted: Fri 23 Apr 2010, 11:33
by abushcrafter
Q5sys wrote:
abushcrafter wrote:I have put it into a pet. I have fixed the .desktop file for puppy and added a link to "libQtWebKit.so.4.5.3" (My current installed version from a QT4 pet off the forums.).
Isnt teamwork great. :)
Yep :D!

Posted: Fri 23 Apr 2010, 11:34
by abushcrafter
Q5sys wrote:
technosaurus wrote:I apologize for hijacking the thread temporarily... teaching oportunity
Can only speak for myself here, but I never mind thread hijacking if its for teaching. Its a great way to learn something unexpected while you read. :P
+1

Posted: Mon 10 May 2010, 13:48
by abushcrafter

Posted: Mon 10 May 2010, 18:53
by technosaurus
If anyone is debating making a puplet with arora as the default browser, there is a test browser included in Qt build that would make a decent "defaulthtmlviewer". I am doing the same thing for Midori + webkitgtk's GtkLauncher (only I modified the default home page from http://www.google.com to file:///usr/share/docs/home.htm)